Home
last modified time | relevance | path

Searched refs:m_dataAddress (Results 1 – 20 of 20) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
DM4AD_Null.c165 val = (M4OSA_Int16)((M4OSA_UInt8)(pInputBuffer->m_dataAddress[i]) - 128); in M4AD_NULL_step()
167 pDecodedPCMBuffer->m_dataAddress[i*2] = (M4OSA_Int8)(val>>8); in M4AD_NULL_step()
168 pDecodedPCMBuffer->m_dataAddress[i*2+1] = (M4OSA_Int8)(val&0x00ff); in M4AD_NULL_step()
173 memcpy((void *)pDecodedPCMBuffer->m_dataAddress, (void *)pInputBuffer->m_dataAddress, in M4AD_NULL_step()
177 memcpy((void *)pDecodedPCMBuffer->m_dataAddress, (void *)pInputBuffer->m_dataAddress, in M4AD_NULL_step()
DM4VSS3GPP_Clip.c130 pClipCtxt->VideoAU.m_dataAddress = M4OSA_NULL; in M4VSS3GPP_intClipInit()
131 pClipCtxt->AudioAU.m_dataAddress = M4OSA_NULL; in M4VSS3GPP_intClipInit()
149 pClipCtxt->AudioDecBufferOut.m_dataAddress = M4OSA_NULL; in M4VSS3GPP_intClipInit()
693 pClipCtxt->AudioAU.m_dataAddress = M4OSA_NULL; in M4VSS3GPP_intClipOpen()
776 if( M4OSA_NULL != pClipCtxt->AudioDecBufferOut.m_dataAddress ) in M4VSS3GPP_intClipDeleteAudioTrack()
778 free(pClipCtxt->AudioDecBufferOut.m_dataAddress); in M4VSS3GPP_intClipDeleteAudioTrack()
779 pClipCtxt->AudioDecBufferOut.m_dataAddress = M4OSA_NULL; in M4VSS3GPP_intClipDeleteAudioTrack()
928 pClipCtxt->pAudioFramePtr = pClipCtxt->AudioAU.m_dataAddress; in M4VSS3GPP_intClipReadNextAudioFrame()
1012 < (pClipCtxt->AudioAU.m_dataAddress + pClipCtxt->AudioAU.m_size) ) in M4VSS3GPP_intClipReadNextAudioFrame()
1041 pClipCtxt->pAudioFramePtr = pClipCtxt->AudioAU.m_dataAddress; in M4VSS3GPP_intClipReadNextAudioFrame()
[all …]
DM4VSS3GPP_EditAudio.c518 pC->pC1->AudioDecBufferOut.m_dataAddress; in M4VSS3GPP_intEditStepAudio()
623 *)pC->pC1->AudioDecBufferOut.m_dataAddress, in M4VSS3GPP_intEditStepAudio()
677 pC->pC1->AudioDecBufferOut.m_dataAddress; in M4VSS3GPP_intEditStepAudio()
900 pC->pC1->AudioDecBufferOut.m_dataAddress; in M4VSS3GPP_intEditStepAudio()
1037 *)pC->pC1->AudioDecBufferOut.m_dataAddress, in M4VSS3GPP_intEditStepAudio()
1055 *)pC->pC2->AudioDecBufferOut.m_dataAddress, in M4VSS3GPP_intEditStepAudio()
1071 (M4OSA_Int16 *)pC->pC1->AudioDecBufferOut.m_dataAddress, in M4VSS3GPP_intEditStepAudio()
1072 (M4OSA_Int16 *)pC->pC2->AudioDecBufferOut.m_dataAddress, in M4VSS3GPP_intEditStepAudio()
1086 pC->pC1->AudioDecBufferOut.m_dataAddress; in M4VSS3GPP_intEditStepAudio()
DM4READER_Pcm.c447 pAccessUnit->m_dataAddress = M4OSA_NULL;/*pBuffer;*/ in M4READER_PCM_fillAuStruct()
570 pAccessUnit->m_dataAddress = (M4OSA_MemAddr8)pAu->dataAddress; in M4READER_PCM_getNextAu()
DM4READER_Amr.c381 pAccessUnit->m_dataAddress = M4OSA_NULL;/*pBuffer;*/ in M4READER_AMR_fillAuStruct()
708 pAccessUnit->m_dataAddress = (M4OSA_MemAddr8)pAu->dataAddress; in M4READER_AMR_getNextAu()
DM4VSS3GPP_AudioMixing.c2022 (void *)(pC->pInputClipCtxt->VideoAU.m_dataAddress + offset), in M4VSS3GPP_intAudioMixingStepVideo()
3048 (void *)pC->pAddedClipCtxt->AudioDecBufferOut.m_dataAddress, in M4VSS3GPP_intAudioMixingConvert()
3419 pPCMdata2 = (M4OSA_Int16 *)pC->pAddedClipCtxt->AudioDecBufferOut.m_dataAddress; in M4VSS3GPP_intAudioMixingDoMixing()
3425 (M4OSA_Int16 *)pC->pInputClipCtxt->AudioDecBufferOut.m_dataAddress; in M4VSS3GPP_intAudioMixingDoMixing()
3436 AudioDecBufferOut.m_dataAddress; in M4VSS3GPP_intAudioMixingDoMixing()
3602 pC->pInputClipCtxt->AudioDecBufferOut.m_dataAddress; in M4VSS3GPP_intAudioMixingDoMixing()
3796 pC->pInputClipCtxt->AudioDecBufferOut.m_dataAddress; in M4VSS3GPP_intAudioMixingTransition()
DM4PTO3GPP_API.c842 (void *)pC->m_pReaderAudioAU->m_dataAddress, in M4PTO3GPP_Step()
DM4VSS3GPP_EditVideo.c314 (void *)(pC->pC1->VideoAU.m_dataAddress + offset), in M4VSS3GPP_intEditStepVideo()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorBGAudioProcessing.cpp65 memcpy((void *)pMixedOutBuffer->m_dataAddress, in mixAndDuck()
66 (void *)pPrimaryTrack->m_dataAddress, pMixedOutBuffer->m_bufferSize); in mixAndDuck()
70 M4OSA_Int16 *pPTMdata2 = (M4OSA_Int16*)pMixedOutBuffer->m_dataAddress; in mixAndDuck()
73 M4OSA_Int16 *pBTMdata1 = (M4OSA_Int16*) pBackgroundTrack->m_dataAddress; in mixAndDuck()
81 M4OSA_Int16 *pPCM16Sample = (M4OSA_Int16*)pPrimaryTrack->m_dataAddress; in mixAndDuck()
186 memcpy((void *)pMixedOutBuffer->m_dataAddress, in mixAndDuck()
187 (void *)pBackgroundTrack->m_dataAddress, in mixAndDuck()
DVideoEditorAudioPlayer.cpp686 bgFrame.m_dataAddress = (M4OSA_UInt16*)M4OSA_32bitAlignedMalloc( len, 1, in fillBuffer()
690 mixFrame.m_dataAddress = (M4OSA_UInt16*)M4OSA_32bitAlignedMalloc(len, 1, in fillBuffer()
724 (M4OSA_Int8*)bgFrame.m_dataAddress, in fillBuffer()
759 ptFrame.m_dataAddress = (M4OSA_UInt16*)ptr; in fillBuffer()
768 (void *)mixFrame.m_dataAddress, len); in fillBuffer()
783 if (bgFrame.m_dataAddress) { in fillBuffer()
784 free(bgFrame.m_dataAddress); in fillBuffer()
786 if (mixFrame.m_dataAddress) { in fillBuffer()
787 free(mixFrame.m_dataAddress); in fillBuffer()
DVideoEditorBGAudioProcessing.h30 M4OSA_UInt16* m_dataAddress; // Android SRC needs a Int16 pointer member
/frameworks/av/libvideoeditor/vss/common/inc/
DM4AD_Common.h137 M4OSA_MemAddr8 m_dataAddress; member
DM4DA_Types.h189 M4OSA_MemAddr8 m_dataAddress; /**< Pointer to a memory area with the encoded data */ member
/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_API.c2210 pC->AudioDecBufferIn.m_dataAddress = M4OSA_NULL; in M4MCS_init()
2212 pC->AudioDecBufferOut.m_dataAddress = M4OSA_NULL; in M4MCS_init()
6182 pC->AudioDecBufferOut.m_dataAddress = in M4MCS_intPrepareAudioProcessing()
6187 if( M4OSA_NULL == pC->AudioDecBufferOut.m_dataAddress ) in M4MCS_intPrepareAudioProcessing()
7226 pC->ReaderAudioAU.m_dataAddress); in M4MCS_intPrepareAudioBeginCut()
7231 pC->ReaderAudioAU.m_dataAddress); in M4MCS_intPrepareAudioBeginCut()
7253 pC->ReaderAudioAU.m_dataAddress += uiFrameSize; in M4MCS_intPrepareAudioBeginCut()
7664 (M4OSA_UInt8 *)pC->ReaderVideoAU1.m_dataAddress, pC->ReaderVideoAU1.m_size); in M4MCS_intStepBeginVideoJump()
7953 (void *)pC->ReaderAudioAU1.m_dataAddress, in M4MCS_intAudioNullEncoding()
8017 (void *)pC->ReaderAudioAU1.m_dataAddress, in M4MCS_intAudioNullEncoding()
[all …]
DM4MCS_VideoPreProcessing.c100 else if ((M4OSA_NULL == pC->ReaderVideoAU.m_dataAddress) || in M4MCS_intApplyVPP()
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorAudioDecoder.cpp202 (void *)pAccessUnit->m_dataAddress, pAccessUnit->m_size); in readBufferFromReader()
635 (void *)pInputBuffer->m_dataAddress, pInputBuffer->m_bufferSize); in VideoEditorAudioDecoder_processInputBuffer()
678 memcpy((void *)pOuputBuffer->m_dataAddress, in VideoEditorAudioDecoder_processOutputBuffer()
687 M4OSA_Int16* pDataOut = (M4OSA_Int16*)pOuputBuffer->m_dataAddress; in VideoEditorAudioDecoder_processOutputBuffer()
DVideoEditorMp3Reader.cpp594 pAccessUnit->m_dataAddress = M4OSA_NULL; in VideoEditorMp3Reader_fillAuStruct()
727 pAccessUnit->m_dataAddress = (M4OSA_Int8*) pAu->dataAddress; in VideoEditorMp3Reader_getNextAu()
DVideoEditor3gpReader.cpp832 pAccessUnit->m_dataAddress = M4OSA_NULL; in VideoEditor3gpReader_fillAuStruct()
1122 pAccessUnit->m_dataAddress = (M4OSA_Int8*) pAu->dataAddress; in VideoEditor3gpReader_getNextAu()
DVideoEditorVideoDecoder.cpp212 memcpy((void *)mBuffer->data(),(void *)pAccessUnit->m_dataAddress, in read()
/frameworks/base/media/jni/mediaeditor/
DVideoEditorMain.cpp3327 M4OSA_UInt8 *m_dataAddress; member
3419 …bufferIn.m_dataAddress = (M4OSA_UInt8*)M4OSA_32bitAlignedMalloc(samplesCountInBytes*sizeof(M4OSA_U… in M4MA_generateAudioGraphFile()
3421 if ( bufferIn.m_dataAddress != M4OSA_NULL) { in M4MA_generateAudioGraphFile()
3454 memset((void *)bufferIn.m_dataAddress,0,bufferIn.m_bufferSize); in M4MA_generateAudioGraphFile()
3459 (M4OSA_MemAddr8)bufferIn.m_dataAddress, in M4MA_generateAudioGraphFile()
3471 ptr16 = (M4OSA_Int16*)bufferIn.m_dataAddress; in M4MA_generateAudioGraphFile()
3547 free(bufferIn.m_dataAddress); in M4MA_generateAudioGraphFile()