Searched refs:GetProfileCS (Results 1 – 3 of 3) sorted by relevance
256 virtual IccCS GetProfileCS(FX_LPCBYTE pProfileData, unsigned int dwProfileSize) = 0;258 virtual IccCS GetProfileCS(IFX_FileRead* pFile) = 0;
164 virtual IccCS GetProfileCS(FX_LPCBYTE pProfileData, unsigned int dwProfileSize);165 virtual IccCS GetProfileCS(IFX_FileRead* pFile);
267 ICodec_IccModule::IccCS CCodec_IccModule::GetProfileCS(FX_LPCBYTE pProfileData, FX_DWORD dwProfileS… in GetProfileCS() function in CCodec_IccModule280 ICodec_IccModule::IccCS CCodec_IccModule::GetProfileCS(IFX_FileRead* pFile) in GetProfileCS() function in CCodec_IccModule289 cs = GetProfileCS(pBuf, dwSize); in GetProfileCS()