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:BLOCK_SAMPLES
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
adxdec.c
32
#define
BLOCK_SAMPLES
32
macro
129
par->bit_rate = (int64_t)par->sample_rate * par->ch_layout.nb_channels * BLOCK_SIZE * 8LL /
BLOCK_SAMPLES
;
in adx_read_header()
131
avpriv_set_pts_info(st, 64,
BLOCK_SAMPLES
, par->sample_rate);
in adx_read_header()
/third_party/ffmpeg/libavcodec/
H
A
D
adxdec.c
83
for (i = 0; i <
BLOCK_SAMPLES
; i++) {
in adx_decode()
160
frame->nb_samples = num_blocks *
BLOCK_SAMPLES
;
in adx_decode_frame()
177
samples_offset +=
BLOCK_SAMPLES
;
in adx_decode_frame()
H
A
D
adx.h
54
#define
BLOCK_SAMPLES
32
macro
H
A
D
adx_parser.c
84
s1->duration =
BLOCK_SAMPLES
;
in adx_parse()
H
A
D
adx.c
78
avctx->bit_rate = avctx->sample_rate * channels * BLOCK_SIZE * 8 /
BLOCK_SAMPLES
;
in ff_adx_decode_header()
H
A
D
adxenc.c
132
avctx->frame_size =
BLOCK_SAMPLES
;
in adx_encode_init()
Completed in 2 milliseconds