Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DLayoutResolver.cpp67 uint32_t yOffset, in computeCoordinatesPerRow() argument
76 retVal[displayId] = std::make_pair(width, yOffset); in computeCoordinatesPerRow()
77 uint32_t cumulativeHeight = displays[displayId].second + yOffset; in computeCoordinatesPerRow()
181 uint32_t yOffset = 0; in resolveLayout() local
182 auto resFirstRow = computeCoordinatesPerRow(firstRow, yOffset, rect); in resolveLayout()
186 yOffset = firstRowHeight; in resolveLayout()
187 auto resSecRow = computeCoordinatesPerRow(secondRow, yOffset, rect); in resolveLayout()
/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
1501 yOffset = 0; in GetYUVPlaneInfo()
1508 plane_info[0].offset = (uint32_t)yOffset; in GetYUVPlaneInfo()
1543 yOffset = 0; in GetYUVPlaneInfo()
[all …]
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.cpp481 uint64_t yOffset = 0, cOffset = 0, yMetaOffset = 0, cMetaOffset = 0; in GetYuvUbwcSPPlaneInfo() local
501 yOffset = y_meta_size; in GetYuvUbwcSPPlaneInfo()
506 plane_info[0].offset = (uint32_t)yOffset; in GetYuvUbwcSPPlaneInfo()
563 uint64_t yOffset, cOffset; in GetYuvSPPlaneInfo() local
619 yOffset = 0; in GetYuvSPPlaneInfo()
623 plane_info[0].offset = (uint32_t)yOffset; in GetYuvSPPlaneInfo()
1483 uint64_t yOffset, cOffset, crOffset, cbOffset; in GetYUVPlaneInfo() local
1625 yOffset = 0; in GetYUVPlaneInfo()
1632 plane_info[0].offset = (uint32_t)yOffset; in GetYUVPlaneInfo()
1667 yOffset = 0; in GetYUVPlaneInfo()
[all …]
/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
DQOMX_JpegExtensions.h176 OMX_U32 yOffset; member
/hardware/google/gfxstream/common/detector/
DVulkan.cpp658 const VkDeviceSize yOffset = 0; in LoadYuvImage() local
661 std::memcpy(mapped + yOffset, imageDataY.data(), imageDataY.size()); in LoadYuvImage()
699 .bufferOffset = yOffset, in LoadYuvImage()
/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()