Home
last modified time | relevance | path

Searched refs:MDrv_JPD_Set_M_Config (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c4848 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | (JPD_H_VLD |JPD_L_VLD)); in JPEG_write_RLE()
6678 MDrv_JPD_Set_M_Config(JPD_H_VLD |JPD_L_VLD); in JPEG_StartDecode()
6686 MDrv_JPD_Set_M_Config(MDrv_JPD_Get_M_Config() | JPD_BIT(9)); // 0 1 0 1 in JPEG_StartDecode()
6688 MDrv_JPD_Set_M_Config(MDrv_JPD_Get_M_Config() | JPD_BIT(10)); // 0 1 0 1 0 1 0 1 in JPEG_StartDecode()
6690MDrv_JPD_Set_M_Config(MDrv_JPD_Get_M_Config() | JPD_BIT(9) | JPD_BIT(10)); // 0 1 0 1 0 1 0 1 0… in JPEG_StartDecode()
7558 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | JPD_H_VLD);
7567 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | JPD_L_VLD);
8049 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | JPD_H_VLD); in MApi_JPEG_SetMRBufferValid_OJPD()
8053 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | JPD_L_VLD); in MApi_JPEG_SetMRBufferValid_OJPD()
8084 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | (JPD_H_VLD |JPD_L_VLD)); in MApi_JPEG_UpdateReadInfo_OJPD()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c4840 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | (JPD_H_VLD |JPD_L_VLD)); in JPEG_write_RLE()
6681 MDrv_JPD_Set_M_Config(JPD_H_VLD |JPD_L_VLD); in JPEG_StartDecode()
6689 MDrv_JPD_Set_M_Config(MDrv_JPD_Get_M_Config() | JPD_BIT(9)); // 0 1 0 1 in JPEG_StartDecode()
6691 MDrv_JPD_Set_M_Config(MDrv_JPD_Get_M_Config() | JPD_BIT(10)); // 0 1 0 1 0 1 0 1 in JPEG_StartDecode()
6693MDrv_JPD_Set_M_Config(MDrv_JPD_Get_M_Config() | JPD_BIT(9) | JPD_BIT(10)); // 0 1 0 1 0 1 0 1 0… in JPEG_StartDecode()
7547 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | JPD_H_VLD);
7556 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | JPD_L_VLD);
8038 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | JPD_H_VLD); in _MApi_JPEG_SetMRBufferValid()
8042 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | JPD_L_VLD); in _MApi_JPEG_SetMRBufferValid()
8073 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | (JPD_H_VLD |JPD_L_VLD)); in _MApi_JPEG_UpdateReadInfo()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c4795 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | (JPD_H_VLD |JPD_L_VLD)); in JPEG_write_RLE()
6636 MDrv_JPD_Set_M_Config(JPD_H_VLD |JPD_L_VLD); in JPEG_StartDecode()
6644 MDrv_JPD_Set_M_Config(MDrv_JPD_Get_M_Config() | JPD_BIT(9)); // 0 1 0 1 in JPEG_StartDecode()
6646 MDrv_JPD_Set_M_Config(MDrv_JPD_Get_M_Config() | JPD_BIT(10)); // 0 1 0 1 0 1 0 1 in JPEG_StartDecode()
6648MDrv_JPD_Set_M_Config(MDrv_JPD_Get_M_Config() | JPD_BIT(9) | JPD_BIT(10)); // 0 1 0 1 0 1 0 1 0… in JPEG_StartDecode()
7531 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | JPD_H_VLD);
7540 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | JPD_L_VLD);
8022 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | JPD_H_VLD); in _MApi_JPEG_SetMRBufferValid()
8026 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | JPD_L_VLD); in _MApi_JPEG_SetMRBufferValid()
8057 MDrv_JPD_Set_M_Config((MDrv_JPD_Get_M_Config() & ~0x0003) | (JPD_H_VLD |JPD_L_VLD)); in _MApi_JPEG_UpdateReadInfo()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/drv/jpd/
H A DdrvJPD.h444 void MDrv_JPD_Set_M_Config(MS_U16 u16Value);
H A DdrvJPD.c1405 void MDrv_JPD_Set_M_Config(MS_U16 u16Value) in MDrv_JPD_Set_M_Config() function
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/drv/jpd_ex/
H A DdrvJPD.h480 void MDrv_JPD_Set_M_Config(MS_U16 u16Value);
H A DdrvJPD.c1424 void MDrv_JPD_Set_M_Config(MS_U16 u16Value) in MDrv_JPD_Set_M_Config() function
/utopia/UTPA2-700.0.x/modules/njpd/drv/njpd_ex/
H A DdrvJPD.h479 void MDrv_JPD_Set_M_Config(MS_U16 u16Value);
H A DdrvJPD.c1425 void MDrv_JPD_Set_M_Config(MS_U16 u16Value) in MDrv_JPD_Set_M_Config() function