OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s16SamplingFreq
(Results
1 - 5
of
5
) sorted by null
/system/bt/embdrv/sbc/encoder/srce/
sbc_encoder.c
204
UINT16
s16SamplingFreq
; /*temp variable to store smpling freq*/
219
if (pstrEncParams->
s16SamplingFreq
== SBC_sf16000)
220
s16SamplingFreq
= 16000;
221
else if (pstrEncParams->
s16SamplingFreq
== SBC_sf32000)
222
s16SamplingFreq
= 32000;
223
else if (pstrEncParams->
s16SamplingFreq
== SBC_sf44100)
224
s16SamplingFreq
= 44100;
226
s16SamplingFreq
= 48000;
232
pstrEncParams->s16NumOfSubBands * 1000 /
s16SamplingFreq
)
245
s16BitRate = (8 * s16FrameLen *
s16SamplingFreq
)
[
all
...]
sbc_enc_bit_alloc_mono.c
79
sbc_enc_as16Offset4[pstrCodecParams->
s16SamplingFreq
];
84
sbc_enc_as16Offset8[pstrCodecParams->
s16SamplingFreq
];
sbc_enc_bit_alloc_ste.c
75
ps16GenTabPtr = (SINT16 *)sbc_enc_as16Offset4[pstrCodecParams->
s16SamplingFreq
];
79
ps16GenTabPtr = (SINT16 *)sbc_enc_as16Offset8[pstrCodecParams->
s16SamplingFreq
];
/system/bt/embdrv/sbc/encoder/include/
sbc_encoder.h
156
SINT16
s16SamplingFreq
; /* 16k, 32k, 44.1k or 48k*/
/system/bt/btif/src/
btif_media_task.c
[
all
...]
Completed in 36 milliseconds