Home
last modified time | relevance | path

Searched refs:DictLenFormat (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/mxflib/mxflib-1.0.1/mxflib/
H A Dmdobject.h208 } DictLenFormat; typedef
283 DictLenFormat LenFormat; //!< Format of length of sub-items
302 …DictKeyFormat KeyFormat, DictLenFormat LenFormat, unsigned int minLen, unsigned int maxLen, DictUs… in MDOType()
432 const DictLenFormat &GetLenFormat(void) const { return LenFormat; } in GetLenFormat()
1233 static UInt32 ReadLength(DictLenFormat Format, size_t Size, const UInt8 *Buffer, Length& Length);
1235 …static UInt32 WriteLength(DataChunkPtr &Buffer, Length Length, DictLenFormat Format, UInt32 Size =…
H A Dmdobject.cpp1399 UInt32 MDObject::ReadLength(DictLenFormat Format, size_t Size, const UInt8 *Buffer, Length& Length) in ReadLength()
1609 DictLenFormat LenFormat; in WriteObject()
1814 UInt32 MDObject::WriteLength(DataChunkPtr &Buffer, Length Length, DictLenFormat Format, UInt32 Size… in WriteLength()
H A Ddeftypes.cpp1764 static const DictLenFormat LenConvert[] = in DefineClass()
1918 DictLenFormat LenFormat = LenConvert[ThisClass->MaxSize]; in DefineClass()
1936 DictLenFormat LenFormat = LenConvert[ThisClass->MaxSize]; in DefineClass()