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:ogg_codec
(Results
1 - 12
of
12
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
oggdec.h
30
struct
ogg_codec
{
struct
76
const struct
ogg_codec
*codec;
116
extern const struct
ogg_codec
ff_celt_codec;
117
extern const struct
ogg_codec
ff_dirac_codec;
118
extern const struct
ogg_codec
ff_flac_codec;
119
extern const struct
ogg_codec
ff_ogm_audio_codec;
120
extern const struct
ogg_codec
ff_ogm_old_codec;
121
extern const struct
ogg_codec
ff_ogm_text_codec;
122
extern const struct
ogg_codec
ff_ogm_video_codec;
123
extern const struct
ogg_codec
ff_old_dirac_code
[all...]
H
A
D
oggparseogm.c
195
const struct
ogg_codec
ff_ogm_video_codec = {
204
const struct
ogg_codec
ff_ogm_audio_codec = {
213
const struct
ogg_codec
ff_ogm_text_codec = {
222
const struct
ogg_codec
ff_ogm_old_codec = {
H
A
D
oggparsedirac.c
116
const struct
ogg_codec
ff_dirac_codec = {
125
const struct
ogg_codec
ff_old_dirac_codec = {
H
A
D
oggparseflac.c
128
const struct
ogg_codec
ff_flac_codec = {
135
const struct
ogg_codec
ff_old_flac_codec = {
H
A
D
oggparsecelt.c
92
const struct
ogg_codec
ff_celt_codec = {
H
A
D
oggparseskeleton.c
96
const struct
ogg_codec
ff_skeleton_codec = {
H
A
D
oggparsespeex.c
143
const struct
ogg_codec
ff_speex_codec = {
H
A
D
oggparsevp8.c
139
const struct
ogg_codec
ff_vp8_codec = {
H
A
D
oggdec.c
43
static const struct
ogg_codec
* const ogg_codecs[] = {
192
static const struct
ogg_codec
*ogg_find_codec(uint8_t *buf, int size)
in ogg_find_codec()
214
const struct
ogg_codec
*codec;
in ogg_replace_stream()
H
A
D
oggparsetheora.c
211
const struct
ogg_codec
ff_theora_codec = {
H
A
D
oggparseopus.c
181
const struct
ogg_codec
ff_opus_codec = {
H
A
D
oggparsevorbis.c
505
const struct
ogg_codec
ff_vorbis_codec = {
Completed in 6 milliseconds