/third_party/ffmpeg/libavformat/ |
D | webvttdec.c | 63 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/ |
D | f_cue.c | 32 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/ |
D | command_test.c | 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->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()
|
D | test_wrapper.sh.in | 72 ./tests/command_test@EXEEXT@ cue
|
/third_party/libsnd/docs/ |
D | command.md | 79 | [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/ |
D | WGL_NV_render_texture_rectangle.txt | 63 would be no cue for RGB/RGBA binding support, and the existing
|
/third_party/openGLES/extensions/NV/ |
D | WGL_NV_render_texture_rectangle.txt | 63 would be no cue for RGB/RGBA binding support, and the existing
|
/third_party/typescript/tests/lib/ |
D | react.d.ts | 944 cue?: any; property
|
D | lib.d.ts | 14635 addCue(cue: TextTrackCue): void; 14636 removeCue(cue: TextTrackCue): void;
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | html.idl | 680 undefined addCue(TextTrackCue cue); 681 undefined removeCue(TextTrackCue cue);
|
/third_party/ffmpeg/ |
D | Changelog | 554 - cue and acue filters
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 665 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/ |
D | dom.generated.d.ts | 14225 addCue(cue: TextTrackCue): void; 14227 removeCue(cue: TextTrackCue): void;
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 14245 addCue(cue: TextTrackCue): void; 14247 removeCue(cue: TextTrackCue): void;
|
/third_party/libffi/ |
D | ChangeLog | 5823 EHFrame{N} IIRC is a special cue to ld64 that it should treat the unwind
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-bellparkpier.hdr | 1810 …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/ |
D | stylo.hpp | 106111 cue, enumerator 106208 static nsICSSPseudoElement* cue; member in nsCSSPseudoElements
|