Searched refs:uv_size (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_utils.cpp | 316 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/ |
D | gr_utils.cpp | 316 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/ |
D | gr_utils.cpp | 388 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/ |
D | gr_utils.cpp | 600 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()
|