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

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorBGAudioProcessing.h30 M4OSA_UInt16* m_dataAddress; // Android SRC needs a Int16 pointer member in struct:android::__anon71
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4AD_Common.h137 M4OSA_MemAddr8 m_dataAddress; member in struct:__anon118
H A DM4DA_Types.h189 M4OSA_MemAddr8 m_dataAddress; /**< Pointer to a memory area with the encoded data */ member in struct:__anon139
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp3327 M4OSA_UInt8 *m_dataAddress; member in struct:__anon1154
3419 bufferIn.m_dataAddress = (M4OSA_UInt8*)M4OSA_32bitAlignedMalloc(samplesCountInBytes*sizeof(M4OSA_UInt16), 0,
3421 if ( bufferIn.m_dataAddress != M4OSA_NULL) {
3425 "M4MA_generateAudioGraphFile: Malloc failed for bufferIn.m_dataAddress 0x%lx",
3454 memset((void *)bufferIn.m_dataAddress,0,bufferIn.m_bufferSize);
3459 (M4OSA_MemAddr8)bufferIn.m_dataAddress,
3471 ptr16 = (M4OSA_Int16*)bufferIn.m_dataAddress;
3547 free(bufferIn.m_dataAddress);

Completed in 117 milliseconds