Home
last modified time | relevance | path

Searched refs:stride_in_bytes (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c3261 int32_t stride_in_bytes = stride; in mm_stream_calc_offset_raw() local
3276 buf_planes->plane_info.mp[0].stride_in_bytes = stride; in mm_stream_calc_offset_raw()
3289 buf_planes->plane_info.mp[1].stride_in_bytes = stride; in mm_stream_calc_offset_raw()
3307 stride_in_bytes = stride * 2; in mm_stream_calc_offset_raw()
3311 PAD_TO_SIZE((uint32_t)(stride_in_bytes * scanline), in mm_stream_calc_offset_raw()
3318 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_raw()
3327 stride_in_bytes = stride * 2; in mm_stream_calc_offset_raw()
3331 PAD_TO_SIZE((uint32_t)(stride_in_bytes * scanline), in mm_stream_calc_offset_raw()
3338 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_raw()
3365 stride_in_bytes = stride; in mm_stream_calc_offset_raw()
[all …]
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_types.h485 int32_t stride_in_bytes; member
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp2143 y * (uint32_t)offset.mp[0].stride_in_bytes / 8; in convertLegacyToRaw16()
2186 y * (uint32_t)offset.mp[0].stride_in_bytes; in convertMipiToRaw16()