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:SAMPLES_PER_FRAME
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
atrac3.c
62
#define
SAMPLES_PER_FRAME
1024
macro
80
float prev_frame[
SAMPLES_PER_FRAME
];
85
DECLARE_ALIGNED(32, float, spectrum)[
SAMPLES_PER_FRAME
];
86
DECLARE_ALIGNED(32, float, imdct_buf)[
SAMPLES_PER_FRAME
];
320
memset(output + first, 0, (
SAMPLES_PER_FRAME
- first) * sizeof(*output));
in decode_spectrum()
384
max_coded_values =
SAMPLES_PER_FRAME
- cmp->pos;
in decode_tonal_components()
809
frame->nb_samples =
SAMPLES_PER_FRAME
;
in atrac3_decode_frame()
837
frame->nb_samples =
SAMPLES_PER_FRAME
;
in atrac3al_decode_frame()
893
samples_per_frame =
SAMPLES_PER_FRAME
* channels;
in atrac3_decode_init()
909
samples_per_frame =
SAMPLES_PER_FRAME
* channel
in atrac3_decode_init()
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H
A
D
SynthEngine.java
40
private static final int
SAMPLES_PER_FRAME
= 2;
field in SynthEngine
131
mBuffer = new float[mFramesPerBlock *
SAMPLES_PER_FRAME
];
in run()
215
voice.mix(buffer,
SAMPLES_PER_FRAME
, 0.25f);
in generateBuffer()
H
A
D
SimpleAudioOutput.java
33
public static final int
SAMPLES_PER_FRAME
= 2;
field in SimpleAudioOutput
35
public static final int BYTES_PER_FRAME =
SAMPLES_PER_FRAME
* BYTES_PER_SAMPLE;
Completed in 4 milliseconds