Searched defs:nrof_channels (Results 1 - 2 of 2) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
H A Dsynthesis-sbc.c281 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; local
284 int32_t* s = context->common.subdata + 8 * nrof_channels * blkstart;
293 if (nrof_channels == 2) {
304 for (ch = 0; ch < nrof_channels; ch++) {
320 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; local
323 int32_t* s = context->common.subdata + 8 * nrof_channels * blkstart;
332 if (nrof_channels == 2) {
342 for (ch = 0; ch < nrof_channels; c
360 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; local
417 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; local
[all...]
/system/bt/embdrv/sbc/decoder/include/
H A Doi_codec_sbc.h174 uint8_t nrof_channels; /**< The number of channels of the encoded stream. */ member in struct:__anon694

Completed in 126 milliseconds