Home
last modified time | relevance | path

Searched refs:gst_vp8_picture_get_user_data (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp8dec.c260 gst_vp8_picture_get_user_data (picture), VAIQMatrixBufferType, &iq_matrix, in _fill_quant_matrix()
276 gst_vp8_picture_get_user_data (picture), VAProbabilityBufferType, in _fill_probability_table()
336 va_pic = gst_vp8_picture_get_user_data (decoder->last_picture); in _fill_picture()
340 va_pic = gst_vp8_picture_get_user_data (decoder->golden_ref_picture); in _fill_picture()
344 va_pic = gst_vp8_picture_get_user_data (decoder->alt_ref_picture); in _fill_picture()
376 va_pic = gst_vp8_picture_get_user_data (picture); in _fill_picture()
407 va_pic = gst_vp8_picture_get_user_data (picture); in _add_slice()
432 va_pic = gst_vp8_picture_get_user_data (picture); in gst_va_vp8_dec_end_picture()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8picture.c101 gst_vp8_picture_get_user_data (GstVp8Picture * picture) in gst_vp8_picture_get_user_data() function
Dgstvp8picture.h94 gpointer gst_vp8_picture_get_user_data (GstVp8Picture * picture);
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp8dec.c312 frame = (GstNvDecoderFrame *) gst_vp8_picture_get_user_data (picture); in gst_nv_vp8_dec_get_decoder_frame_from_picture()
415 decoder_frame = (GstNvDecoderFrame *) gst_vp8_picture_get_user_data (picture); in gst_nv_vp8_dec_output_picture()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp8dec.cpp392 view_buffer = (GstBuffer *) gst_vp8_picture_get_user_data (picture); in gst_d3d11_vp8_dec_get_output_view_from_picture()
645 view_buffer = (GstBuffer *) gst_vp8_picture_get_user_data (picture); in gst_d3d11_vp8_dec_output_picture()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c710 GstV4l2Request *request = gst_vp8_picture_get_user_data (picture); in gst_v4l2_codec_vp8_dec_output_picture()