Searched refs:meta_stride (Results 1 – 2 of 2) sorted by relevance
2590 int meta_stride = 0,meta_scanline = 0; in mm_stream_calc_offset_preview() local2599 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() local2887 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 …]
489 int32_t meta_stride; /*Meta stride*/ member