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:WTV_SECTOR_SIZE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
wtvenc.c
579
pad =
WTV_SECTOR_SIZE
- size;
in write_root_table()
592
write_pad(pb,
WTV_SECTOR_SIZE
- ((nb_sectors << 2) %
WTV_SECTOR_SIZE
));
in write_fat()
605
int nb_sectors1 = ((nb_sectors << 2) +
WTV_SECTOR_SIZE
- 1) /
WTV_SECTOR_SIZE
;
in write_fat_sector()
738
if (w->length <=
WTV_SECTOR_SIZE
) {
in finish_file()
741
} else if (w->length <= (
WTV_SECTOR_SIZE
/ 4) *
WTV_SECTOR_SIZE
) {
in finish_file()
744
} else if (w->length <= (
WTV_SECTOR_SIZE
/ 4) * WTV_BIGSECTOR_SIZE) {
in finish_file()
747
} else if (w->length <= (int64_t)(
WTV_SECTOR_SIZE
/
in finish_file()
[all...]
H
A
D
wtv.h
29
#define
WTV_SECTOR_SIZE
(1 << WTV_SECTOR_BITS)
macro
H
A
D
wtvdec.c
175
wf->sectors = av_malloc(
WTV_SECTOR_SIZE
);
in wtvfile_open_sector()
180
wf->nb_sectors = read_ints(s->pb, wf->sectors,
WTV_SECTOR_SIZE
/ 4);
in wtvfile_open_sector()
182
uint32_t sectors1[
WTV_SECTOR_SIZE
/ 4];
in wtvfile_open_sector()
183
int nb_sectors1 = read_ints(s->pb, sectors1,
WTV_SECTOR_SIZE
/ 4);
in wtvfile_open_sector()
195
wf->nb_sectors += read_ints(s->pb, wf->sectors + i *
WTV_SECTOR_SIZE
/ 4,
WTV_SECTOR_SIZE
/ 4);
in wtvfile_open_sector()
966
uint8_t root[
WTV_SECTOR_SIZE
];
in read_header()
Completed in 4 milliseconds