Home
last modified time | relevance | path

Searched refs:meta_stride (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c2590 int meta_stride = 0,meta_scanline = 0; in mm_stream_calc_offset_preview() local
2599 meta_stride = VENUS_Y_META_STRIDE(COLOR_FMT_NV12_UBWC, dim->width); in mm_stream_calc_offset_preview()
2612 buf_planes->plane_info.mp[0].meta_stride = meta_stride; in mm_stream_calc_offset_preview()
2615 MSM_MEDIA_ALIGN(meta_stride * meta_scanline, 4096); in mm_stream_calc_offset_preview()
2622 meta_stride = VENUS_UV_META_STRIDE(COLOR_FMT_NV12_UBWC, dim->width); in mm_stream_calc_offset_preview()
2631 buf_planes->plane_info.mp[1].meta_stride = meta_stride; in mm_stream_calc_offset_preview()
2634 MSM_MEDIA_ALIGN(meta_stride * meta_scanline, 4096); in mm_stream_calc_offset_preview()
2883 int meta_stride = 0,meta_scanline = 0; in mm_stream_calc_offset_post_view() local
2887 meta_stride = VENUS_Y_META_STRIDE(COLOR_FMT_NV12_UBWC, dim->width); in mm_stream_calc_offset_post_view()
2900 buf_planes->plane_info.mp[0].meta_stride = meta_stride; in mm_stream_calc_offset_post_view()
[all …]
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_types.h489 int32_t meta_stride; /*Meta stride*/ member