Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c3430 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_snapshot()
3445 buf_planes->plane_info.mp[1].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_snapshot()
3771 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_raw()
3791 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_raw()
3833 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_raw()
3861 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_raw()
3889 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_raw()
3936 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_raw()
3964 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_raw()
3998 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_raw()
[all …]
/aosp12/hardware/interfaces/graphics/common/1.1/
H A Dtypes.hal93 * stride_in_bytes = stride * 2
94 * y_size = stride_in_bytes * height
95 * cbcr_size = stride_in_bytes * (height / 2)
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DBase.h46 uint32_t stride_in_bytes = 0; member
H A DEmulatedSensor.cpp781 (*b)->plane.img.img, (*b)->plane.img.stride_in_bytes, in threadLoop()
785 (*b)->plane.img.img, (*b)->plane.img.stride_in_bytes, in threadLoop()
811 (uint16_t*)(*b)->plane.img.img, (*b)->plane.img.stride_in_bytes, in threadLoop()
818 (*b)->plane.img.stride_in_bytes, RGBLayout::RGB, in threadLoop()
829 (*b)->plane.img.stride_in_bytes, RGBLayout::RGBA, in threadLoop()
936 (*b)->plane.img.stride_in_bytes, in threadLoop()
H A DEmulatedRequestProcessor.cpp318 sensor_buffer->plane.img.stride_in_bytes = stride; in LockSensorBuffer()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_types.h575 int32_t stride_in_bytes; member
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.cpp2466 y * (uint32_t)offset.mp[0].stride_in_bytes / 8; in convertLegacyToRaw16()
2511 y * (uint32_t)offset.mp[0].stride_in_bytes; in convertMipiToRaw16()