Searched refs:hdr_pitch (Results 1 – 2 of 2) sorted by relevance
123 unsigned int hdr_pitch = 0; in mtk_plane_update_new_state() local152 hdr_pitch = width_in_blocks * AFBC_HEADER_BLOCK_SIZE; in mtk_plane_update_new_state()156 hdr_size = ALIGN(hdr_pitch * height_in_blocks, AFBC_HEADER_ALIGNMENT); in mtk_plane_update_new_state()157 hdr_offset = hdr_pitch * y_offset_in_blocks + in mtk_plane_update_new_state()182 mtk_plane_state->pending.hdr_pitch = hdr_pitch; in mtk_plane_update_new_state()
24 unsigned int hdr_pitch; member