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

  /external/aac/libAACenc/src/
pnsparam.h 128 int FDKaacEnc_lookUpPnsUse (int bitRate, int sampleRate, int numChan, const int isLC);
138 INT numChan,
pnsparam.cpp 188 int FDKaacEnc_lookUpPnsUse (int bitRate, int sampleRate, int numChan, const int isLC) {
198 levelTable = (numChan > 1) ? &levelTable_stereo[0] : &levelTable_mono[0];
199 size = (numChan > 1) ? sizeof(levelTable_stereo) : sizeof(levelTable_mono);
246 INT numChan,
267 hUsePns = FDKaacEnc_lookUpPnsUse (bitRate, sampleRate, numChan, isLC);
pns_func.h 107 const INT numChan,
aacenc_pns.cpp 138 const INT numChan,
150 numChan,
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 121 const int numChan = audio_channel_count_from_out_mask(mask);
    [all...]
  /external/aac/libSBRdec/src/
psdec.cpp 120 static void assignTimeSlotsPS (FIXP_DBL *bufAdr, FIXP_DBL **bufPtr, const int numSlots, const int numChan);
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_i.h 891 u8 numChan;
nan_req.cpp     [all...]

Completed in 227 milliseconds