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

  /system/bt/embdrv/sbc/decoder/srce/
decoder-sbc.c 264 * subbands. We need
270 (context->common.frameInfo.subbands != context->restrictSubbands)) {
386 uint8_t subbands; local
401 subbands = mode = blocks = frameData[1];
405 subbands = band_values[(subbands & BIT0)];
411 frameLen += subbands + (8 * subbands);
420 frameLen += 4 * subbands;
422 frameLen += 8 * subbands;
    [all...]
  /system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc.h 115 /**@name Subbands */
117 /**< The encoded stream has 4 subbands. One possible value for the @a subbands
120 /**< The encoded stream has 8 subbands. One possible value for the @a subbands
169 uint8_t nrof_subbands; /**< The number of subbands of the encoded stream.
171 uint8_t subbands; member in struct:__anon113438
261 * number of subbands, stereo mode, or frequency.
292 * @param subbands May be set to SBC_SUBBANDS_4 or SBC_SUBBANDS_8. All
294 * the requested number of subbands
    [all...]

Completed in 79 milliseconds