Home
last modified time | relevance | path

Searched refs:stGetStatus (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c20103 VDEC_EX_Status stGetStatus; in MApi_VDEC_EX_GetConfig() local
20104 MApi_VDEC_EX_GetStatus(&stGetStreamId, &stGetStatus); in MApi_VDEC_EX_GetConfig()
20106 if(E_VDEC_EX_STAGE_STOP != stGetStatus.eStage) in MApi_VDEC_EX_GetConfig()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c22494 VDEC_EX_Status stGetStatus; in MApi_VDEC_EX_GetConfig() local
22495 MApi_VDEC_EX_GetStatus(&stGetStreamId, &stGetStatus); in MApi_VDEC_EX_GetConfig()
22497 if(E_VDEC_EX_STAGE_STOP != stGetStatus.eStage) in MApi_VDEC_EX_GetConfig()
H A DapiVDEC_EX.c.021780 VDEC_EX_Status stGetStatus;
21781 MApi_VDEC_EX_GetStatus(&stGetStreamId, &stGetStatus);
21783 if(E_VDEC_EX_STAGE_STOP != stGetStatus.eStage)