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

  /system/bt/embdrv/sbc/encoder/include/
sbc_encoder.h 173 int16_t s16BitPool; /* 16*numOfSb for mono & dual;
  /system/bt/stack/a2dp/
a2dp_sbc_encoder.cc 195 int16_t s16BitPool = 0;
284 s16SamplingFreq, p_encoder_params->s16BitPool);
289 s16BitPool = (int16_t)((p_encoder_params->u16BitRate *
304 (p_encoder_params->s16NumOfBlocks * s16BitPool)) /
311 if (s16BitRate > p_encoder_params->u16BitRate) s16BitPool--;
314 s16BitPool = (s16BitPool > 255) ? 255 : s16BitPool;
316 s16BitPool = (s16BitPool > 128) ? 128 : s16BitPool
    [all...]

Completed in 1166 milliseconds