HomeSort by relevance Sort by last modified time
    Searched refs:M4OSA_MemAddr8 (Results 1 - 25 of 43) sorted by null

1 2

  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Memory.h 34 typedef M4OSA_Int8* M4OSA_MemAddr8;
M4OSA_FileReader.h 81 M4OSA_MemAddr8 buffer,
109 M4OSA_MemAddr8 buffer,
M4OSA_FileWriter.h 77 M4OSA_MemAddr8 data,
105 M4OSA_MemAddr8 data,
LVOSA_FileReader_optim.h 72 M4OSA_MemAddr8 buffer,
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VD_Tools.h 33 M4OSA_MemAddr8 in;
M4SYS_AccessUnit.h 46 M4OSA_MemAddr8 fragAddress; /**< The data pointer. All fragments of the same access unit
M4ENCODER_AudioCommon.h 204 M4OSA_MemAddr8 pInfo; /**< the buffer adress */
217 M4OSA_MemAddr8 pTableBuffer[M4ENCODER_AUDIO_NB_CHANNELS_MAX];
M4READER_3gpCom.h 85 M4OSA_MemAddr8 dataAddress; /**< the pointer to the buffer */
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 */
M4Common_types.h 90 M4OSA_MemAddr8 m_pBuffer; /**< Pointer to buffer */
M4WRITER_common.h 118 M4OSA_MemAddr8 pBuf; /**< Buffer for the header */
M4ENCODER_common.h 349 M4OSA_MemAddr8 pBuf; /**< Buffer for the header */
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 435 M4OSA_MemAddr8 m_pDataAddress1; /**< Temporary buffer for Access Unit */
436 M4OSA_MemAddr8 m_pDataAddress2; /**< Temporary buffer for Access Unit */
437 M4OSA_MemAddr8 m_pDataVideoAddress1; /**< Temporary buffer for Access Unit */
438 M4OSA_MemAddr8 m_pDataVideoAddress2; /**< Temporary buffer for Access Unit */
469 M4OSA_MemAddr8 pPosInDecBufferOut; /**< Position into the decoder buffer */
478 M4OSA_MemAddr8 pSsrcBufferIn; /**< Input of the SSRC */
479 M4OSA_MemAddr8 pSsrcBufferOut; /**< Output of the SSRC */
480 M4OSA_MemAddr8 pPosInSsrcBufferIn; /**< Position into the SSRC in buffer */
481 M4OSA_MemAddr8 pPosInSsrcBufferOut;/**< Position into the SSRC out buffer */
491 M4OSA_MemAddr8 pAudioEncoderBuffer; /**< Input of the encoder *
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 356 M4OSA_MemAddr8 pAudioFramePtr; /**< Pointer to the Audio frame */
435 M4OSA_MemAddr8 pVideoOutputDsi; /**< Decoder Specific Info of the output
447 M4OSA_MemAddr8 pAudioOutputDsi; /**< Decoder Specific Info of the
    [all...]
M4VSS3GPP_InternalFunctions.h 498 M4OSA_UInt32 M4VSS3GPP_intGetFrameSize_AMRNB(M4OSA_MemAddr8 pAudioFrame);
530 M4OSA_UInt32 M4VSS3GPP_intGetFrameSize_EVRC(M4OSA_MemAddr8 pAudioFrame);
  /frameworks/av/libvideoeditor/vss/src/
M4AMRR_CoreReader.c 223 (M4OSA_MemAddr8)M4_Token, &size);
247 (M4OSA_MemAddr8)M4_Token, &size);
310 (M4OSA_MemAddr8)&frameHeader, &size);
375 (M4OSA_MemAddr8)&frameHeader, &size);
485 (M4OSA_MemAddr8)pStreamContext->m_pdataAddress, &size);
491 frameHeader = ((M4OSA_MemAddr8)pStreamContext->m_pdataAddress)[0];
655 (M4OSA_MemAddr8)&frameHeader, &size);
791 (M4OSA_MemAddr8)&frameHeader, &size);
M4VSS3GPP_Clip.c 770 pClipCtxt->pAudioFramePtr = (M4OSA_MemAddr8)pClipCtxt->pSilenceFrameData;
899 (M4OSA_MemAddr8)pClipCtxt->pSilenceFrameData;
    [all...]
M4VSS3GPP_AudioMixing.c     [all...]
M4VSS3GPP_EditAudio.c 169 (M4OSA_MemAddr8)mp3tagBuffer.m_pData, mp3tagBuffer.m_uiBufferSize);
532 (M4OSA_MemAddr8)pC->ewc.WriterAudioAU.dataAddress;
691 (M4OSA_MemAddr8)pC->ewc.WriterAudioAU.dataAddress;
    [all...]
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Utils.c 39 M4OSA_ERR err = fileFunction->writeData(context, (M4OSA_MemAddr8)&c, 1);
90 M4OSA_ERR err = fileFunction->writeData(context, (M4OSA_MemAddr8)Block, size);
  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 73 M4OSA_MemAddr8 data; /**< buffer data */
169 apContext->buffer[i].data = (M4OSA_MemAddr8) M4OSA_32bitAlignedMalloc(M4OSA_READBUFFER_SIZE,
191 M4OSA_FilePosition size, M4OSA_MemAddr8 pData)
286 (M4OSA_MemAddr8)apContext->buffer[i].data, &fileReadSize);
662 M4OSA_ERR M4OSA_fileReadData_optim(M4OSA_Context pContext,M4OSA_MemAddr8 pData,
    [all...]
M4OSA_FileReader.c 86 M4OSA_ERR M4OSA_fileReadData(M4OSA_Context pContext, M4OSA_MemAddr8 data,
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp 246 M4OSA_MemAddr8 start;
276 parsingCtxt.in = (M4OSA_MemAddr8) pVol;
278 start = (M4OSA_MemAddr8) pVol;
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 111 M4OSA_MemAddr8 pAudioFrame );
113 M4OSA_MemAddr8 pAudioFrame );
121 M4OSA_MemAddr8 *addr,
    [all...]

Completed in 490 milliseconds

1 2