Searched refs:field_base (Results 1 – 3 of 3) sorted by relevance
/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()
|
/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/sdm845/display/gralloc/ |
D | gr_utils.cpp | 390 uint64_t field_base; in GetYuvUbwcInterlacedSPPlaneInfo() local 401 field_base = base; in GetYuvUbwcInterlacedSPPlaneInfo() 402 GetYuvUbwcSPPlaneInfo(field_base, width, height, COLOR_FMT_NV12_UBWC, &ycbcr[0]); in GetYuvUbwcInterlacedSPPlaneInfo() 405 field_base = reinterpret_cast<uint64_t>(ycbcr[0].cb) + uv_size; in GetYuvUbwcInterlacedSPPlaneInfo() 406 GetYuvUbwcSPPlaneInfo(field_base, width, height, COLOR_FMT_NV12_UBWC, &ycbcr[1]); in GetYuvUbwcInterlacedSPPlaneInfo()
|