Home
last modified time | relevance | path

Searched refs:keyframes (Results 1 – 25 of 49) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DjsdocTemplateTag.types42 …* @param {Array.<Object>} keyframes - Can't look up types on Element since it's a global in anothe…
44 Element.prototype.animate = function(keyframes) {};
45 >Element.prototype.animate = function(keyframes) {} : (keyframes: Array<any>) => void
46 >Element.prototype.animate : (keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | …
50 >animate : (keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationO…
51 >function(keyframes) {} : (keyframes: Array<any>) => void
52 >keyframes : any[]
DjsdocTemplateTag.errors.txt1 …jsdoc/forgot.js(23,1): error TS2322: Type '(keyframes: any[]) => void' is not assignable to type '…
26 …* @param {Array.<Object>} keyframes - Can't look up types on Element since it's a global in anothe…
28 Element.prototype.animate = function(keyframes) {};
30 !!! error TS2322: Type '(keyframes: any[]) => void' is not assignable to type '(keyframes: Keyframe…
DjsdocTemplateTag.symbols34 …* @param {Array.<Object>} keyframes - Can't look up types on Element since it's a global in anothe…
36 Element.prototype.animate = function(keyframes) {};
42 >keyframes : Symbol(keyframes, Decl(forgot.js, 22, 37))
/third_party/ffmpeg/tools/
Dtarget_bsf_fuzzer.c46 uint64_t keyframes = 0; in LLVMFuzzerTestOneInput() local
91 keyframes = bytestream2_get_le64(&gbc); in LLVMFuzzerTestOneInput()
141 in->flags = (keyframes & 1) * AV_PKT_FLAG_DISCARD + (!!(keyframes & 2)) * AV_PKT_FLAG_KEY; in LLVMFuzzerTestOneInput()
142 keyframes = (keyframes >> 2) + (keyframes<<62); in LLVMFuzzerTestOneInput()
Dtarget_dec_fuzzer.c120 uint64_t keyframes = 0; in LLVMFuzzerTestOneInput() local
256 keyframes = bytestream2_get_le64(&gbc); in LLVMFuzzerTestOneInput()
319 … parsepkt->flags = (keyframes & 1) * AV_PKT_FLAG_DISCARD + (!!(keyframes & 2)) * AV_PKT_FLAG_KEY; in LLVMFuzzerTestOneInput()
320 keyframes = (keyframes >> 2) + (keyframes<<62); in LLVMFuzzerTestOneInput()
/third_party/jsframework/runtime/main/model/
Ddirective.ts633 const keyframes = css['@KEYFRAMES']; constant
634 if (keyframes) {
640 classStyle['animationName'] = keyframes[animationName];
647 classStyle['transitionEnter'] = keyframes[transitionEnter];
652 classStyle['transitionExit'] = keyframes[transitionExit];
657 classStyle['sharedTransitionName'] = keyframes[sharedTransitionName];
753 const keyframes = css['@KEYFRAMES']; constant
754 if (animationName && keyframes) {
755 style['animationName'] = keyframes[animationName];
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocTemplateTag.ts28 Element.prototype.animate = function(keyframes) {};
/third_party/skia/experimental/docs/
DexampleSlides.js377 var keyframes = { variable
DanimationCommon.js19 var keyframe = keyframes[frame];
250 keyframes[frame][0]);
/third_party/gstreamer/gstplugins_good/gst/flx/
Dflx_fmt.h83 guint16 ext_flags,keyframes,totalframes; member
Dgstflxdec.c684 if (!gst_byte_reader_get_uint16_le (reader, &flxh->keyframes)) in _read_flx_header()
/third_party/libwebsockets/plugins/deaddrop/assets/
Ddeaddrop.css65 @keyframes scale {
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/
Ddeaddrop.css65 @keyframes scale {
/third_party/weex-loader/deps/weex-styler/
Dindex.js354 if (rule.keyframes && rule.keyframes.length) {
362 rule.keyframes.forEach(function (keyframe) {
/third_party/ffmpeg/libavformat/
Disom.h188 int *keyframes; member
Dmov.c2812 if (sc->keyframes) in mov_read_stss()
2816 av_freep(&sc->keyframes); in mov_read_stss()
2818 sc->keyframes = av_malloc_array(entries, sizeof(*sc->keyframes)); in mov_read_stss()
2819 if (!sc->keyframes) in mov_read_stss()
2823 sc->keyframes[i] = avio_rb32(pb); in mov_read_stss()
3867 …int key_off = (sc->keyframe_count && sc->keyframes[0] > 0) || (sc->stps_count && sc->stps_data[0] … in mov_build_index()
3933 …>keyframe_absent && (!sc->keyframe_count || current_sample+key_off == sc->keyframes[stss_index])) { in mov_build_index()
4361 av_freep(&sc->keyframes); in mov_read_trak()
7431 av_freep(&sc->keyframes); in mov_read_close()
/third_party/skia/third_party/externals/libwebp/
DNEWS102 WebPAnimEncoderOptions: kmax <= 0 now disables keyframes, kmax == 1
103 forces all keyframes. See mux.h and the gif2webp
DREADME465 (0=only keyframes)
/third_party/ffmpeg/tests/ref/fate/
Dsub-ass-to-ass-transcode20 Keyframes File: ../Desktop/Keyframe Raws/kamisama05-wr.keyframes.txt
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
DTODO24 * Do minimal parsing of video headers to detect keyframes and use
/third_party/ffmpeg/doc/
Dformats.texi81 Allow seeking to non-keyframes on demuxer level when supported if set to 1.
Dbitstream_filters.texi667 Remove extradata from non-keyframes only.
670 Remove extradata from keyframes only.
Dsnow.txt620 use extradata for stuff which is in the keyframes now?
Dmuxers.texi938 Allow segments to start on frames other than keyframes. This improves
939 behavior on some players when the time between keyframes is inconsistent,
2083 If enabled, allow segments to start on frames other than keyframes. This
2084 improves behavior on some players when the time between keyframes is
2449 keyframes packets, as requested by the MPEG-TS format. The select
Dcodecs.texi847 Discard all frames excepts keyframes.

12