Home
last modified time | relevance | path

Searched refs:vdp_info (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/vdpau/mpeg/
Dgstvdpmpegdec.c69 static void gst_vdp_mpeg_dec_init_info (VdpPictureInfoMPEG1Or2 * vdp_info);
101 info = &mpeg_dec->vdp_info; in gst_vdp_mpeg_dec_handle_picture_coding()
105 memcpy (&mpeg_dec->vdp_info.f_code, &pic_ext->f_code, 4); in gst_vdp_mpeg_dec_handle_picture_coding()
153 mpeg_dec->vdp_info.picture_coding_type = pic_hdr->pic_type; in gst_vdp_mpeg_dec_handle_picture()
156 mpeg_dec->vdp_info.full_pel_forward_vector = in gst_vdp_mpeg_dec_handle_picture()
158 mpeg_dec->vdp_info.full_pel_backward_vector = in gst_vdp_mpeg_dec_handle_picture()
160 memcpy (&mpeg_dec->vdp_info.f_code, &pic_hdr->f_code, 4); in gst_vdp_mpeg_dec_handle_picture()
214 memcpy (&mpeg_dec->vdp_info.intra_quantizer_matrix, in gst_vdp_mpeg_dec_handle_quant_matrix()
216 memcpy (&mpeg_dec->vdp_info.non_intra_quantizer_matrix, in gst_vdp_mpeg_dec_handle_quant_matrix()
232 memcpy (&mpeg_dec->vdp_info.intra_quantizer_matrix, in gst_vdp_mpeg_dec_handle_sequence()
[all …]
Dgstvdpmpegdec.h72 VdpPictureInfoMPEG1Or2 vdp_info; member
/third_party/gstreamer/gstplugins_bad/
DChangeLog155612 set vdp_info.forward_reference to VDP_INVALID handle when unreffing the old