Searched refs:pLibConfig (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libmediaplayerservice/ |
D | MidiFile.cpp | 53 static const S_EAS_LIB_CONFIG* pLibConfig = NULL; variable 69 if (pLibConfig == NULL) in MidiFile() 70 pLibConfig = EAS_Config(); in MidiFile() 71 if ((pLibConfig == NULL) || (LIB_VERSION != pLibConfig->libVersion)) { in MidiFile() 424 if (mAudioSink->open(pLibConfig->sampleRate, pLibConfig->numChannels, in createOutputTrack() 441 mAudioBuffer = new EAS_PCM[pLibConfig->mixBufferSize * pLibConfig->numChannels * NUM_BUFFERS]; in render() 475 result = EAS_Render(mEasData, p, pLibConfig->mixBufferSize, &count); in render() 479 p += count * pLibConfig->numChannels; in render() 480 num_output += count * pLibConfig->numChannels * sizeof(EAS_PCM); in render()
|
/frameworks/av/media/libmedia/ |
D | JetPlayer.cpp | 30 static const S_EAS_LIB_CONFIG* pLibConfig = NULL; variable 68 if (pLibConfig == NULL) in init() 69 pLibConfig = EAS_Config(); in init() 70 if (pLibConfig == NULL) { in init() 93 pLibConfig->sampleRate, in init() 95 audio_channel_out_mask_from_count(pLibConfig->numChannels), in init() 170 new EAS_PCM[pLibConfig->mixBufferSize * pLibConfig->numChannels * MIX_NUM_BUFFERS]; in render() 207 result = EAS_Render(mEasData, p, pLibConfig->mixBufferSize, &count); in render() 211 p += count * pLibConfig->numChannels; in render() 212 num_output += count * pLibConfig->numChannels * sizeof(EAS_PCM); in render()
|
/frameworks/av/media/libstagefright/ |
D | StagefrightMediaScanner.cpp | 62 const S_EAS_LIB_CONFIG* pLibConfig = EAS_Config(); in HandleMIDI() local 63 if ((pLibConfig == NULL) || (LIB_VERSION != pLibConfig->libVersion)) { in HandleMIDI()
|