Home
last modified time | relevance | path

Searched refs:pLibConfig (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libmedia/
DJetPlayer.cpp28 static const S_EAS_LIB_CONFIG* pLibConfig = NULL; variable
64 if (pLibConfig == NULL) in init()
65 pLibConfig = EAS_Config(); in init()
66 if (pLibConfig == NULL) { in init()
89 pLibConfig->sampleRate, in init()
91 audio_channel_out_mask_from_count(pLibConfig->numChannels), in init()
168 new EAS_PCM[pLibConfig->mixBufferSize * pLibConfig->numChannels * MIX_NUM_BUFFERS]; in render()
205 result = EAS_Render(mEasData, p, pLibConfig->mixBufferSize, &count); in render()
209 p += count * pLibConfig->numChannels; in render()
210 num_output += count * pLibConfig->numChannels * sizeof(EAS_PCM); in render()