Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c3393 int stride_in_bytes = 0; in mm_stream_calc_offset_snapshot() local
3412 stride_in_bytes = stride; in mm_stream_calc_offset_snapshot()
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()
3714 int32_t stride_in_bytes = stride; in mm_stream_calc_offset_raw() local
3729 buf_planes->plane_info.mp[0].stride_in_bytes = stride; in mm_stream_calc_offset_raw()
3742 buf_planes->plane_info.mp[1].stride_in_bytes = stride; in mm_stream_calc_offset_raw()
3760 stride_in_bytes = stride * 2; in mm_stream_calc_offset_raw()
3764 PAD_TO_SIZE((uint32_t)(stride_in_bytes * scanline), in mm_stream_calc_offset_raw()
3771 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_raw()
[all …]
/hardware/google/camera/devices/EmulatedCamera/hwl/
DBase.h45 uint32_t stride_in_bytes = 0; member
DEmulatedSensor.cpp993 (*b)->plane.img.img, (*b)->plane.img.stride_in_bytes, in threadLoop()
998 (*b)->plane.img.img, (*b)->plane.img.stride_in_bytes, in threadLoop()
1003 (*b)->plane.img.img, (*b)->plane.img.stride_in_bytes, in threadLoop()
1029 (uint16_t*)(*b)->plane.img.img, (*b)->plane.img.stride_in_bytes, in threadLoop()
1036 (*b)->plane.img.stride_in_bytes, RGBLayout::RGB, in threadLoop()
1048 (*b)->plane.img.stride_in_bytes, RGBLayout::RGBA, in threadLoop()
1145 (*b)->plane.img.stride_in_bytes, in threadLoop()
DEmulatedRequestProcessor.cpp351 sensor_buffer->plane.img.stride_in_bytes = stride; in LockSensorBuffer()
/hardware/interfaces/graphics/common/1.1/
Dtypes.hal93 * stride_in_bytes = stride * 2
94 * y_size = stride_in_bytes * height
95 * cbcr_size = stride_in_bytes * (height / 2)
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/
Dvendor_graphicbuffer_meta.cpp223 GRALLOC_META_GETTER(uint32_t, stride_in_bytes, plane_info[0].byte_stride);
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp186 GRALLOC_META_GETTER(uint32_t, stride_in_bytes, plane_info[0].byte_stride);
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h176 …bi_write_png(char const *filename, int w, int h, int comp, const void *data, int stride_in_bytes);
189 …i_write_func *func, void *context, int w, int h, int comp, const void *data, int stride_in_bytes);
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h176 …bi_write_png(char const *filename, int w, int h, int comp, const void *data, int stride_in_bytes);
189 …i_write_func *func, void *context, int w, int h, int comp, const void *data, int stride_in_bytes);
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h575 int32_t stride_in_bytes; member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
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()