Searched refs:m_pVideoDecoder (Results 1 – 8 of 8) sorted by relevance
/frameworks/media/libvideoeditor/vss/src/ |
D | M4VSS3GPP_Codecs.c | 89 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()
|
D | M4VSS3GPP_EditVideo.c | 1315 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 …]
|
D | M4VSS3GPP_Clip.c | 211 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/ |
D | M4MCS_Codecs.c | 96 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()
|
D | M4MCS_VideoPreProcessing.c | 129 err = pC->m_pVideoDecoder->m_pFctRender(pC->pViDecCtxt, &mtCts, in M4MCS_intApplyVPP() 423 err = pC->m_pVideoDecoder->m_pFctRender(pC->pViDecCtxt, in M4MCS_intApplyVPP()
|
D | M4MCS_API.c | 2922 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/ |
D | M4VSS3GPP_InternalTypes.h | 251 M4DECODER_VideoInterface* m_pVideoDecoder; member
|
/frameworks/media/libvideoeditor/vss/mcs/inc/ |
D | M4MCS_InternalTypes.h | 562 M4DECODER_VideoInterface* m_pVideoDecoder; member
|