Home
last modified time | relevance | path

Searched refs:cue (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavformat/
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()
167 av_bprint_finalize(&cue, NULL); in webvtt_read_header()
/third_party/ffmpeg/libavfilter/
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, IN…
/third_party/libsnd/tests/
Dcommand_test.c850 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->cue_points [i].fcc_chunk, in print_cue()
863 cue->cue_points [i].chunk_start, in print_cue()
864 cue->cue_points [i].block_start, in print_cue()
865 cue->cue_points [i].sample_offset, in print_cue()
866 cue->cue_points [i].name) ; in print_cue()
Dtest_wrapper.sh.in72 ./tests/command_test@EXEEXT@ cue
/third_party/libsnd/docs/
Dcommand.md79 | [SFC_GET_CUE_COUNT](#sfc_get_cue_count) | Get the cue marker count. …
80 | [SFC_GET_CUE](#sfc_get_cue) | Get cue marker info. …
81 | [SFC_SET_CUE](#sfc_set_cue) | Set cue marker info. …
1718 Retrieve the number of cue markers available for retrieval using the
1744 `SF_TRUE` if the file header contains cue marker information for the file,
1749 Retrieve cue marker information from file.
1784 cue markers.
1795 `SF_TRUE` if the file header contains cue marker information for the file,
1800 Set the cue marker information for the file.
1825 `SF_TRUE` if the file header contains cue marker information for the file,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DWGL_NV_render_texture_rectangle.txt63 would be no cue for RGB/RGBA binding support, and the existing
/third_party/openGLES/extensions/NV/
DWGL_NV_render_texture_rectangle.txt63 would be no cue for RGB/RGBA binding support, and the existing
/third_party/typescript/tests/lib/
Dreact.d.ts944 cue?: any; property
Dlib.d.ts14635 addCue(cue: TextTrackCue): void;
14636 removeCue(cue: TextTrackCue): void;
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl680 undefined addCue(TextTrackCue cue);
681 undefined removeCue(TextTrackCue cue);
/third_party/ffmpeg/
DChangelog554 - cue and acue filters
/third_party/ffmpeg/doc/
Dfilters.texi665 Delay audio filtering until a given wallclock timestamp. See the @ref{cue}
10174 @anchor{cue}
10175 @section cue
10179 @option{buffer} amount of frames and waits for the cue. After reaching the cue
10193 @item cue
10194 The cue timestamp expressed in a UNIX timestamp in microseconds. Default is 0.
10200 The maximum duration of content to buffer before waiting for the cue expressed
/third_party/typescript/src/lib/
Ddom.generated.d.ts14225 addCue(cue: TextTrackCue): void;
14227 removeCue(cue: TextTrackCue): void;
/third_party/typescript/lib/
Dlib.dom.d.ts14245 addCue(cue: TextTrackCue): void;
14247 removeCue(cue: TextTrackCue): void;
/third_party/libffi/
DChangeLog5823 EHFrame{N} IIRC is a special cue to ld64 that it should treat the unwind
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/
Dhdr-rgb-bellparkpier.hdr1810 …WZAMilCDMRW`Yapk[�kXT_d}�[htn[�c|K�L\gu|QUOWBa|KBq\MoL`C^wgPc|{gc_QC\FDHsW�cue[VEX|N`KOEii;AATh:]]…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp106111 cue, enumerator
106208 static nsICSSPseudoElement* cue; member in nsCSSPseudoElements