Home
last modified time | relevance | path

Searched refs:keyframes (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/tools/
H A Dtarget_bsf_fuzzer.c47 uint64_t keyframes = 0; in LLVMFuzzerTestOneInput() local
90 keyframes = bytestream2_get_le64(&gbc); in LLVMFuzzerTestOneInput()
139 pkt->flags = (keyframes & 1) * AV_PKT_FLAG_DISCARD + (!!(keyframes & 2)) * AV_PKT_FLAG_KEY; in LLVMFuzzerTestOneInput()
140 keyframes = (keyframes >> 2) + (keyframes<<62); in LLVMFuzzerTestOneInput()
H A Dtarget_dec_fuzzer.c177 uint64_t keyframes = 0; in LLVMFuzzerTestOneInput() local
360 keyframes = bytestream2_get_le64(&gbc); in LLVMFuzzerTestOneInput()
460 parsepkt->flags = (keyframes & 1) * AV_PKT_FLAG_DISCARD + (!!(keyframes & 2)) * AV_PKT_FLAG_KEY; in LLVMFuzzerTestOneInput()
461 keyframes = (keyframes >> 2) + (keyframes<<62); in LLVMFuzzerTestOneInput()
/third_party/skia/experimental/docs/
H A DexampleSlides.js377 var keyframes = {
H A DanimationCommon.js19 var keyframe = keyframes[frame];
250 keyframes[frame][0]);
/third_party/ffmpeg/libavformat/
H A Disom.h193 int *keyframes; member
H A Dmov.c3006 if (sc->keyframes)
3010 av_freep(&sc->keyframes);
3012 sc->keyframes = av_malloc_array(entries, sizeof(*sc->keyframes));
3013 if (!sc->keyframes)
3017 sc->keyframes[i] = avio_rb32(pb);
4254 int key_off = (sc->keyframe_count && sc->keyframes[0] > 0) || (sc->stps_count && sc->stps_data[0] > 0);
4319 if (!sc->keyframe_absent && (!sc->keyframe_count || current_sample+key_off == sc->keyframes[stss_index])) {
4740 av_freep(&sc->keyframes);
8497 av_freep(&sc->keyframes);
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 34 milliseconds