Searched defs:m_dataAddress (Results 1 - 4 of 4) sorted by relevance

/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorBGAudioProcessing.h31 M4OSA_UInt16* m_dataAddress; // Android SRC needs a Int16 pointer member in struct:android::__anon1344
/frameworks/media/libvideoeditor/vss/common/inc/
H A DM4AD_Common.h137 M4OSA_MemAddr8 m_dataAddress; member in struct:__anon1389
H A DM4DA_Types.h189 M4OSA_MemAddr8 m_dataAddress; /**< Pointer to a memory area with the encoded data */ member in struct:__anon1410
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp3362 M4OSA_UInt8 *m_dataAddress; member in struct:__anon343
3454 bufferIn.m_dataAddress = (M4OSA_UInt8*)M4OSA_32bitAlignedMalloc(samplesCountInBytes*sizeof(M4OSA_UInt16), 0,
3456 if ( bufferIn.m_dataAddress != M4OSA_NULL) {
3460 "M4MA_generateAudioGraphFile: Malloc failed for bufferIn.m_dataAddress 0x%lx",
3489 memset((void *)bufferIn.m_dataAddress,0,bufferIn.m_bufferSize);
3494 (M4OSA_MemAddr8)bufferIn.m_dataAddress,
3506 ptr16 = (M4OSA_Int16*)bufferIn.m_dataAddress;
3582 free(bufferIn.m_dataAddress);

Completed in 298 milliseconds