Searched refs:stride_in_bytes (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 3393 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/ |
D | Base.h | 45 uint32_t stride_in_bytes = 0; member
|
D | EmulatedSensor.cpp | 993 (*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()
|
D | EmulatedRequestProcessor.cpp | 351 sensor_buffer->plane.img.stride_in_bytes = stride; in LockSensorBuffer()
|
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 93 * 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/ |
D | vendor_graphicbuffer_meta.cpp | 223 GRALLOC_META_GETTER(uint32_t, stride_in_bytes, plane_info[0].byte_stride);
|
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/ |
D | vendor_graphicbuffer_meta.cpp | 186 GRALLOC_META_GETTER(uint32_t, stride_in_bytes, plane_info[0].byte_stride);
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 176 …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/ |
D | stb_image_write.h | 176 …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/ |
D | cam_types.h | 575 int32_t stride_in_bytes; member
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
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()
|