Home
last modified time | relevance | path

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

/frameworks/media/libvideoeditor/vss/src/
DM4VSS3GPP_Codecs.c89 pC->m_pVideoDecoder = M4OSA_NULL; in M4VSS3GPP_clearInterfaceTables()
680 pC->m_pVideoDecoder = M4OSA_NULL; in M4VSS3GPP_unRegisterAllDecoders()
956 pC->m_pVideoDecoder = pC->m_pVideoDecoderItTable[decoderType]; in M4VSS3GPP_setCurrentVideoDecoder()
964 if( pC->m_pVideoDecoder == M4OSA_NULL ) in M4VSS3GPP_setCurrentVideoDecoder()
DM4VSS3GPP_EditVideo.c1315 err = pC->pC1->ShellAPI.m_pVideoDecoder->m_pFctSetOption( in M4VSS3GPP_intVPP()
1320 err = pC->pC1->ShellAPI.m_pVideoDecoder->m_pFctRender( in M4VSS3GPP_intVPP()
1327 err = pC->pC1->ShellAPI.m_pVideoDecoder->m_pFctSetOption( in M4VSS3GPP_intVPP()
1333 err = pC->pC1->ShellAPI.m_pVideoDecoder->m_pFctRender( in M4VSS3GPP_intVPP()
1442 err = pC->pC1->ShellAPI.m_pVideoDecoder->m_pFctSetOption( in M4VSS3GPP_intVPP()
1481 err = pC->pC1->ShellAPI.m_pVideoDecoder->m_pFctRender( in M4VSS3GPP_intVPP()
3435 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctSetOption ( in M4VSS3GPP_intSetYuv420PlaneFromARGB888()
3496 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctSetOption( in M4VSS3GPP_intSetYuv420PlaneFromARGB888()
3545 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctSetOption( in M4VSS3GPP_intRenderFrameWithEffect()
3550 pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctRender( in M4VSS3GPP_intRenderFrameWithEffect()
[all …]
DM4VSS3GPP_Clip.c211 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctCreate( in M4VSS3GPP_intClipOpen()
610 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctCreate( in M4VSS3GPP_intClipOpen()
643 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctSetOption( in M4VSS3GPP_intClipOpen()
842 pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctDecode(pClipCtxt->pViDecCtxt, in M4VSS3GPP_intClipDecodeVideoUpToCts()
1661 pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctDestroy( in M4VSS3GPP_intClipClose()
1754 pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctDestroy( in M4VSS3GPP_intClipCleanUp()
/frameworks/media/libvideoeditor/vss/mcs/src/
DM4MCS_Codecs.c96 pC->m_pVideoDecoder = M4OSA_NULL; in M4MCS_clearInterfaceTables()
593 pC->m_pVideoDecoder = M4OSA_NULL; in M4MCS_unRegisterAllDecoders()
847 pC->m_pVideoDecoder = pC->m_pVideoDecoderItTable[decoderType]; in M4MCS_setCurrentVideoDecoder()
853 if (pC->m_pVideoDecoder == M4OSA_NULL) in M4MCS_setCurrentVideoDecoder()
DM4MCS_VideoPreProcessing.c129 err = pC->m_pVideoDecoder->m_pFctRender(pC->pViDecCtxt, &mtCts, in M4MCS_intApplyVPP()
423 err = pC->m_pVideoDecoder->m_pFctRender(pC->pViDecCtxt, in M4MCS_intApplyVPP()
DM4MCS_API.c2922 err = pC->m_pVideoDecoder->m_pFctDestroy(pC->pViDecCtxt); in M4MCS_pause()
5628 err = pC->m_pVideoDecoder->m_pFctCreate(&pC->pViDecCtxt, in M4MCS_intPrepareVideoDecoder()
5654 err = pC->m_pVideoDecoder->m_pFctSetOption(pC->pViDecCtxt, in M4MCS_intPrepareVideoDecoder()
7704 pC->m_pVideoDecoder->m_pFctDecode(pC->pViDecCtxt, &pC->dViDecCurrentCts, in M4MCS_intStepBeginVideoJump()
7767 err = pC->m_pVideoDecoder->m_pFctDecode(pC->pViDecCtxt, &dDecTarget, in M4MCS_intStepBeginVideoDecode()
8870 err = pC->m_pVideoDecoder->m_pFctGetOption(pC->pViDecCtxt, in M4MCS_intVideoNullEncoding()
8883 err = pC->m_pVideoDecoder->m_pFctDestroy(pC->pViDecCtxt); in M4MCS_intVideoNullEncoding()
9293 err = pC->m_pVideoDecoder->m_pFctDecode(pC->pViDecCtxt, &mtTranscodedTime, in M4MCS_intVideoTranscoding()
10128 err = pC->m_pVideoDecoder->m_pFctDestroy(pC->pViDecCtxt); in M4MCS_intCleanUp_ReadersDecoders()
/frameworks/media/libvideoeditor/vss/inc/
DM4VSS3GPP_InternalTypes.h251 M4DECODER_VideoInterface* m_pVideoDecoder; member
/frameworks/media/libvideoeditor/vss/mcs/inc/
DM4MCS_InternalTypes.h562 M4DECODER_VideoInterface* m_pVideoDecoder; member