Searched refs:pAU (Results 1 - 9 of 9) 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...]
H A DM4VSS3GPP_EditVideo.c79 M4SYS_AccessUnit *pAU );
969 * @param pAU: (IN/OUT) Access Unit to be prepared.
974 M4SYS_StreamID streamID, M4SYS_AccessUnit *pAU )
987 M4VSS3GPP_WRITER_VIDEO_STREAM_ID, pAU);
1009 * @param pAU: (IN/OUT) Access Unit to be written
1014 M4SYS_StreamID streamID, M4SYS_AccessUnit *pAU )
1026 pC->ewc.dOutputVidCts = pAU->CTS;
1029 M4VSS3GPP_intUpdateTimeInfo(pC, pAU);
1034 M4VSS3GPP_WRITER_VIDEO_STREAM_ID, pAU);
2216 M4SYS_AccessUnit *pAU )
[all...]
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4PCMR_CoreReader.h123 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);
H A DM4WRITER_common.h237 M4SYS_AccessUnit* pAU);
239 M4SYS_AccessUnit* pAU);
H A DM4ENCODER_common.h405 M4SYS_AccessUnit* pAU,
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalFunctions.h611 * @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/
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
H A DVideoEditor3gpReader.cpp529 M4_AccessUnit *pAU; local
552 pAU = (M4_AccessUnit*)pAudioSbrUserData->m_pFirstAU;
553 if (M4OSA_NULL != pAU) {
554 free(pAU);

Completed in 101 milliseconds