Lines Matching refs:CCodecs
248 HRESULT CCodecs::LoadCodecs() in LoadCodecs()
379 HRESULT CCodecs::LoadFormats() in LoadFormats()
476 HRESULT CCodecs::LoadDll(const FString &dllPath, bool needCheckDll, bool *loadedOK) in LoadDll()
540 HRESULT CCodecs::LoadDllsFromFolder(const FString &folderPrefix) in LoadDllsFromFolder()
553 void CCodecs::CloseLibs() in CloseLibs()
579 HRESULT CCodecs::Load() in Load()
677 int CCodecs::FindFormatForArchiveName(const UString &arcPath) const in FindFormatForArchiveName()
700 int CCodecs::FindFormatForExtension(const UString &ext) const in FindFormatForExtension()
710 int CCodecs::FindFormatForArchiveType(const UString &arcType) const in FindFormatForArchiveType()
718 bool CCodecs::FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const in FindFormatForArchiveType()
818 STDMETHODIMP CCodecs::GetNumMethods(UInt32 *numMethods) in GetNumMethods()
828 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
855 STDMETHODIMP CCodecs::CreateDecoder(UInt32 index, const GUID *iid, void **coder) in CreateDecoder()
877 STDMETHODIMP CCodecs::CreateEncoder(UInt32 index, const GUID *iid, void **coder) in CreateEncoder()
900 STDMETHODIMP_(UInt32) CCodecs::GetNumHashers() in STDMETHODIMP_()
909 STDMETHODIMP CCodecs::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp()
924 STDMETHODIMP CCodecs::CreateHasher(UInt32 index, IHasher **hasher) in CreateHasher()
938 int CCodecs::GetCodec_LibIndex(UInt32 index) const in GetCodec_LibIndex()
953 int CCodecs::GetHasherLibIndex(UInt32 index) in GetHasherLibIndex()
968 bool CCodecs::GetCodec_DecoderIsAssigned(UInt32 index) const in GetCodec_DecoderIsAssigned()
990 bool CCodecs::GetCodec_EncoderIsAssigned(UInt32 index) const in GetCodec_EncoderIsAssigned()
1012 UInt32 CCodecs::GetCodec_NumStreams(UInt32 index) in GetCodec_NumStreams()
1023 HRESULT CCodecs::GetCodec_Id(UInt32 index, UInt64 &id) in GetCodec_Id()
1033 AString CCodecs::GetCodec_Name(UInt32 index) in GetCodec_Name()
1043 UInt64 CCodecs::GetHasherId(UInt32 index) in GetHasherId()
1053 AString CCodecs::GetHasherName(UInt32 index) in GetHasherName()
1063 UInt32 CCodecs::GetHasherDigestSize(UInt32 index) in GetHasherDigestSize()