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

  /system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc.h 56 #define SBC_MIN_BITPOOL 2 /**< Minimum size of the bit allocation pool used to encode the stream */
  /system/bt/embdrv/sbc/decoder/srce/
decoder-sbc.c 306 if ((context->common.frameInfo.bitpool < SBC_MIN_BITPOOL) && !context->common.frameInfo.enhanced) {

Completed in 32 milliseconds