Searched refs:m_pVideoDecoder (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_Codecs.c96 pC->m_pVideoDecoder = M4OSA_NULL;
593 pC->m_pVideoDecoder = M4OSA_NULL;
847 pC->m_pVideoDecoder = pC->m_pVideoDecoderItTable[decoderType];
853 if (pC->m_pVideoDecoder == M4OSA_NULL)
H A DM4MCS_VideoPreProcessing.c129 err = pC->m_pVideoDecoder->m_pFctRender(pC->pViDecCtxt, &mtCts,
423 err = pC->m_pVideoDecoder->m_pFctRender(pC->pViDecCtxt,
H A DM4MCS_API.c2915 err = pC->m_pVideoDecoder->m_pFctDestroy(pC->pViDecCtxt);
2921 "M4MCS_pause: m_pVideoDecoder->pFctDestroy returns 0x%x", err);
5625 err = pC->m_pVideoDecoder->m_pFctCreate(&pC->pViDecCtxt,
5642 m_pVideoDecoder->m_pFctCreate returns 0x%x", err);
5651 err = pC->m_pVideoDecoder->m_pFctSetOption(pC->pViDecCtxt,
5658 m_pVideoDecoder->m_pFctSetOption returns 0x%x", err);
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,
8872 "M4MCS_intVideoNullEncoding: m_pVideoDecoder
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Codecs.c89 pC->m_pVideoDecoder = M4OSA_NULL;
680 pC->m_pVideoDecoder = M4OSA_NULL;
956 pC->m_pVideoDecoder = pC->m_pVideoDecoderItTable[decoderType];
964 if( pC->m_pVideoDecoder == M4OSA_NULL )
H A DM4VSS3GPP_Clip.c251 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctCreate(
261 m_pVideoDecoder->m_pFctCreate returns 0x%x", err);
622 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctCreate(
641 "M4VSS3GPP_intClipOpen: m_pVideoDecoder->m_pFctCreate returns 0x%x",
655 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctSetOption(
662 "M4VSS3GPP_intClipOpen: m_pVideoDecoder->m_pFctSetOption returns 0x%x",
669 "M4VSS3GPP_intClipOpen: m_pVideoDecoder->m_pFctSetOption\
854 pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctDecode(pClipCtxt->pViDecCtxt,
1673 pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctDestroy(
1766 pClipCtxt->ShellAPI.m_pVideoDecoder
[all...]
H A DM4VSS3GPP_EditVideo.c1325 err = pC->pC1->ShellAPI.m_pVideoDecoder->m_pFctSetOption(
1330 err = pC->pC1->ShellAPI.m_pVideoDecoder->m_pFctRender(
1337 err = pC->pC1->ShellAPI.m_pVideoDecoder->m_pFctSetOption(
1343 err = pC->pC1->ShellAPI.m_pVideoDecoder->m_pFctRender(
1452 err = pC->pC1->ShellAPI.m_pVideoDecoder->m_pFctSetOption(
1491 err = pC->pC1->ShellAPI.m_pVideoDecoder->m_pFctRender(
3466 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctSetOption (
3527 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctSetOption(
3576 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctSetOption(
3581 pClipCtxt->ShellAPI.m_pVideoDecoder
[all...]
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h251 M4DECODER_VideoInterface* m_pVideoDecoder; member in struct:__anon258
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h562 M4DECODER_VideoInterface* m_pVideoDecoder; member in struct:__anon302

Completed in 341 milliseconds