Home
last modified time | relevance | path

Searched refs:vids (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.c304 memset (&(vidpad->vids), 0, sizeof (gst_riff_strf_vids)); in gst_avi_mux_pad_reset()
426 avipad->vids.size = sizeof (gst_riff_strf_vids); in gst_avi_mux_vidsink_set_caps()
427 avipad->vids.planes = 1; in gst_avi_mux_vidsink_set_caps()
433 avipad->vids.width = width; in gst_avi_mux_vidsink_set_caps()
434 avipad->vids.height = height; in gst_avi_mux_vidsink_set_caps()
484 avipad->vids.compression = GST_MAKE_FOURCC ('Y', 'U', 'Y', '2'); in gst_avi_mux_vidsink_set_caps()
485 avipad->vids.bit_cnt = 16; in gst_avi_mux_vidsink_set_caps()
488 avipad->vids.compression = GST_MAKE_FOURCC ('U', 'Y', 'V', 'Y'); in gst_avi_mux_vidsink_set_caps()
489 avipad->vids.bit_cnt = 16; in gst_avi_mux_vidsink_set_caps()
492 avipad->vids.compression = GST_MAKE_FOURCC ('I', '4', '2', '0'); in gst_avi_mux_vidsink_set_caps()
[all …]
DREADME22 ! / ! (video/x-msvideo, vids)..
59 -sink ! ! vids).. ! ! !
Dgstavimux.h103 gst_riff_strf_vids vids; member
Dgstavidemux.h71 gst_riff_strf_vids *vids; member
Dgstavidemux.c2131 &stream->strf.vids, &stream->extradata); in gst_avi_demux_parse_stream()
2309 fourcc = (stream->strf.vids->compression) ? in gst_avi_demux_parse_stream()
2310 stream->strf.vids->compression : stream->strh->fcc_handler; in gst_avi_demux_parse_stream()
2312 stream->strf.vids, stream->extradata, stream->initdata, &codec_name); in gst_avi_demux_parse_stream()
2329 n = aspect_n * stream->strf.vids->height; in gst_avi_demux_parse_stream()
2330 d = aspect_d * stream->strf.vids->width; in gst_avi_demux_parse_stream()
2795 stream->strf.vids->compression == GST_RIFF_DXSB) { in gst_avi_demux_parse_index()
4985 if (stream->strf.vids == NULL) { in gst_avi_demux_invert()
4990 fourcc = (stream->strf.vids->compression) ? in gst_avi_demux_invert()
4991 stream->strf.vids->compression : stream->strh->fcc_handler; in gst_avi_demux_invert()
[all …]
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c6383 gst_riff_strf_vids *vids = NULL; in gst_matroska_demux_video_caps() local
6388 vids = (gst_riff_strf_vids *) data; in gst_matroska_demux_video_caps()
6396 vids = g_new (gst_riff_strf_vids, 1); in gst_matroska_demux_video_caps()
6397 memcpy (vids, data, size); in gst_matroska_demux_video_caps()
6403 vids->size = GUINT32_FROM_LE (vids->size); in gst_matroska_demux_video_caps()
6404 vids->width = GUINT32_FROM_LE (vids->width); in gst_matroska_demux_video_caps()
6405 vids->height = GUINT32_FROM_LE (vids->height); in gst_matroska_demux_video_caps()
6406 vids->planes = GUINT16_FROM_LE (vids->planes); in gst_matroska_demux_video_caps()
6407 vids->bit_cnt = GUINT16_FROM_LE (vids->bit_cnt); in gst_matroska_demux_video_caps()
6408 vids->compression = GUINT32_FROM_LE (vids->compression); in gst_matroska_demux_video_caps()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUServiceTest.java255 Set vids = service.getVisibleIDs(); in TestAPI() local
256 Iterator iter = vids.iterator(); in TestAPI()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java252 Set vids = service.getVisibleIDs(); in TestAPI() local
253 Iterator iter = vids.iterator(); in TestAPI()
/third_party/gstreamer/gstplugins_good/
DChangeLog53068 It is placed inside a 'vids' struct, so it was being exposed on
57778 Or else we might deref a stream with a NULL strf.vids and segfault
70119 Once upon a time used to load GStreamer vids via GdkPixbuf API.