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

  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Interface.c 687 * M4SYS_AccessUnit* pAU)
693 * @param pAU: (IN/OUT) Access Unit to be prepared.
695 * @return M4ERR_PARAMETER: pContext or pAU is M4OSA_NULL (debug only)
704 M4SYS_AccessUnit* pAU)
711 M4OSA_TRACE2_3("M4WRITER_3GP_startAU: pContext=0x%x, streamID=%d, pAU=0x%x",
712 pContext, streamID, pAU);
718 M4OSA_DEBUG_IF2((M4OSA_NULL == pAU), M4ERR_PARAMETER,
719 "M4WRITER_3GP_startAU: pAU is M4OSA_NULL");
728 err = M4MP4W_startAU(apContext->pMP4Context, streamID, pAU);
735 pAU->dataAddress, pAU->size)
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4PCMR_CoreReader.c 328 * M4OSA_ERR M4PCMR_nextAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU)
341 * @param pAU: (IN/OUT) Acces Unit Structure
351 M4OSA_ERR M4PCMR_nextAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU)
358 if((M4OSA_NULL == context) || (M4OSA_NULL == pAU))
370 pAU->dataAddress = c->m_pAuBuffer;
379 err = c->m_pFileReadFunc->readData(c->m_fileContext, (M4OSA_MemAddr8)pAU->dataAddress,
390 pAU->CTS =
393 pAU->DTS = pAU->CTS;
395 pAU->attribute = 0
    [all...]
M4VSS3GPP_EditVideo.c 79 M4SYS_AccessUnit *pAU );
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4PCMR_CoreReader.h 123 M4OSA_ERR M4PCMR_nextAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU);
124 M4OSA_ERR M4PCMR_freeAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU);
M4WRITER_common.h 237 M4SYS_AccessUnit* pAU);
239 M4SYS_AccessUnit* pAU);
M4ENCODER_common.h 405 M4SYS_AccessUnit* pAU,
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalFunctions.h 611 * @param pAU: (IN/OUT) Access Unit to be prepared.
616 M4SYS_AccessUnit* pAU);
624 * @param pAU: (IN/OUT) Access Unit to be written
629 M4SYS_AccessUnit* pAU);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 555 M4SYS_AccessUnit* pAU, M4OSA_Void* pParams) {
571 VIDEOEDITOR_CHECK(M4OSA_NULL != pAU, M4ERR_PARAMETER);
579 pEncoderContext->mAccessUnit = pAU;
    [all...]
VideoEditor3gpReader.cpp 529 M4_AccessUnit *pAU;
552 pAU = (M4_AccessUnit*)pAudioSbrUserData->m_pFirstAU;
553 if (M4OSA_NULL != pAU) {
554 free(pAU);
857 M4SYS_AccessUnit* pAu;
    [all...]

Completed in 818 milliseconds