Lines Matching refs:CCodecs
203 HRESULT CCodecs::LoadCodecs() in LoadCodecs()
329 HRESULT CCodecs::LoadFormats() in LoadFormats()
474 HRESULT CCodecs::LoadDll(const FString &dllPath, bool needCheckDll) in LoadDll()
529 HRESULT CCodecs::LoadDllsFromFolder(const FString &folderPrefix) in LoadDllsFromFolder()
544 HRESULT CCodecs::Load() in Load()
606 int CCodecs::FindFormatForArchiveName(const UString &arcPath) const in FindFormatForArchiveName()
630 int CCodecs::FindFormatForExtension(const UString &ext) const in FindFormatForExtension()
640 int CCodecs::FindFormatForArchiveType(const UString &arcType) const in FindFormatForArchiveType()
648 bool CCodecs::FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const in FindFormatForArchiveType()
697 STDMETHODIMP CCodecs::GetNumberOfMethods(UInt32 *numMethods) in GetNumberOfMethods()
707 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
733 STDMETHODIMP CCodecs::CreateDecoder(UInt32 index, const GUID *iid, void **coder) in CreateDecoder()
749 STDMETHODIMP CCodecs::CreateEncoder(UInt32 index, const GUID *iid, void **coder) in CreateEncoder()
766 STDMETHODIMP_(UInt32) CCodecs::GetNumHashers() in STDMETHODIMP_()
775 STDMETHODIMP CCodecs::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp()
790 STDMETHODIMP CCodecs::CreateHasher(UInt32 index, IHasher **hasher) in CreateHasher()
804 int CCodecs::GetCodecLibIndex(UInt32 index) in GetCodecLibIndex()
818 int CCodecs::GetHasherLibIndex(UInt32 index) in GetHasherLibIndex()
832 bool CCodecs::GetCodecEncoderIsAssigned(UInt32 index) in GetCodecEncoderIsAssigned()
852 HRESULT CCodecs::GetCodecId(UInt32 index, UInt64 &id) in GetCodecId()
862 UString CCodecs::GetCodecName(UInt32 index) in GetCodecName()
872 UInt64 CCodecs::GetHasherId(UInt32 index) in GetHasherId()
881 UString CCodecs::GetHasherName(UInt32 index) in GetHasherName()
891 UInt32 CCodecs::GetHasherDigestSize(UInt32 index) in GetHasherDigestSize()