/frameworks/av/libvideoeditor/vss/src/ |
D | M4AD_Null.c | 165 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()
|
D | M4VSS3GPP_Clip.c | 130 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 …]
|
D | M4VSS3GPP_EditAudio.c | 518 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()
|
D | M4READER_Pcm.c | 447 pAccessUnit->m_dataAddress = M4OSA_NULL;/*pBuffer;*/ in M4READER_PCM_fillAuStruct() 570 pAccessUnit->m_dataAddress = (M4OSA_MemAddr8)pAu->dataAddress; in M4READER_PCM_getNextAu()
|
D | M4READER_Amr.c | 381 pAccessUnit->m_dataAddress = M4OSA_NULL;/*pBuffer;*/ in M4READER_AMR_fillAuStruct() 708 pAccessUnit->m_dataAddress = (M4OSA_MemAddr8)pAu->dataAddress; in M4READER_AMR_getNextAu()
|
D | M4VSS3GPP_AudioMixing.c | 2022 (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()
|
D | M4PTO3GPP_API.c | 842 (void *)pC->m_pReaderAudioAU->m_dataAddress, in M4PTO3GPP_Step()
|
D | M4VSS3GPP_EditVideo.c | 314 (void *)(pC->pC1->VideoAU.m_dataAddress + offset), in M4VSS3GPP_intEditStepVideo()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorBGAudioProcessing.cpp | 65 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()
|
D | VideoEditorAudioPlayer.cpp | 686 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()
|
D | VideoEditorBGAudioProcessing.h | 30 M4OSA_UInt16* m_dataAddress; // Android SRC needs a Int16 pointer member
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
D | M4AD_Common.h | 137 M4OSA_MemAddr8 m_dataAddress; member
|
D | M4DA_Types.h | 189 M4OSA_MemAddr8 m_dataAddress; /**< Pointer to a memory area with the encoded data */ member
|
/frameworks/av/libvideoeditor/vss/mcs/src/ |
D | M4MCS_API.c | 2210 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 …]
|
D | M4MCS_VideoPreProcessing.c | 100 else if ((M4OSA_NULL == pC->ReaderVideoAU.m_dataAddress) || in M4MCS_intApplyVPP()
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
D | VideoEditorAudioDecoder.cpp | 202 (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()
|
D | VideoEditorMp3Reader.cpp | 594 pAccessUnit->m_dataAddress = M4OSA_NULL; in VideoEditorMp3Reader_fillAuStruct() 727 pAccessUnit->m_dataAddress = (M4OSA_Int8*) pAu->dataAddress; in VideoEditorMp3Reader_getNextAu()
|
D | VideoEditor3gpReader.cpp | 832 pAccessUnit->m_dataAddress = M4OSA_NULL; in VideoEditor3gpReader_fillAuStruct() 1122 pAccessUnit->m_dataAddress = (M4OSA_Int8*) pAu->dataAddress; in VideoEditor3gpReader_getNextAu()
|
D | VideoEditorVideoDecoder.cpp | 212 memcpy((void *)mBuffer->data(),(void *)pAccessUnit->m_dataAddress, in read()
|
/frameworks/base/media/jni/mediaeditor/ |
D | VideoEditorMain.cpp | 3327 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()
|