Searched defs:frequency (Results 1 - 3 of 3) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
H A Ddecoder-oina.c41 OI_UINT8 frequency,
48 if (frequency > SBC_FREQ_48000) {
83 context->common.frameInfo.freqIndex = frequency;
39 OI_CODEC_SBC_DecoderConfigureRaw(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_BOOL enhanced, OI_UINT8 frequency, OI_UINT8 mode, OI_UINT8 subbands, OI_UINT8 blocks, OI_UINT8 alloc, OI_UINT8 maxBitpool) argument
/system/bt/embdrv/sbc/decoder/include/
H A Doi_codec_sbc.h82 #define SBC_FREQ_16000 0 /**< The sampling frequency is 16 kHz. One possible value for the @a frequency parameter of OI_CODEC_SBC_EncoderConfigure() */
83 #define SBC_FREQ_32000 1 /**< The sampling frequency is 32 kHz. One possible value for the @a frequency parameter of OI_CODEC_SBC_EncoderConfigure() */
84 #define SBC_FREQ_44100 2 /**< The sampling frequency is 44.1 kHz. One possible value for the @a frequency parameter of OI_CODEC_SBC_EncoderConfigure() */
85 #define SBC_FREQ_48000 3 /**< The sampling frequency is 48 kHz. One possible value for the @a frequency parameter of OI_CODEC_SBC_EncoderConfigure() */
128 OI_UINT16 frequency; /**< The sampling frequency member in struct:__anon703
[all...]
/system/bt/btif/src/
H A Dbtif_media_task.c1898 int btif_a2dp_get_track_frequency(UINT8 frequency) { argument
1900 switch (frequency) {
1980 UINT32 freq_multiple = 48*20; /* frequency multiple for 20ms of data , initialize with 48K*/

Completed in 106 milliseconds