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:state64
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
jpeg2000_parser.c
54
pc->
state64
= 0;
in reset_context()
97
uint64_t
state64
= pc->
state64
;
in find_frame_end()
local
105
state64
=
state64
<< 8 | buf[i];
in find_frame_end()
124
m->skip_bytes = (
state64
& 0xFFFFFFFF) - 9 > 0?
in find_frame_end()
125
(
state64
& 0xFFFFFFFF) - 9 : 0;
in find_frame_end()
132
if (
state64
== 0x6A5020200D0A870A) { // JP2 signature box value.
in find_frame_end()
145
if ((
state64
& 0xFFFFFFFF) == 0x0000000C && bytes_read >= 3) { // Indicates start of JP2 file. Check signature next.
in find_frame_end()
147
} else if ((
state64
in find_frame_end()
[all...]
H
A
D
png_parser.c
51
uint64_t
state64
= ppc->pc.
state64
;
in png_parse()
local
53
state64
= (
state64
<< 8) | buf[i];
in png_parse()
54
if (
state64
== PNGSIG ||
state64
== MNGSIG) {
in png_parse()
60
ppc->pc.
state64
=
state64
;
in png_parse()
H
A
D
dnxhd_parser.c
41
uint64_t state = pc->
state64
;
in dnxhd_find_frame_end()
86
pc->
state64
= -1;
in dnxhd_find_frame_end()
106
pc->
state64
= -1;
in dnxhd_find_frame_end()
113
pc->
state64
= state;
in dnxhd_find_frame_end()
H
A
D
bmp_parser.c
43
uint64_t state = bpc->pc.
state64
;
in bmp_parse()
75
bpc->pc.
state64
= 0;
in bmp_parse()
81
bpc->pc.
state64
= state;
in bmp_parse()
H
A
D
webp_parser.c
42
uint64_t state = ctx->pc.
state64
;
in webp_parse()
73
ctx->pc.
state64
= 0;
in webp_parse()
79
ctx->pc.
state64
= state;
in webp_parse()
H
A
D
qoi_parser.c
38
uint64_t state = ipc->pc.
state64
;
in qoi_parse()
58
ipc->pc.
state64
= state;
in qoi_parse()
H
A
D
cri_parser.c
50
uint64_t state = bpc->pc.
state64
;
in cri_parse()
87
bpc->pc.
state64
= state;
in cri_parse()
H
A
D
adx_parser.c
48
uint64_t state = pc->
state64
;
in adx_parse()
65
pc->
state64
= state;
in adx_parse()
H
A
D
xbm_parser.c
58
uint64_t state = bpc->pc.
state64
;
in xbm_parse()
86
bpc->pc.
state64
= state;
in xbm_parse()
H
A
D
dca_parser.c
76
state = pc->
state64
;
in dca_find_frame_end()
171
pc->
state64
= -1;
in dca_find_frame_end()
179
pc->
state64
= state;
in dca_find_frame_end()
H
A
D
hevc_parser.c
270
pc->
state64
= (pc->
state64
<< 8) | buf[i];
in hevc_find_frame_end()
272
if (((pc->
state64
>> 3 * 8) & 0xFFFFFF) != START_CODE)
in hevc_find_frame_end()
275
nut = (pc->
state64
>> 2 * 8 + 1) & 0x3F;
in hevc_find_frame_end()
H
A
D
parser.h
37
uint64_t
state64
; ///< contains the last 8 bytes in MSB order
member
H
A
D
parser.c
271
pc->
state64
= pc->
state64
<< 8 | pc->buffer[pc->last_index + next];
in ff_combine_frame()
Completed in 5 milliseconds