Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_mpeg4.c46 context->desc.mpeg4.short_video_header = in vlVaHandlePictureParameterBufferMPEG4()
47 mpeg4->vol_fields.bits.short_video_header; in vlVaHandlePictureParameterBufferMPEG4()
/third_party/ffmpeg/libavcodec/
Dnvdec_mpeg4.c70 .short_video_header = avctx->codec->id == AV_CODEC_ID_H263, in nvdec_mpeg4_start_frame()
Dvdpau_mpeg4.c72 info->short_video_header = avctx->codec->id == AV_CODEC_ID_H263; in vdpau_mpeg4_start_frame()
Dvaapi_mpeg4.c62 .short_video_header = avctx->codec->id == AV_CODEC_ID_H263, in vaapi_mpeg4_start_frame()
/third_party/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()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c290 picture->short_video_header = picture_info->short_video_header; in vlVdpDecoderRenderMpeg4()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h406 int short_video_header; member
/third_party/mesa3d/src/amd/common/
Dac_vcn_dec.h694 unsigned int short_video_header : 1; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h232 uint8_t short_video_header; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c623 result.flags |= pic->short_video_header << 0; in get_mpeg4_msg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c930 result.flags |= pic->short_video_header << 0; in get_mpeg4_msg()
Dradeon_vcn_dec.c1546 result.short_video_header = pic->short_video_header; in get_mpeg4_msg()