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:eod
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cinepak.c
81
const uint8_t *
eod
= (data + size);
in cinepak_decode_codebook()
local
94
if ((data + 4) >
eod
)
in cinepak_decode_codebook()
105
if ((data + n) >
eod
)
in cinepak_decode_codebook()
137
const uint8_t *
eod
= (data + size);
in cinepak_decode_vectors()
local
167
if ((data + 4) >
eod
)
in cinepak_decode_vectors()
177
if ((data + 4) >
eod
)
in cinepak_decode_vectors()
187
if (data >=
eod
)
in cinepak_decode_vectors()
212
if ((data + 4) >
eod
)
in cinepak_decode_vectors()
271
const uint8_t *
eod
= (data + size);
in cinepak_decode_strip()
local
280
while ((data + 4) <=
eod
) {
in cinepak_decode_strip()
373
const uint8_t *
eod
= (s->data + s->size);
cinepak_decode()
local
[all...]
H
A
D
cdtoons.c
159
const uint8_t *
eod
= avpkt->data + avpkt->size;
in cdtoons_decode_frame()
local
203
if (buf + 14 >
eod
)
in cdtoons_decode_frame()
232
if (size > buf_size || buf + size >
eod
)
in cdtoons_decode_frame()
245
while (buf <
eod
) {
in cdtoons_decode_frame()
247
if (buf + 8 >
eod
) {
in cdtoons_decode_frame()
255
if (buf + 10 >
eod
) {
in cdtoons_decode_frame()
265
if (buf + 16 >
eod
) {
in cdtoons_decode_frame()
276
if (diff_size < 8 || diff_size - 4 >
eod
- buf) {
in cdtoons_decode_frame()
289
if (size < 8 || size - 8 >
eod
- buf) {
in cdtoons_decode_frame()
290
av_log(avctx, AV_LOG_WARNING, "Ran out of data for ignored entry (size %X, %d left).\n", size, (int)(
eod
in cdtoons_decode_frame()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H
A
D
hevc_sao_10bit.asm
209
movsxd eoq,
eod
H
A
D
hevc_sao.asm
208
movsxd eoq,
eod
Completed in 3 milliseconds