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:current_sub_idx
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
subtitles.c
219
if (q->
current_sub_idx
== q->nb_subs)
in ff_subtitles_queue_read_packet()
221
sub = q->subs[q->
current_sub_idx
];
in ff_subtitles_queue_read_packet()
227
q->
current_sub_idx
++;
in ff_subtitles_queue_read_packet()
261
q->
current_sub_idx
= ts;
in ff_subtitles_queue_seek()
316
q->
current_sub_idx
= idx;
in ff_subtitles_queue_seek()
328
q->nb_subs = q->allocated_size = q->
current_sub_idx
= 0;
in ff_subtitles_queue_clean()
H
A
D
subtitles.h
107
int
current_sub_idx
; ///< current position for the read packet callback
member
136
* Update
current_sub_idx
to emulate a seek. Except the first parameter, it
H
A
D
mpeg.c
936
if (tmpq->
current_sub_idx
>= tmpq->nb_subs)
in vobsub_read_packet()
939
ts = tmpq->subs[tmpq->
current_sub_idx
]->pts;
in vobsub_read_packet()
954
if (q->
current_sub_idx
< q->nb_subs) {
in vobsub_read_packet()
955
psize = q->subs[q->
current_sub_idx
]->pos - pkt->pos;
in vobsub_read_packet()
Completed in 4 milliseconds