OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OUTPUT_CHANNELS
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp
500
// TODO Mono -> Mono is not supported.
OUTPUT_CHANNELS
reflects minimum of stereo out.
501
const int
OUTPUT_CHANNELS
= (CHANNELS < 2) ? 2 : CHANNELS;
509
size_t outputSampleCount = outFrameCount *
OUTPUT_CHANNELS
;
591
outputIndex +=
OUTPUT_CHANNELS
;
624
return outputIndex /
OUTPUT_CHANNELS
;
/frameworks/av/media/libeffects/testlibs/
EffectReverb.h
43
#define
OUTPUT_CHANNELS
AUDIO_CHANNEL_OUT_STEREO
EffectReverb.c
523
|| pConfig->outputCfg.channels !=
OUTPUT_CHANNELS
[
all
...]
Completed in 146 milliseconds