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:audio_chunk_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
tmv.c
42
unsigned
audio_chunk_size
;
member
90
tmv->
audio_chunk_size
= avio_rl16(pb);
in tmv_read_header()
91
if (!tmv->
audio_chunk_size
) {
in tmv_read_header()
127
fps.den = tmv->
audio_chunk_size
;
in tmv_read_header()
139
((tmv->video_chunk_size + tmv->
audio_chunk_size
+ 511) & ~511) -
in tmv_read_header()
140
(tmv->video_chunk_size + tmv->
audio_chunk_size
);
in tmv_read_header()
153
tmv->
audio_chunk_size
: tmv->video_chunk_size;
in tmv_read_packet()
180
(tmv->
audio_chunk_size
+ tmv->video_chunk_size + tmv->padding);
in tmv_read_seek()
H
A
D
ipmovie.c
109
int
audio_chunk_size
;
member
136
s->
audio_chunk_size
-= 6;
in load_ipmovie_packet()
142
if (s->
audio_chunk_size
!= av_get_packet(pb, pkt, s->
audio_chunk_size
))
in load_ipmovie_packet()
151
(s->
audio_chunk_size
/ s->audio_channels / (s->audio_bits / 8));
in load_ipmovie_packet()
154
(s->
audio_chunk_size
- 6 - s->audio_channels) / s->audio_channels;
in load_ipmovie_packet()
481
s->
audio_chunk_size
= opcode_size;
in process_ipmovie_chunk()
Completed in 2 milliseconds