Home
last modified time | relevance | path

Searched refs:u8DecoderInUse (Results 1 – 16 of 16) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG_v2.c74 if(pJPEG_ResourcePrivate->u8DecoderInUse[i] == 0) in JPEGOpen()
76 pJPEG_ResourcePrivate->u8DecoderInUse[i] = 1; in JPEGOpen()
525 pJPEG_ResourcePrivate->u8DecoderInUse[psJPEG_InstPri->Index_of_decoder] = 0; in JPEGClose()
H A DapiJPEG_priv.h190 MS_U8 u8DecoderInUse[SUPPORT_JPD_NUM_MAX]; member
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG_v2.c84 if(pJPEG_ResourcePrivate->u8DecoderInUse[i] == 0) in JPEGOpen()
86 pJPEG_ResourcePrivate->u8DecoderInUse[i] = 1; in JPEGOpen()
540 pJPEG_ResourcePrivate->u8DecoderInUse[psJPEG_InstPri->Index_of_decoder] = 0; in JPEGClose()
H A DapiJPEG_priv.h190 MS_U8 u8DecoderInUse[SUPPORT_JPD_NUM_MAX]; member
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiVDEC_EX_v2.c167 if(pVDEC_EX_ResourcePrivate->u8DecoderInUse[i] == 0) in VDEC_EX_V2_Open()
169 pVDEC_EX_ResourcePrivate->u8DecoderInUse[i] = 1; in VDEC_EX_V2_Open()
H A Dvdec_ex_private.h128 MS_U8 u8DecoderInUse[SUPPORT_DECODER_NUM_MAX]; member
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX_v2.c218 if(pVDEC_EX_ResourcePrivate->u8DecoderInUse[i] == 0) in VDEC_EX_V2_Open()
220 pVDEC_EX_ResourcePrivate->u8DecoderInUse[i] = 1; in VDEC_EX_V2_Open()
H A Dvdec_ex_private.h128 MS_U8 u8DecoderInUse[SUPPORT_DECODER_NUM_MAX]; member
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX_v2.c225 if(pVDEC_EX_ResourcePrivate->u8DecoderInUse[i] == 0) in VDEC_EX_V2_Open()
227 pVDEC_EX_ResourcePrivate->u8DecoderInUse[i] = 1; in VDEC_EX_V2_Open()
H A Dvdec_ex_private.h128 MS_U8 u8DecoderInUse[SUPPORT_DECODER_NUM_MAX]; member
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_v2.c139 if(pJPEG_ResourcePrivate->u8DecoderInUse[i] == 0) in JPEGOpen()
141 pJPEG_ResourcePrivate->u8DecoderInUse[i] = 1; in JPEGOpen()
632 pJPEG_ResourcePrivate->u8DecoderInUse[psJPEG_InstPri->Index_of_decoder] = 0; in JPEGClose()
H A DapiJPEG_priv.h195 MS_U8 u8DecoderInUse[SUPPORT_NJPD_NUM_MAX]; member
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiVDEC_v2.c153 if(pVDEC_ResourcePrivate->u8DecoderInUse == 0) in VDEC_V2_Open()
155 pVDEC_ResourcePrivate->u8DecoderInUse = 1; in VDEC_V2_Open()
991 pVDEC_ResourcePrivate->u8DecoderInUse = 0; in VDEC_V2_Close()
H A Dvdec_private.h110 MS_U8 u8DecoderInUse; member
/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD_priv.h132 MS_U8 u8DecoderInUse[SUPPORT_GPD_NUM_MAX]; member
H A DapiGPD_v2.c262 pGPD_ResourcePrivate->u8DecoderInUse[psGPD_InstPri->Index_of_decoder] = 0; in GPDClose()