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:mfra_size
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/tools/
H
A
D
ismindex.c
420
int32_t
mfra_size
;
in read_mfra()
local
425
mfra_size
= avio_rb32(f);
in read_mfra()
426
avio_seek(f, -
mfra_size
, SEEK_CUR);
in read_mfra()
427
if (avio_rb32(f) !=
mfra_size
) {
in read_mfra()
/third_party/ffmpeg/libavformat/
H
A
D
isom.h
317
uint32_t
mfra_size
;
member
H
A
D
mov.c
5554
c->
mfra_size
= avio_rb32(pb);
5559
if (offset == stream_size - c->
mfra_size
)
8654
c->
mfra_size
= avio_rb32(f);
8656
if (!c->
mfra_size
|| c->
mfra_size
> stream_size) {
8660
if ((seek_ret = avio_seek(f, -((int64_t) c->
mfra_size
), SEEK_CUR)) < 0) {
8664
if (avio_rb32(f) != c->
mfra_size
) {
Completed in 13 milliseconds