Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FORMAT_ENCODED (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.c417 format = GST_VIDEO_FORMAT_ENCODED; in gst_video_info_from_caps()
424 format != GST_VIDEO_FORMAT_ENCODED) in gst_video_info_from_caps()
427 format != GST_VIDEO_FORMAT_ENCODED) in gst_video_info_from_caps()
467 format != GST_VIDEO_FORMAT_ENCODED) { in gst_video_info_from_caps()
1119 case GST_VIDEO_FORMAT_ENCODED: in fill_planes()
Dvideo-format.h129 GST_VIDEO_FORMAT_ENCODED, enumerator
Dvideo-enumtypes.c59 { GST_VIDEO_FORMAT_ENCODED, "GST_VIDEO_FORMAT_ENCODED", "encoded" }, in gst_video_format_get_type()
Dgstvideoencoder.c577 if (!gst_video_info_set_format (&state->info, GST_VIDEO_FORMAT_ENCODED, 0, 0)) { in _new_output_state()
Dvideo-format.c5473 {0x00000000, {GST_VIDEO_FORMAT_ENCODED, "ENCODED", "encoded video",
Dvideo-converter.c5883 case GST_VIDEO_FORMAT_ENCODED: in get_scale_format()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c119 finfo->format != GST_VIDEO_FORMAT_ENCODED)) { in gst_v4l2_buffer_pool_copy_buffer()
223 finfo->format != GST_VIDEO_FORMAT_ENCODED)) { in gst_v4l2_buffer_pool_import_userptr()
1333 if (GST_VIDEO_INFO_FORMAT (&obj->info) == GST_VIDEO_FORMAT_ENCODED) { in gst_v4l2_buffer_pool_dqbuf()
1830 GST_VIDEO_FORMAT_ENCODED && size < pool->size) in gst_v4l2_buffer_pool_process()
Dgstv4l2object.c3051 if (GST_VIDEO_INFO_FORMAT (info) == GST_VIDEO_FORMAT_ENCODED) { in gst_v4l2_object_save_format()
3459 if (GST_VIDEO_INFO_FORMAT (&info) == GST_VIDEO_FORMAT_ENCODED) in gst_v4l2_object_set_format_full()
3478 if (GST_VIDEO_INFO_FORMAT (&info) == GST_VIDEO_FORMAT_ENCODED) in gst_v4l2_object_set_format_full()
3561 if (info.finfo->format != GST_VIDEO_FORMAT_ENCODED) { in gst_v4l2_object_set_format_full()
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowvideosrc.cpp970 gst_dshow_new_video_caps (GST_VIDEO_FORMAT_ENCODED, in gst_dshowvideosrc_getcaps_from_streamcaps()
976 gst_dshow_new_video_caps (GST_VIDEO_FORMAT_ENCODED, in gst_dshowvideosrc_getcaps_from_streamcaps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcolorconvert.c530 gst_video_info_set_format (&convert->in_info, GST_VIDEO_FORMAT_ENCODED, 0, 0); in gst_gl_color_convert_new()
531 gst_video_info_set_format (&convert->out_info, GST_VIDEO_FORMAT_ENCODED, 0, in gst_gl_color_convert_new()
689 GST_VIDEO_FORMAT_ENCODED, FALSE); in _gst_gl_color_convert_set_caps_unlocked()
693 GST_VIDEO_FORMAT_ENCODED, FALSE); in _gst_gl_color_convert_set_caps_unlocked()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.c474 GST_VIDEO_FORMAT_ENCODED, 0, 0); in gst_vpx_dec_get_buffer_cb()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c421 for (n = GST_VIDEO_FORMAT_ENCODED + 1; n < num_formats; ++n) { in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/
DChangeLog58124 video-format: Document usage of GST_VIDEO_FORMAT_ENCODED
58133 Revert "video: specify/restrict usage of GST_VIDEO_FORMAT_ENCODED"
58194 video: specify/restrict usage of GST_VIDEO_FORMAT_ENCODED
58195 GST_VIDEO_FORMAT_ENCODED was added to support *extracting* video-related
71445 check: Update video test for GST_VIDEO_FORMAT_ENCODED
72364 video: Add GST_VIDEO_FORMAT_ENCODED