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/sm8150/display/gralloc/
Dgr_utils.cpp602 unsigned int uv_stride, uv_height, uv_size; in GetYUVPlaneInfo() local
608 uv_size = ALIGN((uv_stride * uv_height), alignment); in GetYUVPlaneInfo()
609 field_base = hnd->base + plane_info[1].offset + uv_size; in GetYUVPlaneInfo()
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.cpp682 unsigned int uv_stride = 0, uv_height = 0, uv_size = 0; in GetYUVPlaneInfo() local
690 uv_size = ALIGN((uv_stride * uv_height), alignment); in GetYUVPlaneInfo()
691 field_base = hnd->base + plane_info[1].offset + uv_size; in GetYUVPlaneInfo()