Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:keyframes
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/tools/
H
A
D
target_bsf_fuzzer.c
47
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
D
target_dec_fuzzer.c
177
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
D
exampleSlides.js
377
var
keyframes
= {
H
A
D
animationCommon.js
19
var keyframe =
keyframes
[frame];
250
keyframes
[frame][0]);
/third_party/ffmpeg/libavformat/
H
A
D
isom.h
193
int *
keyframes
;
member
H
A
D
mov.c
3006
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
D
stylo.hpp
[all...]
Completed in 34 milliseconds