Searched refs:GST_VIDEO_FORMAT_ENCODED (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-info.c | 417 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()
|
D | video-format.h | 129 GST_VIDEO_FORMAT_ENCODED, enumerator
|
D | video-enumtypes.c | 59 { GST_VIDEO_FORMAT_ENCODED, "GST_VIDEO_FORMAT_ENCODED", "encoded" }, in gst_video_format_get_type()
|
D | gstvideoencoder.c | 577 if (!gst_video_info_set_format (&state->info, GST_VIDEO_FORMAT_ENCODED, 0, 0)) { in _new_output_state()
|
D | video-format.c | 5473 {0x00000000, {GST_VIDEO_FORMAT_ENCODED, "ENCODED", "encoded video",
|
D | video-converter.c | 5883 case GST_VIDEO_FORMAT_ENCODED: in get_scale_format()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2bufferpool.c | 119 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()
|
D | gstv4l2object.c | 3051 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/ |
D | gstdshowvideosrc.cpp | 970 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/ |
D | gstglcolorconvert.c | 530 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/ |
D | gstvpxdec.c | 474 GST_VIDEO_FORMAT_ENCODED, 0, 0); in gst_vpx_dec_get_buffer_cb()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 421 for (n = GST_VIDEO_FORMAT_ENCODED + 1; n < num_formats; ++n) { in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 58124 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
|