| /third_party/typescript/tests/baselines/reference/ |
| D | jsdocTemplateTag.types | 42 …* @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[]
|
| D | jsdocTemplateTag.errors.txt | 1 …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…
|
| D | jsdocTemplateTag.symbols | 34 …* @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/ |
| D | target_bsf_fuzzer.c | 46 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()
|
| D | target_dec_fuzzer.c | 120 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/ |
| D | directive.ts | 633 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/ |
| D | jsdocTemplateTag.ts | 28 Element.prototype.animate = function(keyframes) {};
|
| /third_party/skia/experimental/docs/ |
| D | exampleSlides.js | 377 var keyframes = { variable
|
| D | animationCommon.js | 19 var keyframe = keyframes[frame]; 250 keyframes[frame][0]);
|
| /third_party/gstreamer/gstplugins_good/gst/flx/ |
| D | flx_fmt.h | 83 guint16 ext_flags,keyframes,totalframes; member
|
| D | gstflxdec.c | 684 if (!gst_byte_reader_get_uint16_le (reader, &flxh->keyframes)) in _read_flx_header()
|
| /third_party/libwebsockets/plugins/deaddrop/assets/ |
| D | deaddrop.css | 65 @keyframes scale {
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/ |
| D | deaddrop.css | 65 @keyframes scale {
|
| /third_party/weex-loader/deps/weex-styler/ |
| D | index.js | 354 if (rule.keyframes && rule.keyframes.length) { 362 rule.keyframes.forEach(function (keyframe) {
|
| /third_party/ffmpeg/libavformat/ |
| D | isom.h | 188 int *keyframes; member
|
| D | mov.c | 2812 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/ |
| D | NEWS | 102 WebPAnimEncoderOptions: kmax <= 0 now disables keyframes, kmax == 1 103 forces all keyframes. See mux.h and the gif2webp
|
| D | README | 465 (0=only keyframes)
|
| /third_party/ffmpeg/tests/ref/fate/ |
| D | sub-ass-to-ass-transcode | 20 Keyframes File: ../Desktop/Keyframe Raws/kamisama05-wr.keyframes.txt
|
| /third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
| D | TODO | 24 * Do minimal parsing of video headers to detect keyframes and use
|
| /third_party/ffmpeg/doc/ |
| D | formats.texi | 81 Allow seeking to non-keyframes on demuxer level when supported if set to 1.
|
| D | bitstream_filters.texi | 667 Remove extradata from non-keyframes only. 670 Remove extradata from keyframes only.
|
| D | snow.txt | 620 use extradata for stuff which is in the keyframes now?
|
| D | muxers.texi | 938 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
|
| D | codecs.texi | 847 Discard all frames excepts keyframes.
|