HomeSort by relevance Sort by last modified time
    Searched refs:m_dataAddress (Results 1 - 20 of 20) sorted by null

  /frameworks/av/libvideoeditor/vss/src/
M4AD_Null.c 165 val = (M4OSA_Int16)((M4OSA_UInt8)(pInputBuffer->m_dataAddress[i]) - 128);
167 pDecodedPCMBuffer->m_dataAddress[i*2] = (M4OSA_Int8)(val>>8);
168 pDecodedPCMBuffer->m_dataAddress[i*2+1] = (M4OSA_Int8)(val&0x00ff);
173 memcpy((void *)pDecodedPCMBuffer->m_dataAddress, (void *)pInputBuffer->m_dataAddress,
177 memcpy((void *)pDecodedPCMBuffer->m_dataAddress, (void *)pInputBuffer->m_dataAddress,
M4VSS3GPP_Clip.c 130 pClipCtxt->VideoAU.m_dataAddress = M4OSA_NULL;
131 pClipCtxt->AudioAU.m_dataAddress = M4OSA_NULL;
149 pClipCtxt->AudioDecBufferOut.m_dataAddress = M4OSA_NULL;
693 pClipCtxt->AudioAU.m_dataAddress = M4OSA_NULL;
776 if( M4OSA_NULL != pClipCtxt->AudioDecBufferOut.m_dataAddress )
778 free(pClipCtxt->AudioDecBufferOut.m_dataAddress);
779 pClipCtxt->AudioDecBufferOut.m_dataAddress = M4OSA_NULL;
    [all...]
M4VSS3GPP_EditAudio.c 518 pC->pC1->AudioDecBufferOut.m_dataAddress;
623 *)pC->pC1->AudioDecBufferOut.m_dataAddress,
677 pC->pC1->AudioDecBufferOut.m_dataAddress;
    [all...]
M4READER_Amr.c 381 pAccessUnit->m_dataAddress = M4OSA_NULL;/*pBuffer;*/
708 pAccessUnit->m_dataAddress = (M4OSA_MemAddr8)pAu->dataAddress;
M4READER_Pcm.c 447 pAccessUnit->m_dataAddress = M4OSA_NULL;/*pBuffer;*/
570 pAccessUnit->m_dataAddress = (M4OSA_MemAddr8)pAu->dataAddress;
M4VSS3GPP_AudioMixing.c     [all...]
M4PTO3GPP_API.c     [all...]
M4VSS3GPP_EditVideo.c 314 (void *)(pC->pC1->VideoAU.m_dataAddress + offset),
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorBGAudioProcessing.cpp 65 memcpy((void *)pMixedOutBuffer->m_dataAddress,
66 (void *)pPrimaryTrack->m_dataAddress, pMixedOutBuffer->m_bufferSize);
70 M4OSA_Int16 *pPTMdata2 = (M4OSA_Int16*)pMixedOutBuffer->m_dataAddress;
73 M4OSA_Int16 *pBTMdata1 = (M4OSA_Int16*) pBackgroundTrack->m_dataAddress;
81 M4OSA_Int16 *pPCM16Sample = (M4OSA_Int16*)pPrimaryTrack->m_dataAddress;
186 memcpy((void *)pMixedOutBuffer->m_dataAddress,
187 (void *)pBackgroundTrack->m_dataAddress,
VideoEditorBGAudioProcessing.h 30 M4OSA_UInt16* m_dataAddress; // Android SRC needs a Int16 pointer
VideoEditorAudioPlayer.cpp 686 bgFrame.m_dataAddress = (M4OSA_UInt16*)M4OSA_32bitAlignedMalloc( len, 1,
690 mixFrame.m_dataAddress = (M4OSA_UInt16*)M4OSA_32bitAlignedMalloc(len, 1,
724 (M4OSA_Int8*)bgFrame.m_dataAddress,
759 ptFrame.m_dataAddress = (M4OSA_UInt16*)ptr;
768 (void *)mixFrame.m_dataAddress, len);
783 if (bgFrame.m_dataAddress) {
784 free(bgFrame.m_dataAddress);
786 if (mixFrame.m_dataAddress) {
787 free(mixFrame.m_dataAddress);
  /frameworks/av/libvideoeditor/vss/common/inc/
M4AD_Common.h 137 M4OSA_MemAddr8 m_dataAddress;
M4DA_Types.h 189 M4OSA_MemAddr8 m_dataAddress; /**< Pointer to a memory area with the encoded data */
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]
M4MCS_VideoPreProcessing.c 84 * When Closing after an error occured, it may happen that pReaderVideoAU->m_dataAddress has
100 else if ((M4OSA_NULL == pC->ReaderVideoAU.m_dataAddress) ||
113 M4OSA_TRACE1_0("M4MCS_intApplyVPP: pReaderVideoAU->m_dataAddress is M4OSA_NULL,\
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp 202 (void *)pAccessUnit->m_dataAddress, pAccessUnit->m_size);
635 (void *)pInputBuffer->m_dataAddress, pInputBuffer->m_bufferSize);
678 memcpy((void *)pOuputBuffer->m_dataAddress,
687 M4OSA_Int16* pDataOut = (M4OSA_Int16*)pOuputBuffer->m_dataAddress;
    [all...]
VideoEditorMp3Reader.cpp 594 pAccessUnit->m_dataAddress = M4OSA_NULL;
701 M4READER_MP3, (M4OSA_Char*)"pAccessUnit->m_dataAddress" );
727 pAccessUnit->m_dataAddress = (M4OSA_Int8*) pAu->dataAddress;
VideoEditor3gpReader.cpp 832 pAccessUnit->m_dataAddress = M4OSA_NULL;
    [all...]
VideoEditorVideoDecoder.cpp 212 memcpy((void *)mBuffer->data(),(void *)pAccessUnit->m_dataAddress,
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp     [all...]

Completed in 1308 milliseconds