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:first_frame
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
thp.c
30
unsigned
first_frame
;
member
91
thp->
first_frame
= avio_rb32(pb);
in thp_read_header()
95
thp->next_frame = thp->
first_frame
;
in thp_read_header()
/third_party/ffmpeg/libavcodec/
H
A
D
ansi.c
66
int
first_frame
;
member
377
if (!s->
first_frame
) {
in decode_frame()
379
s->
first_frame
= 1;
in decode_frame()
H
A
D
rpzaenc.c
49
int
first_frame
; // flag set to one when the first frame is being processed
member
583
if (!s->
first_frame
) {
in rpza_encode_stream()
802
s->
first_frame
= 1;
in rpza_encode_frame()
810
s->
first_frame
= 0;
in rpza_encode_frame()
H
A
D
amrwbdec.c
89
uint8_t
first_frame
; ///< flag active during decoding of the first frame
member
125
ctx->
first_frame
= 1;
in amrwb_decode_init()
1184
if (ctx->
first_frame
) {
in amrwb_decode_frame()
1185
ctx->
first_frame
= 0;
in amrwb_decode_frame()
H
A
D
roqvideoenc.c
159
int
first_frame
;
member
996
enc->
first_frame
= 1;
in roq_encode_init()
1081
if (enc->
first_frame
) {
in roq_encode_frame()
1091
enc->
first_frame
= 0;
in roq_encode_frame()
H
A
D
vorbisdec.c
133
uint8_t
first_frame
;
member
1852
if (!vc->
first_frame
) {
in vorbis_decode_frame()
1853
vc->
first_frame
= 1;
in vorbis_decode_frame()
1888
vc->
first_frame
= 0;
in vorbis_decode_flush()
/third_party/backends/frontend/
H
A
D
scanimage.c
1356
int i, len,
first_frame
= 1, offset = 0, must_buffer = 0;
in scan_it()
local
1384
if (!
first_frame
)
in scan_it()
1413
if (
first_frame
)
in scan_it()
1431
if (
first_frame
)
in scan_it()
1739
first_frame
= 0;
in scan_it()
/third_party/astc-encoder/Source/
H
A
D
stb_image.h
6780
int
first_frame
;
6786
first_frame
= 0;
6804
first_frame
= 1;
6894
if (
first_frame
&& (g->bgindex > 0)) {
Completed in 24 milliseconds