Searched defs:pAU (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Interface.c687 * 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
702 M4WRITER_3GP_startAU( M4WRITER_Context pContext, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU) argument
766 M4WRITER_3GP_processAU( M4WRITER_Context pContext, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU) argument
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4PCMR_CoreReader.c328 * 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) argument
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
433 M4PCMR_freeAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU) argument
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp529 M4_AccessUnit *pAU; local
552 pAU = (M4_AccessUnit*)pAudioSbrUserData->m_pFirstAU;
553 if (M4OSA_NULL != pAU) {
554 free(pAU);
H A DVideoEditorVideoEncoder.cpp555 M4SYS_AccessUnit* pAU, M4OSA_Void* pParams) {
571 VIDEOEDITOR_CHECK(M4OSA_NULL != pAU, M4ERR_PARAMETER);
579 pEncoderContext->mAccessUnit = pAU;
554 VideoEditorVideoEncoder_open(M4ENCODER_Context pContext, M4SYS_AccessUnit* pAU, M4OSA_Void* pParams) argument

Completed in 264 milliseconds