Home
last modified time | relevance | path

Searched refs:videodec (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdecoder.c806 gst_nv_decoder_finish_frame (GstNvDecoder * decoder, GstVideoDecoder * videodec, in gst_nv_decoder_finish_frame() argument
813 g_return_val_if_fail (GST_IS_VIDEO_DECODER (videodec), GST_FLOW_ERROR); in gst_nv_decoder_finish_frame()
817 outbuf = gst_video_decoder_allocate_output_buffer (videodec); in gst_nv_decoder_finish_frame()
819 GST_ERROR_OBJECT (videodec, "Couldn't allocate output buffer"); in gst_nv_decoder_finish_frame()
861 GST_WARNING_OBJECT (videodec, in gst_nv_decoder_finish_frame()
873 GST_WARNING_OBJECT (videodec, "Failed to copy frame"); in gst_nv_decoder_finish_frame()
1310 GstElement * videodec, GstContext * context) in gst_nv_decoder_handle_set_context() argument
1313 g_return_val_if_fail (GST_IS_ELEMENT (videodec), FALSE); in gst_nv_decoder_handle_set_context()
1316 if (gst_gl_handle_set_context (videodec, context, in gst_nv_decoder_handle_set_context()
1328 GstVideoDecoder * videodec, GstQuery * query) in gst_nv_decoder_handle_context_query() argument
[all …]
Dgstnvdecoder.h71 GstVideoDecoder * videodec,
85 GstElement * videodec,
89 GstVideoDecoder * videodec,
93 GstVideoDecoder * videodec,
98 GstVideoDecoder * videodec,
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11decoder.h90 GstVideoDecoder * videodec);
97 GstVideoDecoder * videodec,
104 GstVideoDecoder * videodec);
107 GstVideoDecoder * videodec,
111 GstVideoDecoder * videodec,
161 gboolean gst_d3d11_decoder_proxy_open (GstVideoDecoder * videodec,
Dgstd3d11decoder.cpp195 GstVideoDecoder * videodec, GstBuffer * view_buffer,
1300 GstVideoDecoder * videodec) in gst_d3d11_decoder_get_output_view_buffer() argument
1314 gst_video_decoder_negotiate (videodec); in gst_d3d11_decoder_get_output_view_buffer()
1317 GST_ERROR_OBJECT (videodec, "Failed to setup internal pool"); in gst_d3d11_decoder_get_output_view_buffer()
1321 GST_ERROR_OBJECT (videodec, "Couldn't set active internal pool"); in gst_d3d11_decoder_get_output_view_buffer()
1329 GST_ERROR_OBJECT (videodec, "Couldn't get buffer from pool, ret %s", in gst_d3d11_decoder_get_output_view_buffer()
1332 GST_DEBUG_OBJECT (videodec, "We are flusing"); in gst_d3d11_decoder_get_output_view_buffer()
1339 GST_ERROR_OBJECT (videodec, "Output view unavailable"); in gst_d3d11_decoder_get_output_view_buffer()
1525 GstVideoDecoder * videodec, gint display_width, gint display_height, in gst_d3d11_decoder_process_output() argument
1531 g_return_val_if_fail (GST_IS_VIDEO_DECODER (videodec), FALSE); in gst_d3d11_decoder_process_output()
[all …]
/third_party/gstreamer/gst_libav/
DChangeLog4336 videodec: Ensure update_pool is initialized
4664 videodec: Don't use non-growable pool
/third_party/gstreamer/gstplugins_base/
DChangeLog71291 videodec/enc: clear reconfigure flag if negotiate succeeds
83007 videodec: add some assert
83012 videodec: clear the right variable
85144 videodec: remove some FIXMEs
/third_party/gstreamer/gstplugins_good/
DChangeLog9508 v4l2: videodec: Fix broken template caps
36843 v4l2: videodec: choose format from caps
/third_party/gstreamer/gstplugins_bad/
DChangeLog24921 amc/videodec: only retrieve the stride/slice-height for raw output