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:blocks_read
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
argo_cvg.c
59
uint32_t
blocks_read
;
member
211
if (ctx->
blocks_read
>= ctx->num_blocks)
in argo_cvg_read_packet()
215
FFMIN(ARGO_CVG_NB_BLOCKS, ctx->num_blocks - ctx->
blocks_read
));
in argo_cvg_read_packet()
225
pkt->pts = ctx->
blocks_read
* ARGO_CVG_SAMPLES_PER_BLOCK;
in argo_cvg_read_packet()
228
ctx->
blocks_read
+= ret / st->codecpar->block_align;
in argo_cvg_read_packet()
245
ctx->
blocks_read
= 0;
in argo_cvg_seek()
H
A
D
argo_asf.c
40
uint32_t
blocks_read
;
member
226
if (asf->
blocks_read
>= asf->ckhdr.num_blocks)
in argo_asf_read_packet()
230
FFMIN(ASF_NB_BLOCKS, asf->ckhdr.num_blocks - asf->
blocks_read
));
in argo_asf_read_packet()
241
pkt->pts = asf->
blocks_read
* asf->ckhdr.num_samples;
in argo_asf_read_packet()
242
asf->
blocks_read
+= (ret / st->codecpar->block_align);
in argo_asf_read_packet()
265
asf->
blocks_read
= block;
in argo_asf_seek()
Completed in 3 milliseconds