Searched refs:pWAV_Format (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c315 VO_AUDIO_FORMAT *pWAV_Format; local
395 pWAV_Format = (VO_AUDIO_FORMAT*)pData;
397 config.nChannelsIn = pWAV_Format->Channels;
398 config.nChannelsOut = pWAV_Format->Channels;
399 config.sampleRate = pWAV_Format->SampleRate;
407 if(pWAV_Format->SampleBits != 16)

Completed in 47 milliseconds