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:xing_offset
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mp3enc.c
116
int
xing_offset
;
member
211
mp3->
xing_offset
= xing_offtbl[mpah.lsf == 1][mpah.nb_channels == 1] + 4;
in mp3_write_xing()
212
bytes_needed = mp3->
xing_offset
+ XING_SIZE;
in mp3_write_xing()
226
ffio_fill(dyn_ctx, 0, mp3->
xing_offset
- 4);
in mp3_write_xing()
356
if (mp3->
xing_offset
) {
in mp3_write_audio_packet()
411
AV_WL32(mp3->xing_frame + mp3->
xing_offset
, MKTAG('I', 'n', 'f', 'o'));
in mp3_update_xing()
413
AV_WB32(mp3->xing_frame + mp3->
xing_offset
+ 8, mp3->frames);
in mp3_update_xing()
414
AV_WB32(mp3->xing_frame + mp3->
xing_offset
+ 12, mp3->size);
in mp3_update_xing()
416
toc = mp3->xing_frame + mp3->
xing_offset
+ 16;
in mp3_update_xing()
430
AV_WB32(mp3->xing_frame + mp3->
xing_offset
in mp3_update_xing()
[all...]
Completed in 2 milliseconds