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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Clip.c133 pClipCtxt->pViDecCtxt = M4OSA_NULL;
252 &pClipCtxt->pViDecCtxt,
265 Vid dec started; pViDecCtxt=0x%x", pClipCtxt->pViDecCtxt);
623 &pClipCtxt->pViDecCtxt,
646 "M4VSS3GPP_intClipOpen: Vid dec started; pViDecCtxt=0x%x",
647 pClipCtxt->pViDecCtxt);
656 pClipCtxt->pViDecCtxt, M4DECODER_kOptionID_OutputFilter,
854 pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctDecode(pClipCtxt->pViDecCtxt,
1671 if( M4OSA_NULL != pClipCtxt->pViDecCtxt )
[all...]
H A DM4VSS3GPP_EditVideo.c1326 pC->pC1->pViDecCtxt,
1331 pC->pC1->pViDecCtxt, &ts,
1338 pC->pC1->pViDecCtxt,
1344 pC->pC1->pViDecCtxt, &ts,
1453 pC->pC1->pViDecCtxt,
1492 pC->pC1->pViDecCtxt, &ts,
3467 pClipCtxt->pViDecCtxt,
3528 pClipCtxt->pViDecCtxt, M4DECODER_kOptionID_YuvWithEffectContiguous,
3577 pClipCtxt->pViDecCtxt,
3582 pClipCtxt->pViDecCtxt,
[all...]
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_VideoPreProcessing.c101 (M4OSA_NULL == pC->pViDecCtxt))
129 err = pC->m_pVideoDecoder->m_pFctRender(pC->pViDecCtxt, &mtCts,
423 err = pC->m_pVideoDecoder->m_pFctRender(pC->pViDecCtxt,
H A DM4MCS_API.c2193 pC->pViDecCtxt = M4OSA_NULL;
2913 if( M4OSA_NULL != pC->pViDecCtxt )
2915 err = pC->m_pVideoDecoder->m_pFctDestroy(pC->pViDecCtxt);
2916 pC->pViDecCtxt = M4OSA_NULL;
5613 if( M4OSA_NULL == pC->pViDecCtxt )
5625 err = pC->m_pVideoDecoder->m_pFctCreate(&pC->pViDecCtxt,
5651 err = pC->m_pVideoDecoder->m_pFctSetOption(pC->pViDecCtxt,
7701 pC->m_pVideoDecoder->m_pFctDecode(pC->pViDecCtxt, &pC->dViDecCurrentCts,
7764 err = pC->m_pVideoDecoder->m_pFctDecode(pC->pViDecCtxt, &dDecTarget,
8867 err = pC->m_pVideoDecoder->m_pFctGetOption(pC->pViDecCtxt,
[all...]
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h321 M4OSA_Context pViDecCtxt; /**< Video decoder context */ member in struct:__anon259
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h444 M4OSA_Context pViDecCtxt; /**< Video decoder context */ member in struct:__anon302

Completed in 1173 milliseconds