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

  /system/bt/embdrv/sbc/encoder/srce/
sbc_encoder.c 164 uint16_t s16SamplingFreq; /*temp variable to store smpling freq*/
177 if (pstrEncParams->s16SamplingFreq == SBC_sf16000)
178 s16SamplingFreq = 16000;
179 else if (pstrEncParams->s16SamplingFreq == SBC_sf32000)
180 s16SamplingFreq = 32000;
181 else if (pstrEncParams->s16SamplingFreq == SBC_sf44100)
182 s16SamplingFreq = 44100;
184 s16SamplingFreq = 48000;
190 1000 / s16SamplingFreq) -
206 s16BitRate = (8 * s16FrameLen * s16SamplingFreq) /
    [all...]
sbc_enc_bit_alloc_mono.c 73 (int16_t*)sbc_enc_as16Offset4[pstrCodecParams->s16SamplingFreq];
76 (int16_t*)sbc_enc_as16Offset8[pstrCodecParams->s16SamplingFreq];
sbc_enc_bit_alloc_ste.c 71 (int16_t*)sbc_enc_as16Offset4[pstrCodecParams->s16SamplingFreq];
74 (int16_t*)sbc_enc_as16Offset8[pstrCodecParams->s16SamplingFreq];
  /system/bt/stack/a2dp/
a2dp_sbc_encoder.cc 194 uint16_t s16SamplingFreq;
233 p_encoder_params->s16SamplingFreq =
262 if (p_encoder_params->s16SamplingFreq == SBC_sf16000)
263 s16SamplingFreq = 16000;
264 else if (p_encoder_params->s16SamplingFreq == SBC_sf32000)
265 s16SamplingFreq = 32000;
266 else if (p_encoder_params->s16SamplingFreq == SBC_sf44100)
267 s16SamplingFreq = 44100;
269 s16SamplingFreq = 48000;
284 s16SamplingFreq, p_encoder_params->s16BitPool)
    [all...]
  /system/bt/embdrv/sbc/encoder/include/
sbc_encoder.h 167 int16_t s16SamplingFreq; /* 16k, 32k, 44.1k or 48k*/

Completed in 297 milliseconds