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:MP3Context
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mp3enc.c
98
typedef struct
MP3Context
{
struct
136
}
MP3Context
;
typedef
145
MP3Context
*mp3 = s->priv_data;
in mp3_write_xing()
290
static void mp3_xing_add_frame(
MP3Context
*mp3, AVPacket *pkt)
in mp3_xing_add_frame()
318
MP3Context
*mp3 = s->priv_data;
in mp3_write_audio_packet()
383
MP3Context
*mp3 = s->priv_data;
in mp3_queue_flush()
401
MP3Context
*mp3 = s->priv_data;
in mp3_update_xing()
473
MP3Context
*mp3 = s->priv_data;
in mp3_write_trailer()
505
offsetof(
MP3Context
, id3v2_version), AV_OPT_TYPE_INT, {.i64 = 4}, 0, 4, AV_OPT_FLAG_ENCODING_PARAM},
507
offsetof(
MP3Context
, write_id3v
[all...]
Completed in 2 milliseconds