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

  /frameworks/av/libvideoeditor/osal/src/
M4PSW_MemoryInterface.c 32 * @fn M4OSA_MemAddr32 M4OSA_32bitAlignedMalloc(M4OSA_UInt32 size,
44 M4OSA_MemAddr32 M4OSA_32bitAlignedMalloc(M4OSA_UInt32 size,
48 M4OSA_MemAddr32 Address = M4OSA_NULL;
65 Address = (M4OSA_MemAddr32) malloc(size);
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Memory.h 33 typedef M4OSA_Int32* M4OSA_MemAddr32;
41 M4OSAL_MEMORY_EXPORT_TYPE extern M4OSA_MemAddr32 M4OSA_32bitAlignedMalloc (M4OSA_UInt32 size,
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VD_Tools.h 40 M4OSA_MemAddr32 dest_bits,
M4SYS_AccessUnit.h 64 M4OSA_MemAddr32 dataAddress; /**< The data pointer. The size of this block
M4PCMR_CoreReader.h 97 M4OSA_MemAddr32 m_pDecoderSpecInfo;/**< Pointer to the decoder specific info
109 M4OSA_MemAddr32 m_pAuBuffer; /**< Re-used buffer for AU content storage */
M4SYS_Stream.h 138 M4OSA_MemAddr32 addr ;
154 M4OSA_MemAddr32 decoderSpecificInfo; /**< The size (in bytes) of the decoder specific info.*/
  /frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Utils.h 81 void* M4MP4W_realloc(M4OSA_MemAddr32 ptr, M4OSA_UInt32 oldSize, M4OSA_UInt32 newSize);
M4MP4W_Types.h 70 M4OSA_MemAddr32 addr;
  /frameworks/av/libvideoeditor/vss/src/
M4VD_Tools.c 58 M4OSA_MemAddr32 dest_bits,
M4AMRR_CoreReader.c 85 M4OSA_MemAddr32 m_pdataAddress; /* Pointer to store AU data */
180 M4_Token = (M4OSA_Char*)M4OSA_32bitAlignedMalloc(sizeof(M4OSA_MemAddr32)*3, M4AMR_READER,
443 pStreamContext->m_pdataAddress =(M4OSA_MemAddr32)M4OSA_32bitAlignedMalloc(size + (4 - size % 4),
M4PCMR_CoreReader.c 143 context->m_pAuBuffer = (M4OSA_MemAddr32)M4OSA_32bitAlignedMalloc(context->m_blockSize, M4WAV_READER,
215 (M4OSA_MemAddr32)M4OSA_32bitAlignedMalloc( sizeof(M4PCMC_DecoderSpecificInfo), M4WAV_READER,
M4PTO3GPP_API.c     [all...]
M4VD_EXTERNAL_BitstreamParser.c 91 M4OSA_MemAddr32 dest_bits,
M4VSS3GPP_Edit.c     [all...]
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Utils.c 118 void* M4MP4W_realloc(M4OSA_MemAddr32 ptr, M4OSA_UInt32 oldSize, M4OSA_UInt32 newSize)
121 M4OSA_MemAddr32 ptr2 = (M4OSA_MemAddr32)M4OSA_32bitAlignedMalloc(newSize, M4MP4_WRITER,
M4MP4W_Interface.c 255 pStreamDescription->decoderSpecificInfo = (M4OSA_MemAddr32)pVideoInfo->Header.pBuf;
275 pStreamDescription->decoderSpecificInfo = (M4OSA_MemAddr32)pAudioInfo->Header.pBuf;
444 memval.addr = (M4OSA_MemAddr32)optionValue;
461 memval.addr = (M4OSA_MemAddr32)optionValue;
    [all...]
M4MP4W_Writer.c     [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 480 M4OSA_MemAddr32 pDummyAuBuffer; /**< Buffer given to the encoder for
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 54 milliseconds