Home
last modified time | relevance | path

Searched refs:uv_size (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8909/gralloc/
Dgr_utils.cpp316 unsigned int uv_stride, uv_height, uv_size; in GetYuvUbwcInterlacedSPPlaneInfo() local
327 uv_size = ALIGN((uv_stride * uv_height), alignment); in GetYuvUbwcInterlacedSPPlaneInfo()
332 field_base = reinterpret_cast<uint64_t>(ycbcr[0].cb) + uv_size; in GetYuvUbwcInterlacedSPPlaneInfo()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_utils.cpp316 unsigned int uv_stride, uv_height, uv_size; in GetYuvUbwcInterlacedSPPlaneInfo() local
327 uv_size = ALIGN((uv_stride * uv_height), alignment); in GetYuvUbwcInterlacedSPPlaneInfo()
332 field_base = reinterpret_cast<uint64_t>(ycbcr[0].cb) + uv_size; in GetYuvUbwcInterlacedSPPlaneInfo()
/hardware/qcom/sdm845/display/gralloc/
Dgr_utils.cpp388 unsigned int uv_stride, uv_height, uv_size; in GetYuvUbwcInterlacedSPPlaneInfo() local
399 uv_size = ALIGN((uv_stride * uv_height), alignment); in GetYuvUbwcInterlacedSPPlaneInfo()
405 field_base = reinterpret_cast<uint64_t>(ycbcr[0].cb) + uv_size; in GetYuvUbwcInterlacedSPPlaneInfo()
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.cpp600 unsigned int uv_stride, uv_height, uv_size; in GetYUVPlaneInfo() local
606 uv_size = ALIGN((uv_stride * uv_height), alignment); in GetYUVPlaneInfo()
607 field_base = hnd->base + plane_info[1].offset + uv_size; in GetYUVPlaneInfo()