Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/mvd_ex/
H A DdrvMVD_EX.c1652 MS_BOOL bIsPlaying = FALSE; in MDrv_MVD_IsPlaying() local
1653 bIsPlaying = ( MDrv_MVD_GetDecodeStatus(u32Id) == E_MVD_STAT_WAIT_DECODEDONE ); in MDrv_MVD_IsPlaying()
1655 return bIsPlaying; in MDrv_MVD_IsPlaying()
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/mvd_lite/
H A DdrvMVD_EX.c1772 MS_BOOL bIsPlaying = FALSE; in MDrv_MVD_IsPlaying() local
1773 bIsPlaying = ( MDrv_MVD_GetDecodeStatus(u32Id) == E_MVD_STAT_WAIT_DECODEDONE ); in MDrv_MVD_IsPlaying()
1775 return bIsPlaying; in MDrv_MVD_IsPlaying()
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/mvd_v3/
H A DdrvMVD_EX.c1760 MS_BOOL bIsPlaying = FALSE; in MDrv_MVD_IsPlaying() local
1761 bIsPlaying = ( MDrv_MVD_GetDecodeStatus(u32Id) == E_MVD_STAT_WAIT_DECODEDONE ); in MDrv_MVD_IsPlaying()
1763 return bIsPlaying; in MDrv_MVD_IsPlaying()
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DdrvMVD.c4199 MS_BOOL bIsPlaying = FALSE; in MDrv_MVD_IsPlaying() local
4200 bIsPlaying = ( MDrv_MVD_GetDecodeStatus() == E_MVD_STAT_WAIT_DECODEDONE ); in MDrv_MVD_IsPlaying()
4202 return bIsPlaying; in MDrv_MVD_IsPlaying()