Searched refs:pVideoStream (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_ClipAnalysis.c389 if( M4OSA_NULL != pClipCtxt->pVideoStream )
391 pClipProperties->uiVideoWidth = pClipCtxt->pVideoStream->m_videoWidth;
392 pClipProperties->uiVideoHeight = pClipCtxt->pVideoStream->m_videoHeight;
394 pClipCtxt->pVideoStream->m_averageFrameRate;
396 switch( pClipCtxt->pVideoStream->m_basicProperties.m_streamType )
419 err = M4DECODER_EXTERNAL_ParseVideoDSI(pClipCtxt->pVideoStream->
421 pClipCtxt->pVideoStream->m_basicProperties.m_decoderSpecificInfoSize,
456 err = getH263ProfileAndLevel(pClipCtxt->pVideoStream->
458 pClipCtxt->pVideoStream->m_basicProperties.m_decoderSpecificInfoSize,
471 err = getAVCProfileAndLevel(pClipCtxt->pVideoStream
[all...]
H A DM4VSS3GPP_Clip.c128 pClipCtxt->pVideoStream = M4OSA_NULL;
432 && (M4OSA_NULL == pClipCtxt->pVideoStream) )
447 pClipCtxt->pVideoStream =
455 (M4_StreamHandler *)pClipCtxt->pVideoStream);
469 (M4_StreamHandler *)pClipCtxt->pVideoStream,
569 if( M4OSA_NULL != pClipCtxt->pVideoStream )
583 == pClipCtxt->pVideoStream->m_basicProperties.m_streamType )
590 err = M4DECODER_EXTERNAL_ParseVideoDSI(pClipCtxt->pVideoStream->
592 pClipCtxt->pVideoStream->
596 pClipCtxt->pVideoStream
[all...]
H A DM4VSS3GPP_AudioMixing.c225 if( M4OSA_NULL != pC->pInputClipCtxt->pVideoStream )
298 / pC->pInputClipCtxt->pVideoStream->
706 if( M4OSA_NULL == pC->pInputClipCtxt->pVideoStream )
1034 (M4OSA_UInt16)pC->pInputClipCtxt->pVideoStream->
1036 pC->ewc.pVideoOutputDsi = (M4OSA_MemAddr8)pC->pInputClipCtxt->pVideoStream->
1375 if( ( M4OSA_NULL != pC->pInputClipCtxt->pVideoStream)
1376 && (pC->iAddCts > (M4OSA_Int32)pC->pInputClipCtxt->pVideoStream->
1970 (M4_StreamHandler *)pC->pInputClipCtxt->pVideoStream,
2000 if( pC->pInputClipCtxt->pVideoStream->m_basicProperties.m_streamType
H A DM4VSS3GPP_EditVideo.c210 (M4_StreamHandler *)pC->pC1->pVideoStream, &iCts);
223 (M4_StreamHandler *)pC->pC1->pVideoStream,
299 if( pC->pC1->pVideoStream->m_basicProperties.m_streamType
357 (M4_StreamHandler *)pC->pC1->pVideoStream,
394 (M4_StreamHandler *)pC->pC1->pVideoStream,
H A DM4VSS3GPP_Edit.c3174 (M4_StreamHandler *)pClip->pVideoStream, &iCts);
3230 (M4_StreamHandler *)pClip->pVideoStream, &pClip->VideoAU);
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h306 M4_VideoStreamHandler* pVideoStream; /**< Description of the read video stream */ member in struct:__anon259

Completed in 927 milliseconds