Home | History | Annotate | Download | only in Compress

Lines Matching full:uint32

51 static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool isFilter, bool &encode, int &index)

148 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
181 STDAPI GetNumberOfMethods(UINT32 *numCodecs)
201 static HRESULT CreateHasher2(UInt32 index, IHasher **hasher)
222 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
255 STDMETHOD_(UInt32, GetNumHashers)();
256 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value);
257 STDMETHOD(CreateHasher)(UInt32 index, IHasher **hasher);
270 STDMETHODIMP_(UInt32) CHashers::GetNumHashers()
275 STDMETHODIMP CHashers::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value)
280 STDMETHODIMP CHashers::CreateHasher(UInt32 index, IHasher **hasher)