Searched refs:frequency (Results 1 – 8 of 8) sorted by relevance
41 OI_UINT8 frequency, in OI_CODEC_SBC_DecoderConfigureRaw() argument48 if (frequency > SBC_FREQ_48000) { in OI_CODEC_SBC_DecoderConfigureRaw()83 context->common.frameInfo.freqIndex = frequency; in OI_CODEC_SBC_DecoderConfigureRaw()
44 printf(" frequency: %d\n", frameInfo->frequency); in OI_CODEC_SBC_DumpConfig()
201 frame->frequency = freq_values[frame->freqIndex]; in OI_SBC_ExpandFrameFields()
105 frame->frequency = freq_values[frame->freqIndex]; in OI_SBC_ReadHeader()
80 return DIVIDE(8 * internal_CalculateFramelen(frame) * frame->frequency, blocksbands); in internal_CalculateBitrate()
128 OI_UINT16 frequency; /**< The sampling frequency. Input parameter. */ member291 OI_UINT8 frequency,
278 int btif_a2dp_get_track_frequency(UINT8 frequency);
1898 int btif_a2dp_get_track_frequency(UINT8 frequency) { in btif_a2dp_get_track_frequency() argument1900 switch (frequency) { in btif_a2dp_get_track_frequency()