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

/system/bt/embdrv/sbc/decoder/srce/
H A Dsynthesis-sbc.c262 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; local
265 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart;
271 if (nrof_channels == 2) {
279 for (ch = 0; ch < nrof_channels; ch++) {
293 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; local
296 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart;
302 if (nrof_channels == 2) {
309 for (ch = 0; ch < nrof_channels; c
327 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; local
377 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; local
[all...]
/system/bt/embdrv/sbc/decoder/include/
H A Doi_codec_sbc.h139 OI_UINT8 nrof_channels; /**< The number of channels of the encoded stream. */ member in struct:__anon705

Completed in 341 milliseconds