Searched defs:uh (Results 1 – 1 of 1) sorted by relevance
721 …inline UINT64 Pack2UINT32AsUINT64 (UINT32 uh, UINT32 ul) { return (((UINT64) uh) << 32) | ((UINT64… in Pack2UINT32AsUINT64()723 inline UINT64 PackSize (UINT32 uw, UINT32 uh) { return Pack2UINT32AsUINT64 (uw, uh); } in PackSize()752 …inline HRESULT MFSetAttribute2UINT32asUINT64 (IMFAttributes *pattr, REFGUID guid, UINT32 uh, UINT3… in MFSetAttribute2UINT32asUINT64()758 …inline HRESULT MFSetAttributeSize (IMFAttributes *pattr, REFGUID guid, UINT32 uw, UINT32 uh) { ret… in MFSetAttributeSize()