HomeSort by relevance Sort by last modified time
    Searched full:dataaddress (Results 1 - 22 of 22) sorted by null

  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 98 pReaderContext->mAudioAu.dataAddress = M4OSA_NULL;
232 if (pReaderContext->mAudioAu.dataAddress != NULL) {
233 free(pReaderContext->mAudioAu.dataAddress);
234 pReaderContext->mAudioAu.dataAddress = NULL;
582 pAu->dataAddress = M4OSA_NULL;
693 if ((pAu->dataAddress == NULL) ||
695 if (pAu->dataAddress != NULL) {
696 free((M4OSA_Int32*)pAu->dataAddress);
697 pAu->dataAddress = NULL;
699 pAu->dataAddress = (M4OSA_Int32*)M4OSA_32bitAlignedMalloc
    [all...]
VideoEditor3gpReader.cpp 398 pC->mAudioAu.dataAddress = M4OSA_NULL;
400 pC->mVideoAu.dataAddress = M4OSA_NULL;
441 SAFE_FREE(pC->mAudioAu.dataAddress);
442 pC->mAudioAu.dataAddress = M4OSA_NULL;
443 SAFE_FREE(pC->mVideoAu.dataAddress);
444 pC->mVideoAu.dataAddress = M4OSA_NULL;
    [all...]
VideoEditorVideoEncoder.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4SYS_AccessUnit.h 64 M4OSA_MemAddr32 dataAddress; /**< The data pointer. The size of this block
66 M4OSA_UInt32 size; /**< The size in bytes of the dataAddress. The size may
M4AMRR_CoreReader.h 125 * @note This function allocates the memory to dataAddress filed and copied the data.
126 * -The Application should not free the dataAddress pointer.
148 * @note This function frees the memory pointed by pAu->dataAddress pointer
M4READER_3gpCom.h 85 M4OSA_MemAddr8 dataAddress; /**< the pointer to the buffer */
  /frameworks/av/libvideoeditor/vss/src/
M4READER_Pcm.c 77 pReaderContext->m_audioAu.dataAddress = M4OSA_NULL;
155 if (M4OSA_NULL != pC->m_audioAu.dataAddress)
436 pAu->dataAddress = M4OSA_NULL;
486 if (pAu->dataAddress != M4OSA_NULL)
494 pAu->dataAddress = M4OSA_NULL;
555 if (pAu->dataAddress != M4OSA_NULL)
570 pAccessUnit->m_dataAddress = (M4OSA_MemAddr8)pAu->dataAddress;
627 if (pAu->dataAddress != M4OSA_NULL)
635 pAu->dataAddress = M4OSA_NULL;
M4READER_Amr.c 81 pReaderContext->m_audioAu.dataAddress = M4OSA_NULL;
368 pAu->dataAddress = M4OSA_NULL;
549 pAu->dataAddress = M4OSA_NULL;
621 pAu->dataAddress = M4OSA_NULL;
699 pAu->dataAddress = M4OSA_NULL;
708 pAccessUnit->m_dataAddress = (M4OSA_MemAddr8)pAu->dataAddress;
M4PCMR_CoreReader.c 370 pAU->dataAddress = c->m_pAuBuffer;
379 err = c->m_pFileReadFunc->readData(c->m_fileContext, (M4OSA_MemAddr8)pAU->dataAddress,
422 * - Free dataAddress field of AU structure
449 pAU->dataAddress = M4OSA_NULL;
M4AMRR_CoreReader.c 442 /* dataAddress is owned by Parser, application should not delete or free it */
448 "Mem Alloc failed - dataAddress");
542 pAu->dataAddress = pStreamContext->m_pdataAddress ;
M4VSS3GPP_EditAudio.c 325 memcpy((void *)pC->ewc.WriterAudioAU.dataAddress,
336 memcpy((void *)pC->ewc.WriterAudioAU.dataAddress,
532 (M4OSA_MemAddr8)pC->ewc.WriterAudioAU.dataAddress;
666 memcpy((void *)pC->ewc.WriterAudioAU.dataAddress,
691 (M4OSA_MemAddr8)pC->ewc.WriterAudioAU.dataAddress;
    [all...]
M4PTO3GPP_API.c     [all...]
M4VSS3GPP_AudioMixing.c     [all...]
M4VSS3GPP_EditVideo.c 313 memcpy((void *)pC->ewc.WriterVideoAU.dataAddress,
    [all...]
M4VSS3GPP_Edit.c     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 636 CodeAddress dataAddress = new CodeAddress(pos);
642 new TargetInsn(opcode, pos, getRegs(insn), dataAddress);
648 addOutputSuffix(dataAddress);
767 CodeAddress dataAddress = new CodeAddress(pos);
773 dataAddress);
779 addOutputSuffix(dataAddress);
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 643 CodeAddress dataAddress = new CodeAddress(pos);
649 new TargetInsn(opcode, pos, getRegs(insn), dataAddress);
655 addOutputSuffix(dataAddress);
774 CodeAddress dataAddress = new CodeAddress(pos);
780 dataAddress);
786 addOutputSuffix(dataAddress);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java 643 CodeAddress dataAddress = new CodeAddress(pos);
649 new TargetInsn(opcode, pos, getRegs(insn), dataAddress);
655 addOutputSuffix(dataAddress);
774 CodeAddress dataAddress = new CodeAddress(pos);
780 dataAddress);
786 addOutputSuffix(dataAddress);
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Interface.c 734 M4OSA_TRACE3_2("AU: dataAddress=0x%x, size=%d",
735 pAU->dataAddress, pAU->size);
791 "dataAddress=0x%x, size=%d, CTS=%d, nbFrag=%d",
792 pAU->dataAddress, pAU->size, (M4OSA_UInt32)pAU->CTS, pAU->nbFrag);
    [all...]
M4MP4W_Writer.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 287 Private->EPOC_FrameBuffer = NULL; /* Private->EPOC_Bitmap->DataAddress() can change any time */
408 TUint16* screenBuffer = (TUint16*)Private->EPOC_Bitmap->DataAddress();
502 TUint16* screenBuffer = (TUint16*)Private->EPOC_Bitmap->DataAddress();
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 871 milliseconds