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/sm8150/display/gralloc/ |
D | gr_utils.cpp | 602 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/ |
D | gr_utils.cpp | 682 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()
|