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:index_entry
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
rpl.c
320
AVIndexEntry*
index_entry
;
in rpl_read_packet()
local
334
index_entry
= &sti->index_entries[rpl->chunk_number];
in rpl_read_packet()
337
if (avio_seek(pb,
index_entry
->pos, SEEK_SET) < 0)
in rpl_read_packet()
359
pkt->pts =
index_entry
->timestamp + rpl->frame_in_part;
in rpl_read_packet()
368
ret = av_get_packet(pb, pkt,
index_entry
->size);
in rpl_read_packet()
371
if (ret !=
index_entry
->size)
in rpl_read_packet()
383
pkt->pts =
index_entry
->timestamp;
in rpl_read_packet()
H
A
D
bink.c
243
int
index_entry
;
in read_packet()
local
250
index_entry
= av_index_search_timestamp(st, bink->video_pts,
in read_packet()
252
if (
index_entry
< 0) {
in read_packet()
259
bink->remain_packet_size = sti->index_entries[
index_entry
].size;
in read_packet()
260
bink->flags = sti->index_entries[
index_entry
].flags;
in read_packet()
H
A
D
isom.h
138
int
index_entry
;
member
H
A
D
mov.c
1425
frag_stream_info[i].
index_entry
= -1;
in update_frag_index()
1454
if (frag_stream_info && frag_stream_info->
index_entry
>= 0)
in fix_frag_index_entries()
1455
frag_stream_info->
index_entry
+= entries;
in fix_frag_index_entries()
5194
// Find the next frag_index index that has a valid
index_entry
for
5197
// A valid
index_entry
means the trun for the fragment was read
5199
// New index entries will be inserted before the
index_entry
found.
5203
if (frag_stream_info && frag_stream_info->
index_entry
>= 0) {
5205
index_entry_pos = frag_stream_info->
index_entry
;
5320
// Record the
index_entry
position in frag_index of this fragment
5322
frag_stream_info->
index_entry
[all...]
Completed in 10 milliseconds