Searched refs:_get_profile (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavp8dec.c | 133 _get_profile (GstVaVp8Dec * self, const GstVp8FrameHdr * frame_hdr) in _get_profile() function 156 profile = _get_profile (self, frame_hdr); in gst_va_vp8_dec_new_sequence()
|
D | gstvampeg2dec.c | 157 _get_profile (GstVaMpeg2Dec * self, GstMpegVideoProfile profile, in _get_profile() function 247 profile = _get_profile (self, mpeg_profile, seq_ext, seq_scalable_ext); in gst_va_mpeg2_dec_new_sequence()
|
D | gstvavp9dec.c | 127 _get_profile (GstVaVp9Dec * self, GstVP9Profile profile) in _get_profile() function 156 profile = _get_profile (self, frame_hdr->profile); in gst_va_vp9_new_sequence()
|
D | gstvah264dec.c | 608 _get_profile (GstVaH264Dec * self, const GstH264SPS * sps, gint max_dpb_size) in _get_profile() function 694 profile = _get_profile (self, sps, max_dpb_size); in gst_va_h264_dec_new_sequence()
|
D | gstvaav1dec.c | 156 _get_profile (GstVaAV1Dec * self, const GstAV1SequenceHeaderOBU * seq_hdr) in _get_profile() function 259 profile = _get_profile (self, seq_hdr); in gst_va_av1_dec_new_sequence()
|
D | gstvah265dec.c | 988 _get_profile (GstVaH265Dec * self, const GstH265SPS * sps, gint max_dpb_size) in _get_profile() function 1074 profile = _get_profile (self, sps, max_dpb_size); in gst_va_h265_dec_new_sequence()
|