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

  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
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...]
  /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 43 milliseconds