Home
last modified time | relevance | path

Searched refs:row_height_minus1 (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/frontends/va/
Dpicture_hevc.c125 context->desc.h265.pps->row_height_minus1[i] = hevc->row_height_minus1[i]; in vlVaHandlePictureParameterBufferHEVC()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.h226 uint16_t row_height_minus1[21]; member
Dradeon_vcn_dec.h615 unsigned short row_height_minus1[21]; member
Dradeon_uvd.c673 result.row_height_minus1[i] = pic->pps->row_height_minus1[i]; in get_h265_msg()
Dradeon_vcn_dec.c261 result.row_height_minus1[i] = pic->pps->row_height_minus1[i]; in get_h265_msg()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h225 uint16_t row_height_minus1[21]; member
/external/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c481 memcpy(picture->pps->row_height_minus1, picture_info->row_height_minus1, 22 * 2); in vlVdpDecoderRenderH265()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h592 uint16_t row_height_minus1[22]; member
/external/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_h265.c582 pps->row_height_minus1[i] = vl_rbsp_ue(rbsp); in picture_parameter_set()