Searched refs:MaxBufferSize (Results 1 – 4 of 4) sorted by relevance
25 static const int MaxBufferSize();
35 const int XmpConst::MaxBufferSize() { return 65502; } in MaxBufferSize() function in dynamic_depth::xmpmeta::XmpConst
176 if (buffer.length() > XmpConst::MaxBufferSize()) { in InsertStandardXMPSection()179 << XmpConst::MaxBufferSize() << " bytes"; in InsertStandardXMPSection()
509 size_t MaxBufferSize = MaxRecordLength - InlineSiteSize - AnnotationSize; in encodeInlineLineTable() local510 if (Buffer.size() >= MaxBufferSize) in encodeInlineLineTable()