Home
last modified time | relevance | path

Searched refs:eMvdStreamType (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c19852 MVD_DRV_StreamType eMvdStreamType = E_MVD_DRV_STREAM_NONE; in MApi_VDEC_EX_V2_GetFreeStream() local
19856 eMvdStreamType = E_MVD_DRV_MAIN_STREAM; in MApi_VDEC_EX_V2_GetFreeStream()
19860 eMvdStreamType = E_MVD_DRV_SUB_STREAM; in MApi_VDEC_EX_V2_GetFreeStream()
19863 eMvdStreamType = E_MVD_DRV_N_STREAM+u8Idx; in MApi_VDEC_EX_V2_GetFreeStream()
19866 if (eMvdStreamType != E_MVD_DRV_STREAM_NONE) in MApi_VDEC_EX_V2_GetFreeStream()
19871 …if(MDrv_MVD_GetFreeStream(&u32VdecStreamId, eMvdStreamType, pVdecExContext->bDRVdecideBS) != E_MVD… in MApi_VDEC_EX_V2_GetFreeStream()
19873 if(MDrv_MVD_GetFreeStream(&u32VdecStreamId, eMvdStreamType) != E_MVD_RET_OK) in MApi_VDEC_EX_V2_GetFreeStream()
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiVDEC_EX.c14500 MVD_DRV_StreamType eMvdStreamType = E_MVD_DRV_STREAM_NONE; in MApi_VDEC_EX_V2_GetFreeStream() local
14503 eMvdStreamType = E_MVD_DRV_MAIN_STREAM; in MApi_VDEC_EX_V2_GetFreeStream()
14507 eMvdStreamType = E_MVD_DRV_SUB_STREAM; in MApi_VDEC_EX_V2_GetFreeStream()
14510 if (eMvdStreamType != E_MVD_DRV_STREAM_NONE) in MApi_VDEC_EX_V2_GetFreeStream()
14514 if(MDrv_MVD_GetFreeStream(&u32VdecStreamId, eMvdStreamType) != E_MVD_RET_OK) in MApi_VDEC_EX_V2_GetFreeStream()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c22245 MVD_DRV_StreamType eMvdStreamType = E_MVD_DRV_STREAM_NONE; in MApi_VDEC_EX_V2_GetFreeStream() local
22249 eMvdStreamType = E_MVD_DRV_MAIN_STREAM; in MApi_VDEC_EX_V2_GetFreeStream()
22253 eMvdStreamType = E_MVD_DRV_SUB_STREAM; in MApi_VDEC_EX_V2_GetFreeStream()
22256 eMvdStreamType = E_MVD_DRV_N_STREAM+u8Idx; in MApi_VDEC_EX_V2_GetFreeStream()
22259 if (eMvdStreamType != E_MVD_DRV_STREAM_NONE) in MApi_VDEC_EX_V2_GetFreeStream()
22263 if(MDrv_MVD_GetFreeStream(&u32VdecStreamId, eMvdStreamType) != E_MVD_RET_OK) in MApi_VDEC_EX_V2_GetFreeStream()
H A DapiVDEC_EX.c.021531 MVD_DRV_StreamType eMvdStreamType = E_MVD_DRV_STREAM_NONE;
21535 eMvdStreamType = E_MVD_DRV_MAIN_STREAM;
21539 eMvdStreamType = E_MVD_DRV_SUB_STREAM;
21542 eMvdStreamType = E_MVD_DRV_N_STREAM+u8Idx;
21544 //VDEC_PRINT("eMvdStreamType = 0x%x\n", eMvdStreamType);
21545 if (eMvdStreamType != E_MVD_DRV_STREAM_NONE)
21549 if(MDrv_MVD_GetFreeStream(&u32VdecStreamId, eMvdStreamType) != E_MVD_RET_OK)