HomeSort by relevance Sort by last modified time
    Searched refs:nrof_channels (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
framing-sbc.c 47 printf(" channels: %d\n", frameInfo->nrof_channels);
synthesis-sbc.c 262 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; ch++)
327 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; local
377 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; local
    [all...]
decoder-oina.c 92 if (context->common.frameInfo.nrof_channels >= context->common.pcmStride) {
decoder-private.c 111 frame->nrof_channels = channel_values[frame->mode];
138 OI_UINT i = common->frameInfo.nrof_subbands * common->frameInfo.nrof_channels;
187 const OI_UINT iter_count = common->frameInfo.nrof_channels * common->frameInfo.nrof_subbands / 4;
decoder-sbc.c 164 if (context->common.frameInfo.nrof_channels == 1 && context->common.pcmStride == 2) {
270 if (context->common.frameInfo.nrof_channels > context->common.maxChannels) {
framing.c 177 OI_UINT count = (frame->nrof_subbands * frame->nrof_channels / 2u) + 4;
202 frame->nrof_channels = channel_values[frame->mode];
bitalloc.c 86 OI_UINT headerLen = SBC_HEADER_LEN + frame->nrof_subbands * frame->nrof_channels/2;
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_codec_sbc.h 139 OI_UINT8 nrof_channels; /**< The number of channels of the encoded stream. */ member in struct:__anon5732

Completed in 56 milliseconds