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:sga
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
sga.c
183
SGADemuxContext *
sga
= s->priv_data;
in sga_read_header()
local
186
sga
->sector_headers = 1;
in sga_read_header()
187
sga
->first_audio_size = 0;
in sga_read_header()
188
sga
->video_stream_index = -1;
in sga_read_header()
189
sga
->audio_stream_index = -1;
in sga_read_header()
190
sga
->left = 2048;
in sga_read_header()
191
sga
->idx = 0;
in sga_read_header()
202
if (!
sga
->first_audio_size &&
in sga_read_header()
207
sga
->first_audio_size = avio_rb16(pb);
in sga_read_header()
210
sga
in sga_read_header()
233
SGADemuxContext *
sga
= s->priv_data;
print_stats()
local
247
SGADemuxContext *
sga
= s->priv_data;
update_type_size()
local
260
SGADemuxContext *
sga
= s->priv_data;
sga_video_packet()
local
311
SGADemuxContext *
sga
= s->priv_data;
sga_audio_packet()
local
357
SGADemuxContext *
sga
= s->priv_data;
sga_packet()
local
389
SGADemuxContext *
sga
= s->priv_data;
try_packet()
local
406
SGADemuxContext *
sga
= s->priv_data;
sga_read_packet()
local
461
SGADemuxContext *
sga
= s->priv_data;
sga_seek()
local
[all...]
H
A
D
Makefile
530
OBJS-$(CONFIG_SGA_DEMUXER) +=
sga
.o
/third_party/ffmpeg/libavcodec/
H
A
D
Makefile
636
OBJS-$(CONFIG_SGA_DECODER) +=
sga
.o
Completed in 4 milliseconds