HomeSort by relevance Sort by last modified time
    Searched full:samplingfreq (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/btif/include/
btif_media.h 68 UINT16 SamplingFreq; /* 16k, 32k, 44.1k or 48k*/
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 229 // - samplingFreq : Sampling Frequency
237 int WebRtcAecm_InitCore(AecmCore_t * const aecm, int samplingFreq);
aecm_core.c 554 // - samplingFreq : Sampling Frequency
562 int WebRtcAecm_InitCore(AecmCore_t * const aecm, int samplingFreq)
568 if (samplingFreq != 8000 && samplingFreq != 16000)
570 samplingFreq = 8000;
574 aecm->mult = (WebRtc_Word16)samplingFreq / 8000;
616 if (samplingFreq == 8000)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 122 static Word16 BarcLineValue(Word16 noOfLines, Word16 fftLine, Word32 samplingFreq)
127 center_freq = (fftLine * samplingFreq) / (noOfLines << 1);
  /external/aac/libAACenc/src/
psy_configuration.cpp 288 static FIXP_DBL FDKaacEnc_BarcLineValue(INT noOfLines, INT fftLine, LONG samplingFreq)
304 center_freq = fftLine * samplingFreq; /* q11 or q8 */
314 center_freq = (fftLine * samplingFreq) << 3; // q13
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_API.c 597 M4OSA_UInt32 width, height, samplingFreq;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 619 msg.SamplingFreq = freq_block_tbl[sbc_config.samp_freq >> 5];
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp 744 ALOGV("VideoEditorAudioDecoder_step: samplingFreq = %d", sampleRate);
    [all...]

Completed in 448 milliseconds