/third_party/gstreamer/gstplugins_base/gst-libs/gst/riff/ |
D | riff-media.c | 53 gst_riff_strh * strh, gst_riff_strf_vids * strf, in gst_riff_create_video_caps() argument 67 gint bpp = (strf && strf->bit_cnt != 0) ? strf->bit_cnt : 8; in gst_riff_create_video_caps() 69 if (strf) { in gst_riff_create_video_caps() 239 if (strf) { in gst_riff_create_video_caps() 241 G_TYPE_INT, (int) strf->bit_cnt, NULL); in gst_riff_create_video_caps() 622 if (strf) { in gst_riff_create_video_caps() 624 G_TYPE_INT, (int) strf->bit_cnt, NULL); in gst_riff_create_video_caps() 640 if (strf) { in gst_riff_create_video_caps() 642 "depth", G_TYPE_INT, (gint) strf->bit_cnt, NULL); in gst_riff_create_video_caps() 757 if (strf) { in gst_riff_create_video_caps() [all …]
|
D | riff-read.c | 376 gst_riff_strf_vids *strf; in gst_riff_parse_strf_vids() local 387 strf = g_memdup2 (info.data, info.size); in gst_riff_parse_strf_vids() 391 strf->size = GUINT32_FROM_LE (strf->size); in gst_riff_parse_strf_vids() 392 strf->width = GUINT32_FROM_LE (strf->width); in gst_riff_parse_strf_vids() 393 strf->height = GUINT32_FROM_LE (strf->height); in gst_riff_parse_strf_vids() 394 strf->planes = GUINT16_FROM_LE (strf->planes); in gst_riff_parse_strf_vids() 395 strf->bit_cnt = GUINT16_FROM_LE (strf->bit_cnt); in gst_riff_parse_strf_vids() 396 strf->compression = GUINT32_FROM_LE (strf->compression); in gst_riff_parse_strf_vids() 397 strf->image_size = GUINT32_FROM_LE (strf->image_size); in gst_riff_parse_strf_vids() 398 strf->xpels_meter = GUINT32_FROM_LE (strf->xpels_meter); in gst_riff_parse_strf_vids() [all …]
|
D | riff-media.h | 38 gst_riff_strf_vids * strf, 46 gst_riff_strf_auds * strf, 55 gst_riff_strf_iavs * strf,
|
D | riff-read.h | 70 gst_riff_strf_vids ** strf, 76 gst_riff_strf_auds ** strf, 82 gst_riff_strf_iavs ** strf,
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavidemux.c | 234 g_free (stream->strf.data); in gst_avi_demux_reset_stream() 349 stream->strf.auds->av_bps); in avi_stream_convert_bytes_to_time_unchecked() 356 return gst_util_uint64_scale_int (time, stream->strf.auds->av_bps, in avi_stream_convert_time_to_bytes_unchecked() 394 if (G_UNLIKELY (!stream->strh || !stream->strf.data)) { in gst_avi_demux_src_convert() 410 stream->strf.auds->av_bps, GST_SECOND); in gst_avi_demux_src_convert() 425 if (stream->strf.auds->av_bps != 0) { in gst_avi_demux_src_convert() 467 if (!stream->strh || !stream->strf.data) in gst_avi_demux_handle_src_query() 485 } else if (stream->strf.auds->av_bps != 0) { in gst_avi_demux_handle_src_query() 1362 blockalign = stream->strf.auds->blockalign; in gst_avi_demux_add_index() 2131 &stream->strf.vids, &stream->extradata); in gst_avi_demux_parse_stream() [all …]
|
D | gstavidemux.h | 75 } strf; member
|
D | gstavimux.c | 1331 guint strh, strl, strf, indx; in gst_avi_mux_riff_get_avi_header() local 1361 strf = gst_avi_mux_start_chunk (&bw, "strf", 0); in gst_avi_mux_riff_get_avi_header() 1380 gst_avi_mux_end_chunk (&bw, strf); in gst_avi_mux_riff_get_avi_header() 1422 strf = gst_avi_mux_start_chunk (&bw, "strf", 0); in gst_avi_mux_riff_get_avi_header() 1450 gst_avi_mux_end_chunk (&bw, strf); in gst_avi_mux_riff_get_avi_header()
|
/third_party/cups-filters/filter/foomatic-rip/ |
D | util.c | 812 char *strf; in dstrinsertf() local 819 strf = malloc(len +1); in dstrinsertf() 821 vsnprintf(strf, len +1, str, ap); in dstrinsertf() 824 dstrinsert(ds, idx, strf); in dstrinsertf() 826 free(strf); in dstrinsertf()
|
/third_party/ffmpeg/libavformat/ |
D | avienc.c | 268 int64_t list1, list2, strh, strf; in avi_write_header() local 443 strf = ff_start_tag(pb, "strf"); in avi_write_header() 487 ff_end_tag(pb, strf); in avi_write_header()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 3766 UnicodeString strf, strl, strm, strs; in Test6726() local 3784 strf = fmtf->format(dt, strf); in Test6726()
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 10422 Add MS RLE support. I added some functions to read out strf chunks 10423 into strf chunks and the data behind it. This is usually color
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 12593 Add MS RLE support. I added some functions to read out strf chunks 12594 into strf chunks and the data behind it. This is usually color
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 46863 riff: Extract bpp from the strf for vnmc 132939 …gst-libs/gst/riff/riff-media.c: Fix wrong method name in docs. Fix calculation of strf fields for … 132942 Fix wrong method name in docs. Fix calculation of strf fields for 136917 at guessing the width/depth by looking at strf->size. 148800 …f-read.c: Parse extra data better, apparently it's right behind the normal strf header size. Fix... 148805 the normal strf header size. Fixes #343500.
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 17126 Pass riff codec-data as strf, not strd, which is where 57778 Or else we might deref a stream with a NULL strf.vids and segfault 59129 qtdemux: Check for data size when parsing h264 codec data from strf atom 95060 Fixes truncated extra-data in hdrl/strl/strf due to buggy containing 109125 avidemux: Only call convert function if we have strf.auds
|