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

  /external/adhd/cras/src/server/
cras_a2dp_info.c 17 uint8_t frequency = 0, mode = 0, subbands = 0, allocation, blocks = 0, local
43 switch (sbc->subbands) {
45 subbands = SBC_SB_4;
48 subbands = SBC_SB_8;
69 a2dp->codec = cras_sbc_codec_create(frequency, mode, subbands,
  /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...]
  /external/adhd/cras/src/common/
a2dp-codecs.h 94 uint8_t subbands:2; member in struct:__anon14099
116 uint8_t subbands:2; member in struct:__anon14101
  /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:__anon1829
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 183 milliseconds