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

/external/opencore/nodes/pvdummyinputnode/src/
H A Dpvmf_dummy_fileinput_node.cpp109 , iAudioData(NULL)
194 iAlloc.deallocate((OsclAny*)iAudioData);
1402 iAudioData = (uint8*)iAlloc.allocate(fileSize);
1403 if (!iAudioData)
1410 iInputFile.Read((OsclAny*)iAudioData, sizeof(uint8), fileSize);
1544 oscl_memcpy(refCtrMemFrag.getMemFragPtr(), iAudioData, sizeof(iAudioData));
1546 mediaData->setMediaFragFilledLen(0, sizeof(iAudioData));
/external/opencore/nodes/pvdummyinputnode/include/
H A Dpvmf_dummy_fileinput_node.h198 uint8* iAudioData; member in class:PVMFDummyFileInputNode

Completed in 15 milliseconds