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 D | mm_camera_stream.c | 3430 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 D | types.hal | 93 * 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 D | Base.h | 46 uint32_t stride_in_bytes = 0; member
|
H A D | EmulatedSensor.cpp | 781 (*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 D | EmulatedRequestProcessor.cpp | 318 sensor_buffer->plane.img.stride_in_bytes = stride; in LockSensorBuffer()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
H A D | cam_types.h | 575 int32_t stride_in_bytes; member
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3Channel.cpp | 2466 y * (uint32_t)offset.mp[0].stride_in_bytes / 8; in convertLegacyToRaw16() 2511 y * (uint32_t)offset.mp[0].stride_in_bytes; in convertMipiToRaw16()
|