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_stream
(Results
1 - 12
of
12
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
oggdec.c
69
struct
ogg_stream
*stream = &ogg->streams[i];
in free_stream()
100
struct
ogg_stream
*os = ogg->streams + i;
in ogg_save()
131
struct
ogg_stream
*stream = &ogg->streams[i];
in ogg_restore()
164
struct
ogg_stream
*os = ogg->streams + i;
in ogg_reset()
213
struct
ogg_stream
*os;
in ogg_replace_stream()
253
struct
ogg_stream
*os;
in ogg_new_stream()
299
static int buf_realloc(struct
ogg_stream
*os, int size)
in buf_realloc()
317
struct
ogg_stream
*os;
in ogg_read_page()
503
struct
ogg_stream
*os;
in ogg_packet()
590
struct
ogg_stream
*cur_o
in ogg_packet()
[all...]
H
A
D
oggdec.h
60
struct
ogg_stream
{
struct
98
struct
ogg_stream
streams[1];
102
struct
ogg_stream
*streams;
170
struct
ogg_stream
*os = ogg->streams + i;
in ogg_gptopts()
H
A
D
oggparsedirac.c
31
struct
ogg_stream
*os = ogg->streams + idx;
in dirac_header()
71
struct
ogg_stream
*os = ogg->streams + idx;
in dirac_gptopts()
89
struct
ogg_stream
*os = ogg->streams + idx;
in old_dirac_header()
106
struct
ogg_stream
*os = ogg->streams + idx;
in old_dirac_gptopts()
H
A
D
oggparsespeex.c
40
struct
ogg_stream
*os = ogg->streams + idx;
in speex_header()
103
static int ogg_page_packets(struct
ogg_stream
*os)
in ogg_page_packets()
116
struct
ogg_stream
*os = ogg->streams + idx;
in speex_packet()
H
A
D
oggparsevp8.c
33
struct
ogg_stream
*os = ogg->streams + idx;
in vp8_header()
83
struct
ogg_stream
*os = ogg->streams + idx;
in vp8_gptopts()
104
struct
ogg_stream
*os = ogg->streams + idx;
in vp8_packet()
H
A
D
oggparsetheora.c
41
struct
ogg_stream
*os = ogg->streams + idx;
in theora_header()
149
struct
ogg_stream
*os = ogg->streams + idx;
in theora_gptopts()
174
struct
ogg_stream
*os = ogg->streams + idx;
in theora_packet()
H
A
D
oggparseogm.c
40
struct
ogg_stream
*os = ogg->streams + idx;
in ogm_header()
134
struct
ogg_stream
*os = ogg->streams + idx;
in ogm_dshow_header()
175
struct
ogg_stream
*os = ogg->streams + idx;
in ogm_packet()
H
A
D
oggparseflac.c
34
struct
ogg_stream
*os = ogg->streams + idx;
in flac_header()
85
struct
ogg_stream
*os = ogg->streams + idx;
in old_flac_header()
H
A
D
oggparsevorbis.c
255
struct
ogg_stream
*os = ogg->streams + idx;
in vorbis_cleanup()
268
struct
ogg_stream
*os = ogg->streams + idx;
in vorbis_update_metadata()
299
struct
ogg_stream
*os = ogg->streams + idx;
in vorbis_header()
412
struct
ogg_stream
*os = ogg->streams + idx;
in vorbis_packet()
H
A
D
oggparseopus.c
41
struct
ogg_stream
*os = &ogg->streams[idx];
in opus_header()
114
struct
ogg_stream
*os = &ogg->streams[idx];
in opus_packet()
H
A
D
oggparsecelt.c
36
struct
ogg_stream
*os = ogg->streams + idx;
in celt_header()
H
A
D
oggparseskeleton.c
29
struct
ogg_stream
*os = ogg->streams + idx;
in skeleton_header()
Completed in 10 milliseconds