Home
last modified time | relevance | path

Searched refs:codec_buf (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dfaad.c175 GstBuffer *buf, *codec_buf; in GST_START_TEST() local
179 codec_buf = gst_buffer_new_and_alloc (size); in GST_START_TEST()
180 gst_buffer_fill (codec_buf, 0, codec_data, size); in GST_START_TEST()
187 "codec_data", GST_TYPE_BUFFER, codec_buf, NULL); in GST_START_TEST()
188 gst_buffer_unref (codec_buf); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c1092 GstBuffer *codec_buf = NULL; in gst_matroska_mux_video_pad_setcaps() local
1225 codec_buf = (GstBuffer *) gst_value_get_buffer (value); in gst_matroska_mux_video_pad_setcaps()
1324 if (codec_buf) { in gst_matroska_mux_video_pad_setcaps()
1325 size += gst_buffer_get_size (codec_buf); in gst_matroska_mux_video_pad_setcaps()
1328 gst_buffer_extract (codec_buf, 0, in gst_matroska_mux_video_pad_setcaps()
1350 if (codec_buf != NULL) { in gst_matroska_mux_video_pad_setcaps()
1351 context->codec_priv_size = gst_buffer_get_size (codec_buf); in gst_matroska_mux_video_pad_setcaps()
1353 gst_buffer_extract (codec_buf, 0, context->codec_priv, -1); in gst_matroska_mux_video_pad_setcaps()
1367 if (codec_buf != NULL) { in gst_matroska_mux_video_pad_setcaps()
1368 context->codec_priv_size = gst_buffer_get_size (codec_buf); in gst_matroska_mux_video_pad_setcaps()
[all …]