Home
last modified time | relevance | path

Searched refs:gst_video_decoder_get_output_state (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp367 state = gst_video_decoder_get_output_state (decoder); in gst_openh264dec_handle_frame()
435 state = gst_video_decoder_get_output_state (decoder); in gst_openh264dec_decide_allocation()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtdec.c266 output_state = gst_video_decoder_get_output_state (GST_VIDEO_DECODER (vtdec)); in setup_texture_cache()
331 output_state = gst_video_decoder_get_output_state (GST_VIDEO_DECODER (vtdec)); in gst_vtdec_negotiate()
974 state = gst_video_decoder_get_output_state (GST_VIDEO_DECODER (vtdec)); in gst_vtdec_session_output_callback()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.h510 GstVideoCodecState *gst_video_decoder_get_output_state (GstVideoDecoder *decoder);
Dgstvideodecoder.c4121 gst_video_decoder_get_output_state (GstVideoDecoder * decoder) in gst_video_decoder_get_output_state() function
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkdec.c247 gst_video_decoder_get_output_state (GST_VIDEO_DECODER (thiz)); in get_surface()
1179 gst_video_decoder_get_output_state (GST_VIDEO_DECODER (thiz)); in gst_msdkdec_handle_frame()
1540 gst_video_decoder_get_output_state (GST_VIDEO_DECODER (thiz)); in gst_msdkdec_decide_allocation()
1591 gst_video_decoder_get_output_state (GST_VIDEO_DECODER (thiz)); in gst_msdkdec_decide_allocation()
/third_party/gstreamer/gstplugins_bad/ext/rsvg/
Dgstrsvgdec.c180 output_state = gst_video_decoder_get_output_state (decoder); in gst_rsvg_decode_image()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegdec.c1090 outstate = gst_video_decoder_get_output_state (GST_VIDEO_DECODER (dec)); in gst_jpeg_dec_negotiate()
1421 state = gst_video_decoder_get_output_state (bdec); in gst_jpeg_dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c873 gst_video_decoder_get_output_state (GST_VIDEO_DECODER (self)); in gst_amc_video_dec_fill_buffer()
1411 state = gst_video_decoder_get_output_state (GST_VIDEO_DECODER (self)); in gst_amc_video_dec_loop()
1943 prev_output_state = gst_video_decoder_get_output_state (decoder); in gst_amc_video_dec_set_format()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoradec.c932 state = gst_video_decoder_get_output_state (decoder); in theora_dec_decide_allocation()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavviddec.c2277 state = gst_video_decoder_get_output_state (decoder); in gst_ffmpegviddec_decide_allocation()
/third_party/gstreamer/gstplugins_bad/
DChangeLog89478 call gst_video_decoder_get_output_state() and get a new ref.