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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c321 VO_AUDIO_FORMAT *pWAV_Format; local
401 pWAV_Format = (VO_AUDIO_FORMAT*)pData;
403 config.nChannelsIn = pWAV_Format->Channels;
404 config.nChannelsOut = pWAV_Format->Channels;
405 config.sampleRate = pWAV_Format->SampleRate;
413 if(pWAV_Format->SampleBits != 16)

Completed in 53 milliseconds