Searched refs:field_base (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_utils.cpp | 318 uint64_t field_base; in GetYuvUbwcInterlacedSPPlaneInfo() local 329 field_base = base; in GetYuvUbwcInterlacedSPPlaneInfo() 330 GetYuvUbwcSPPlaneInfo(field_base, width, height, COLOR_FMT_NV12_UBWC, &ycbcr[0]); in GetYuvUbwcInterlacedSPPlaneInfo() 332 field_base = reinterpret_cast<uint64_t>(ycbcr[0].cb) + uv_size; in GetYuvUbwcInterlacedSPPlaneInfo() 333 GetYuvUbwcSPPlaneInfo(field_base, width, height, COLOR_FMT_NV12_UBWC, &ycbcr[1]); in GetYuvUbwcInterlacedSPPlaneInfo()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_utils.cpp | 318 uint64_t field_base; in GetYuvUbwcInterlacedSPPlaneInfo() local 329 field_base = base; in GetYuvUbwcInterlacedSPPlaneInfo() 330 GetYuvUbwcSPPlaneInfo(field_base, width, height, COLOR_FMT_NV12_UBWC, &ycbcr[0]); in GetYuvUbwcInterlacedSPPlaneInfo() 332 field_base = reinterpret_cast<uint64_t>(ycbcr[0].cb) + uv_size; in GetYuvUbwcInterlacedSPPlaneInfo() 333 GetYuvUbwcSPPlaneInfo(field_base, width, height, COLOR_FMT_NV12_UBWC, &ycbcr[1]); in GetYuvUbwcInterlacedSPPlaneInfo()
|