Searched refs:meta_scanline (Results 1 – 2 of 2) sorted by relevance
2590 int meta_stride = 0,meta_scanline = 0; in mm_stream_calc_offset_preview() local2600 meta_scanline = VENUS_Y_META_SCANLINES(COLOR_FMT_NV12_UBWC, dim->height); in mm_stream_calc_offset_preview()2613 buf_planes->plane_info.mp[0].meta_scanline = meta_scanline; in mm_stream_calc_offset_preview()2615 MSM_MEDIA_ALIGN(meta_stride * meta_scanline, 4096); in mm_stream_calc_offset_preview()2623 meta_scanline = VENUS_UV_META_SCANLINES(COLOR_FMT_NV12_UBWC, dim->height); in mm_stream_calc_offset_preview()2632 buf_planes->plane_info.mp[1].meta_scanline = meta_scanline; 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() local2888 meta_scanline = VENUS_Y_META_SCANLINES(COLOR_FMT_NV12_UBWC, dim->height); in mm_stream_calc_offset_post_view()2901 buf_planes->plane_info.mp[0].meta_scanline = meta_scanline; in mm_stream_calc_offset_post_view()[all …]
490 int32_t meta_scanline; /*Meta Scanline*/ member