Searched refs:cOffset (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_utils.cpp | 405 uint64_t yOffset, cOffset, yMetaOffset, cMetaOffset; in GetYuvUbwcSPPlaneInfo() local 426 cOffset = y_meta_size + y_size + c_meta_size; in GetYuvUbwcSPPlaneInfo() 436 plane_info[1].offset = (uint32_t)cOffset; in GetYuvUbwcSPPlaneInfo() 482 uint64_t yOffset, cOffset; in GetYuvSPPlaneInfo() local 540 cOffset = y_size; in GetYuvSPPlaneInfo() 551 plane_info[1].offset = (uint32_t)cOffset; in GetYuvSPPlaneInfo() 1385 uint64_t yOffset, cOffset, crOffset, cbOffset; in GetYUVPlaneInfo() local 1502 cOffset = y_size; in GetYUVPlaneInfo() 1518 plane_info[1].offset = (uint32_t)cOffset; in GetYUVPlaneInfo()
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_utils.cpp | 481 uint64_t yOffset = 0, cOffset = 0, yMetaOffset = 0, cMetaOffset = 0; in GetYuvUbwcSPPlaneInfo() local 503 cOffset = y_meta_size + y_size + c_meta_size; in GetYuvUbwcSPPlaneInfo() 513 plane_info[1].offset = (uint32_t)cOffset; in GetYuvUbwcSPPlaneInfo() 563 uint64_t yOffset, cOffset; in GetYuvSPPlaneInfo() local 620 cOffset = y_size; in GetYuvSPPlaneInfo() 631 plane_info[1].offset = (uint32_t)cOffset; in GetYuvSPPlaneInfo() 1483 uint64_t yOffset, cOffset, crOffset, cbOffset; in GetYUVPlaneInfo() local 1626 cOffset = y_size; in GetYUVPlaneInfo() 1642 plane_info[1].offset = (uint32_t)cOffset; in GetYUVPlaneInfo()
|