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:next_audio_index
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
ifv.c
30
uint32_t
next_audio_index
;
member
182
ifv->
next_audio_index
= 0;
in ifv_read_header()
204
ifv->
next_audio_index
< ifv->total_aframes) {
in ifv_read_packet()
208
if (ifv->
next_audio_index
< sti->nb_index_entries) {
in ifv_read_packet()
209
ea = &sti->index_entries[ifv->
next_audio_index
];
in ifv_read_packet()
221
ifv->
next_audio_index
= ifv->total_aframes;
in ifv_read_packet()
239
ret = read_index(s, AVMEDIA_TYPE_AUDIO, ifv->
next_audio_index
);
in ifv_read_packet()
279
ifv->
next_audio_index
++;
in ifv_read_packet()
297
ifv->
next_audio_index
= ifv->total_aframes - 1;
in ifv_read_seek()
304
ifv->
next_audio_index
in ifv_read_seek()
[all...]
H
A
D
smacker.c
60
int
next_audio_index
;
member
244
if (!smk->
next_audio_index
) {
in smacker_read_packet()
300
for (int i = smk->
next_audio_index
; i < 7; i++) {
in smacker_read_packet()
329
smk->
next_audio_index
= i + 1;
in smacker_read_packet()
357
smk->
next_audio_index
= 0;
in smacker_read_packet()
364
smk->
next_audio_index
= 0;
in smacker_read_packet()
394
smk->
next_audio_index
= 0;
in smacker_read_seek()
Completed in 2 milliseconds