Home
last modified time | relevance | path

Searched refs:short_video_header (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
Dpicture_mpeg4.c46 context->desc.mpeg4.short_video_header = in vlVaHandlePictureParameterBufferMPEG4()
47 mpeg4->vol_fields.bits.short_video_header; in vlVaHandlePictureParameterBufferMPEG4()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c73 uint8_t short_video_header; // bool, negated written to 528 shifted by 1 member
297 pic_vp->short_video_header = desc->short_video_header; in nouveau_vp3_fill_picparm_mpeg4_vp()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h308 unsigned int short_video_header :1; member
Dradeon_vcn_dec.c557 result.short_video_header = pic->short_video_header; in get_mpeg4_msg()
Dradeon_uvd.c930 result.flags |= pic->short_video_header << 0; in get_mpeg4_msg()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h226 uint8_t short_video_header; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c295 picture->short_video_header = picture_info->short_video_header; in vlVdpDecoderRenderMpeg4()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c850 result.flags |= pic->short_video_header << 0; in get_mpeg4_msg()