OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numcalframes
(Results
1 - 1
of
1
) sorted by null
/cts/apps/CtsVerifier/jni/audioquality/
MeasureRms.cpp
70
int
numCalFrames
= int(0.5 + (calInterval / frameDur));
71
if (
numCalFrames
< 1)
72
numCalFrames
= 1;
102
if (numFrames < (3 *
numCalFrames
)) {
105
float* calValues = new float[
numCalFrames
];
125
if (frame <
numCalFrames
) {
129
if (frame ==
numCalFrames
) {
130
calMedian = getMedian(calValues,
numCalFrames
);
144
if (sig_frame <
numCalFrames
) {
147
if (sig_frame ==
numCalFrames
) {
[
all
...]
Completed in 23 milliseconds