Home
last modified time | relevance | path

Searched refs:cue (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dwebvttdec.c63 AVBPrint cue; in webvtt_read_header() local
74 av_bprint_init(&cue, 0, AV_BPRINT_SIZE_UNLIMITED); in webvtt_read_header()
84 ff_subtitles_read_chunk(s->pb, &cue); in webvtt_read_header()
86 if (!cue.len) in webvtt_read_header()
89 p = identifier = cue.str; in webvtt_read_header()
98 /* optional cue identifier (can be a number like in SRT or some kind of in webvtt_read_header()
117 /* cue timestamps */ in webvtt_read_header()
127 /* optional cue settings */ in webvtt_read_header()
167 av_bprint_finalize(&cue, NULL); in webvtt_read_header()
/third_party/ffmpeg/libavfilter/
H A Df_cue.c32 int64_t cue; member
67 if (!(pts - s->first_pts < s->buffer && (av_gettime() - s->cue) < 0)) in activate()
72 while ((diff = (av_gettime() - s->cue)) < 0) in activate()
93 { "cue", "cue unix timestamp in microseconds", OFFSET(cue), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, FLAGS },
99 AVFILTER_DEFINE_CLASS_EXT(cue_acue, "(a)cue", options);
117 .name = "cue",
118 .description = NULL_IF_CONFIG_SMALL("Delay filtering to match a cue."),
144 .description = NULL_IF_CONFIG_SMALL("Delay filtering to match a cue
[all...]
/third_party/libsnd/tests/
H A Dcommand_test.c88 printf (" cue - test set/get of SF_CUES.\n") ; in main()
149 if (do_all || strcmp (argv [1], "cue") == 0) in main()
154 cue_test ("cue.wav", SF_FORMAT_WAV | SF_FORMAT_PCM_16) ; in main()
155 cue_test ("cue.aiff" , SF_FORMAT_AIFF | SF_FORMAT_PCM_24) ; in main()
158 { cue_test_var ("cue.wav", SF_FORMAT_WAV | SF_FORMAT_PCM_16, cuecounts [i]) ; in main()
159 cue_test_var ("cue.aiff", SF_FORMAT_AIFF | SF_FORMAT_PCM_24, cuecounts [i]) ; in main()
850 print_cue (SF_CUES *cue, int i) in print_cue() argument
860 cue->cue_points [i].indx, in print_cue()
861 cue->cue_points [i].position, in print_cue()
862 cue in print_cue()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 26 milliseconds