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_BITS
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
wtv.h
28
#define
WTV_SECTOR_BITS
12
macro
29
#define WTV_SECTOR_SIZE (1 <<
WTV_SECTOR_BITS
)
H
A
D
wtvenc.c
392
avio_wl32(pb, 1 <<
WTV_SECTOR_BITS
);
in write_header()
403
pad = (1 <<
WTV_SECTOR_BITS
) - avio_tell(pb);
in write_header()
597
int64_t start_sector = start_pos >>
WTV_SECTOR_BITS
;
in write_fat_sector()
598
int shift = sector_bits -
WTV_SECTOR_BITS
;
in write_fat_sector()
604
int64_t start_sector1 = fat >>
WTV_SECTOR_BITS
;
in write_fat_sector()
740
sector_bits =
WTV_SECTOR_BITS
;
in finish_file()
743
sector_bits =
WTV_SECTOR_BITS
;
in finish_file()
749
sector_bits =
WTV_SECTOR_BITS
;
in finish_file()
770
w->first_sector = write_fat_sector(s, start_pos, nb_sectors, sector_bits, w->depth) >>
WTV_SECTOR_BITS
;
in finish_file()
772
w->first_sector = start_pos >>
WTV_SECTOR_BITS
;
in finish_file()
[all...]
H
A
D
wtvdec.c
65
return avio_seek(pb, (sector <<
WTV_SECTOR_BITS
) + offset, SEEK_SET);
in seek_by_sector()
96
(wf->sectors[i] != wf->sectors[i - 1] + (1 << (wf->sector_bits -
WTV_SECTOR_BITS
)) &&
in wtvfile_read_packet()
186
wf->sectors = av_malloc_array(nb_sectors1, 1 <<
WTV_SECTOR_BITS
);
in wtvfile_open_sector()
202
wf->sector_bits = length & (1ULL<<63) ?
WTV_SECTOR_BITS
: WTV_BIGSECTOR_BITS;
in wtvfile_open_sector()
211
if (size >= 0 && (int64_t)wf->sectors[wf->nb_sectors - 1] <<
WTV_SECTOR_BITS
> size)
in wtvfile_open_sector()
Completed in 4 milliseconds