Home
last modified time | relevance | path

Searched refs:numInputChannels (Results 1 – 11 of 11) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestDataPathsActivity.java246 void setupDeviceCombo(int numInputChannels, in setupDeviceCombo() argument
263 requestedInConfig.setChannelCount(numInputChannels); in setupDeviceCombo()
274 int numInputChannels, in testPresetCombo() argument
281 setupDeviceCombo(numInputChannels, inputChannel, numOutputChannels, outputChannel); in testPresetCombo()
304 int numInputChannels, in testPresetCombo() argument
310 testPresetCombo(inputPreset, numInputChannels, inputChannel, in testPresetCombo()
313 testPresetCombo(inputPreset, numInputChannels, inputChannel, in testPresetCombo()
339 int numInputChannels, in testInputDeviceCombo() argument
343 setupDeviceCombo(numInputChannels, inputChannel, numOutputChannels, 0); in testInputDeviceCombo()
358 int numInputChannels, in testInputDeviceCombo() argument
[all …]
/external/aac/libSACdec/src/
Dsac_process.h133 const int numInputChannels);
152 FIXP_DBL **qmfImag, const INT numInputChannels);
175 const INT numInputChannels);
290 const INT numInputChannels,
Dsac_dec.cpp1041 const int numInputChannels) { in SpatialDecApplyBypass() argument
1060 switch (numInputChannels) { in SpatialDecApplyBypass()
1139 UINT nSamples, UINT controlFlags, int numInputChannels, in SpatialDecApplyParameterSets() argument
1215 (bypassMode) ? numInputChannels : self->numInputChannels); in SpatialDecApplyParameterSets()
1222 (bypassMode) ? numInputChannels : self->numInputChannels); in SpatialDecApplyParameterSets()
1282 self->hybInputReal__FDK, self->hybInputImag__FDK, ts, numInputChannels); in SpatialDecApplyParameterSets()
1289 self->hybOutputImagDry__FDK, numInputChannels); in SpatialDecApplyParameterSets()
1408 numInputChannels, mapDescr); in SpatialDecApplyParameterSets()
1444 UINT nSamples, UINT *pControlFlags, int numInputChannels, in SpatialDecApplyFrame() argument
1462 numInputChannels = in SpatialDecApplyFrame()
[all …]
Dsac_process.cpp169 const int numInputChannels) { in SpatialDecQMFAnalysis() argument
177 for (ch = 0; ch < numInputChannels; ch++) { in SpatialDecQMFAnalysis()
211 const INT numInputChannels) { in SpatialDecFeedQMF() argument
216 for (ch = 0; ch < numInputChannels; ch++) { in SpatialDecFeedQMF()
286 const INT numInputChannels) { in SpatialDecHybridAnalysis() argument
290 for (ch = 0; ch < numInputChannels; in SpatialDecHybridAnalysis()
313 self->hybridAnalysis[numInputChannels].hfMode = 0; in SpatialDecHybridAnalysis()
315 &self->hybridAnalysis[numInputChannels], in SpatialDecHybridAnalysis()
330 for (row = 0; row < self->numInputChannels; row++) { in SpatialDecCreateX()
883 const INT numInputChannels, in SpatialDecSynthesis() argument
Dsac_bitdec.h114 SCHAR numInputChannels; member
Dsac_dec_interface.h313 UINT nSamples, UINT *pControlFlags, int numInputChannels,
Dsac_stp.cpp368 for (ch = 0; ch < self->numInputChannels; ch++) { in subbandTPApply()
431 for (ch = 0; ch < self->numInputChannels; ch++) { in subbandTPApply()
Dsac_bitdec.cpp419 treePropertyTable[pSpatialSpecificConfig->treeConfig].numInputChannels; in SpatialDecParseMps212Config()
510 treePropertyTable[pSpatialSpecificConfig->treeConfig].numInputChannels; in SpatialDecParseSpecificConfig()
649 treePropertyTable[pSpatialSpecificConfig->treeConfig].numInputChannels; in SpatialDecDefaultSpecificConfig()
1835 for (ch = 0; ch < self->numInputChannels; ch++) { in decodeAndMapFrameArbdmx()
2004 self->numInputChannels = pSpatialSpecificConfig->nInputChannels; in SpatialDecDecodeHeader()
2033 self->numOutputChannels = self->numInputChannels; in SpatialDecDecodeHeader()
Dsac_dec.h321 int numInputChannels; /* 1 (M) or 2 (L,R) */ member
Dsac_calcM1andM2.cpp182 int nChIn = self->numInputChannels; in updateAlpha()
Dsac_reshapeBBEnv.cpp576 extractBBEnv(self, INP_DMX, 0, fMin(self->numInputChannels, 2), envDmx, in SpatialDecReshapeBBEnv()