Lines Matching refs:JpegSegment
20 static size_t SkipWhiteSpaceFindChar(const JpegSegment& segment, in SkipWhiteSpaceFindChar()
38 size_t JpegSegment::GetVariablePayloadSize() const { in GetVariablePayloadSize()
51 bool JpegSegment::BytesAtLocationStartWith(size_t location, in BytesAtLocationStartWith()
62 bool JpegSegment::BytesAtLocationContain(size_t location, in BytesAtLocationContain()
67 size_t JpegSegment::Find(size_t location, const char* str) const { in Find()
78 size_t JpegSegment::Find(size_t start_location, Byte value) const { in Find()
92 std::string JpegSegment::ExtractXmpPropertyValue( in ExtractXmpPropertyValue()
106 size_t JpegSegment::FindXmpPropertyValueBegin(size_t start_location, in FindXmpPropertyValueBegin()
123 size_t JpegSegment::FindXmpPropertyValueEnd(size_t start_location) const { in FindXmpPropertyValueEnd()
127 std::string JpegSegment::ExtractString(const DataRange& data_range) const { in ExtractString()
145 void JpegSegment::GetPayloadHexDumpStrings(size_t byte_count, in GetPayloadHexDumpStrings()