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:sync_pos
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
oggdec.c
171
os->
sync_pos
= -1;
in ogg_reset()
477
os->
sync_pos
= os->page_pos;
in ogg_read_page()
481
os->
sync_pos
= os->page_pos;
in ogg_read_page()
587
si->data_offset = os->
sync_pos
;
in ogg_packet()
595
si->data_offset = FFMIN(si->data_offset, cur_os->
sync_pos
);
in ogg_packet()
618
*fpos = os->
sync_pos
;
in ogg_packet()
623
os->
sync_pos
= os->page_pos;
in ogg_packet()
H
A
D
oggdec.h
73
int64_t
sync_pos
; ///< file offset of the first page needed to reconstruct the current packet
member
/third_party/ffmpeg/libavcodec/
H
A
D
dca_core.c
1706
int
sync_pos
= FFMIN(s->frame_size / 4, s->gb.size_in_bits / 32) - 1;
in parse_optional_info()
local
1724
for (;
sync_pos
>= last_pos;
sync_pos
--, w2 = w1) {
in parse_optional_info()
1725
w1 = AV_RB32(s->gb.buffer +
sync_pos
* 4);
in parse_optional_info()
1728
dist = s->frame_size -
sync_pos
* 4;
in parse_optional_info()
1732
s->xch_pos =
sync_pos
* 32 + 49;
in parse_optional_info()
1749
for (;
sync_pos
>= last_pos;
sync_pos
--, w2 = w1) {
in parse_optional_info()
1750
w1 = AV_RB32(s->gb.buffer +
sync_pos
* 4);
in parse_optional_info()
1753
dist = s->frame_size -
sync_pos
*
in parse_optional_info()
[all...]
Completed in 6 milliseconds