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()
539 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()
878 STDMETHODIMP CCodecs::CreateEncoder(UInt32 index, const GUID *iid, void **coder) in CreateEncoder()
902 STDMETHODIMP_(UInt32) CCodecs::GetNumHashers() in STDMETHODIMP_()
911 STDMETHODIMP CCodecs::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp()
926 STDMETHODIMP CCodecs::CreateHasher(UInt32 index, IHasher **hasher) in CreateHasher()
940 int CCodecs::GetCodec_LibIndex(UInt32 index) const in GetCodec_LibIndex()
955 int CCodecs::GetHasherLibIndex(UInt32 index) in GetHasherLibIndex()
970 bool CCodecs::GetCodec_DecoderIsAssigned(UInt32 index) const in GetCodec_DecoderIsAssigned()
992 bool CCodecs::GetCodec_EncoderIsAssigned(UInt32 index) const in GetCodec_EncoderIsAssigned()
1014 UInt32 CCodecs::GetCodec_NumStreams(UInt32 index) in GetCodec_NumStreams()
1025 HRESULT CCodecs::GetCodec_Id(UInt32 index, UInt64 &id) in GetCodec_Id()
1035 AString CCodecs::GetCodec_Name(UInt32 index) in GetCodec_Name()
1045 UInt64 CCodecs::GetHasherId(UInt32 index) in GetHasherId()
1055 AString CCodecs::GetHasherName(UInt32 index) in GetHasherName()
1065 UInt32 CCodecs::GetHasherDigestSize(UInt32 index) in GetHasherDigestSize()