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:pduration
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
oggparseopus.c
158
os->
pduration
= ret;
in opus_packet()
165
priv->cur_dts += os->
pduration
;
in opus_packet()
168
skip = FFMIN(skip, os->
pduration
);
in opus_packet()
170
os->
pduration
= skip < os->
pduration
? os->
pduration
- skip : 1;
in opus_packet()
174
os->
pduration
);
in opus_packet()
H
A
D
oggparsespeex.c
136
os->
pduration
= spxp->final_packet_duration;
in speex_packet()
138
os->
pduration
= packet_size;
in speex_packet()
H
A
D
oggparsevorbis.c
481
os->
pduration
= duration;
in vorbis_packet()
494
int64_t skip = priv->final_pts + priv->final_duration + os->
pduration
- os->granule;
in vorbis_packet()
497
os->
pduration
= os->granule - priv->final_pts - priv->final_duration;
in vorbis_packet()
499
priv->final_duration += os->
pduration
;
in vorbis_packet()
H
A
D
oggdec.h
67
unsigned int
pduration
;
member
H
A
D
oggparsevp8.c
134
os->
pduration
= (p[0] >> 4) & 1;
in vp8_packet()
H
A
D
oggparsetheora.c
205
os->
pduration
= 1;
in theora_packet()
H
A
D
oggparseogm.c
190
os->
pduration
+= (uint64_t)p[lb+1] << (lb*8);
in ogm_packet()
H
A
D
oggdec.c
604
os->
pduration
= 0;
in ogg_packet()
861
pkt->duration = os->
pduration
;
in ogg_read_packet()
Completed in 5 milliseconds