Home
last modified time | relevance | path

Searched refs:yOffset (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.cpp405 uint64_t yOffset, cOffset, yMetaOffset, cMetaOffset; in GetYuvUbwcSPPlaneInfo() local
424 yOffset = y_meta_size; in GetYuvUbwcSPPlaneInfo()
429 plane_info[0].offset = (uint32_t)yOffset; in GetYuvUbwcSPPlaneInfo()
482 uint64_t yOffset, cOffset; in GetYuvSPPlaneInfo() local
539 yOffset = 0; in GetYuvSPPlaneInfo()
543 plane_info[0].offset = (uint32_t)yOffset; in GetYuvSPPlaneInfo()
1385 uint64_t yOffset, cOffset, crOffset, cbOffset; in GetYUVPlaneInfo() local
1499 yOffset = 0; in GetYUVPlaneInfo()
1506 plane_info[0].offset = (uint32_t)yOffset; in GetYUVPlaneInfo()
1541 yOffset = 0; in GetYUVPlaneInfo()
[all …]
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.cpp436 uint64_t yOffset = 0, cOffset = 0, yMetaOffset = 0, cMetaOffset = 0; in GetYuvUbwcSPPlaneInfo() local
456 yOffset = y_meta_size; in GetYuvUbwcSPPlaneInfo()
461 plane_info[0].offset = (uint32_t)yOffset; in GetYuvUbwcSPPlaneInfo()
518 uint64_t yOffset, cOffset; in GetYuvSPPlaneInfo() local
574 yOffset = 0; in GetYuvSPPlaneInfo()
578 plane_info[0].offset = (uint32_t)yOffset; in GetYuvSPPlaneInfo()
1439 uint64_t yOffset, cOffset, crOffset, cbOffset; in GetYUVPlaneInfo() local
1578 yOffset = 0; in GetYUVPlaneInfo()
1585 plane_info[0].offset = (uint32_t)yOffset; in GetYUVPlaneInfo()
1620 yOffset = 0; in GetYUVPlaneInfo()
[all …]
/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
DQOMX_JpegExtensions.h176 OMX_U32 yOffset; member
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c523 frame_info.yOffset = p_src_buf->offset.mp[0].offset; in mm_jpeg_session_config_main_buffer_offset()
538 (int)frame_info.yOffset, in mm_jpeg_session_config_main_buffer_offset()
1346 p_frame_info->yOffset = p_tmb_buf->offset.mp[0].offset; in mm_jpeg_session_config_thumbnail()
1351 p_frame_info->yOffset = 0; in mm_jpeg_session_config_thumbnail()