Home
last modified time | relevance | path

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

123

/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/node/deps/npm/docs/src/components/home/
Dcubes.js1 import styled, {css, keyframes} from 'styled-components'
14 const wiggle = keyframes`
DTerminal.js2 import styled, {keyframes} from 'styled-components'
52 const blink = keyframes`
/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/flutter/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/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/
Ddeaddrop.css65 @keyframes scale {
/third_party/libwebsockets/plugins/deaddrop/assets/
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/flutter/skia/third_party/externals/libwebp/
DNEWS67 WebPAnimEncoderOptions: kmax <= 0 now disables keyframes, kmax == 1
68 forces all keyframes. See mux.h and the gif2webp
/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
/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.

123