Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideosrc.c320 if (GST_VIDEO_INFO_FORMAT (&self->info) != GST_VIDEO_FORMAT_ENCODED) in gst_mf_video_src_set_caps()
434 if (GST_VIDEO_INFO_FORMAT (&self->info) != GST_VIDEO_FORMAT_ENCODED) { in gst_mf_video_src_create()
Dgstmfutils.cpp386 if (GST_VIDEO_INFO_FORMAT (info) == GST_VIDEO_FORMAT_ENCODED) in gst_mf_update_video_info_with_stride()
Dgstmfsourcereader.cpp401 if (GST_VIDEO_INFO_FORMAT (&self->info) != GST_VIDEO_FORMAT_ENCODED) { in gst_mf_source_reader_start()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.c419 format = GST_VIDEO_FORMAT_ENCODED; in gst_video_info_from_caps()
426 format != GST_VIDEO_FORMAT_ENCODED) in gst_video_info_from_caps()
429 format != GST_VIDEO_FORMAT_ENCODED) in gst_video_info_from_caps()
469 format != GST_VIDEO_FORMAT_ENCODED) { in gst_video_info_from_caps()
1202 case GST_VIDEO_FORMAT_ENCODED: in fill_planes()
Dvideo-format.h153 GST_VIDEO_FORMAT_ENCODED, enumerator
Dvideo-enumtypes.c650 { C_ENUM(GST_VIDEO_FORMAT_ENCODED), "GST_VIDEO_FORMAT_ENCODED", "encoded" }, in gst_video_format_get_type()
Dgstvideoencoder.c648 if (!gst_video_info_set_format (&state->info, GST_VIDEO_FORMAT_ENCODED, 0, 0)) { in _new_output_state()
Dvideo-format.c6898 {0x00000000, {GST_VIDEO_FORMAT_ENCODED, "ENCODED", "encoded video",
7580 && all->formats[i] != GST_VIDEO_FORMAT_ENCODED); in generate_raw_video_formats()
7667 && formats[i] != GST_VIDEO_FORMAT_ENCODED, NULL); in gst_video_make_raw_caps_with_features()
Dvideo-converter.c7302 case GST_VIDEO_FORMAT_ENCODED: in get_scale_format()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c133 finfo->format != GST_VIDEO_FORMAT_ENCODED)) { in gst_v4l2_buffer_pool_copy_buffer()
237 finfo->format != GST_VIDEO_FORMAT_ENCODED)) { in gst_v4l2_buffer_pool_import_userptr()
1436 if (GST_VIDEO_INFO_FORMAT (&obj->info) == GST_VIDEO_FORMAT_ENCODED) { in gst_v4l2_buffer_pool_dqbuf()
1978 GST_VIDEO_FORMAT_ENCODED && size < pool->size) in gst_v4l2_buffer_pool_process()
Dgstv4l2object.c3239 if (GST_VIDEO_INFO_FORMAT (info) == GST_VIDEO_FORMAT_ENCODED) { in gst_v4l2_object_save_format()
3714 if (GST_VIDEO_INFO_FORMAT (&info) == GST_VIDEO_FORMAT_ENCODED) in gst_v4l2_object_set_format_full()
3733 if (GST_VIDEO_INFO_FORMAT (&info) == GST_VIDEO_FORMAT_ENCODED) in gst_v4l2_object_set_format_full()
3816 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.c618 gst_video_info_set_format (&convert->in_info, GST_VIDEO_FORMAT_ENCODED, 0, 0); in gst_gl_color_convert_new()
619 gst_video_info_set_format (&convert->out_info, GST_VIDEO_FORMAT_ENCODED, 0, in gst_gl_color_convert_new()
777 GST_VIDEO_FORMAT_ENCODED, FALSE); in _gst_gl_color_convert_set_caps_unlocked()
781 GST_VIDEO_FORMAT_ENCODED, FALSE); in _gst_gl_color_convert_set_caps_unlocked()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.c495 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/
DChangeLog71136 video-format: Document usage of GST_VIDEO_FORMAT_ENCODED
71145 Revert "video: specify/restrict usage of GST_VIDEO_FORMAT_ENCODED"
71206 video: specify/restrict usage of GST_VIDEO_FORMAT_ENCODED
71207 GST_VIDEO_FORMAT_ENCODED was added to support *extracting* video-related
84456 check: Update video test for GST_VIDEO_FORMAT_ENCODED
85375 video: Add GST_VIDEO_FORMAT_ENCODED