Searched refs:kJfif (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/pdf/ |
D | SkJpegInfo.cpp | 94 static const char kJfif[] = {'J', 'F', 'I', 'F', '\0'}; in SkGetJpegInfo() local 96 if (SkToSizeT(segment.length()) < sizeof(kJfif) || in SkGetJpegInfo() 97 0 != memcmp(segment.data(), kJfif, sizeof(kJfif))) { in SkGetJpegInfo()
|
/external/skia/src/pdf/ |
D | SkJpegInfo.cpp | 94 static const char kJfif[] = {'J', 'F', 'I', 'F', '\0'}; in SkGetJpegInfo() local 96 if (SkToSizeT(segment.length()) < sizeof(kJfif) || in SkGetJpegInfo() 97 0 != memcmp(segment.data(), kJfif, sizeof(kJfif))) { in SkGetJpegInfo()
|
/external/image_io/src/jpeg/ |
D | jpeg_info_builder.cc | 72 JpegSegmentInfo segment_info(image_count_ - 1, data_range, kJfif); in Process() 73 MaybeCaptureSegmentBytes(kJfif, segment, segment_info.GetMutableBytes()); in Process() 179 return segment.BytesAtLocationStartWith(payload_data_location, kJfif); in IsJfifSegment()
|
D | jpeg_apple_depth_builder.cc | 54 info_builder.SetCaptureSegmentBytes(kJfif); in GetJpegInfo() 104 JpegSegmentInfo jfif_segment_info = info.GetSegmentInfo(0, kJfif); in GetPrimaryImageData()
|
/external/image_io/includes/image_io/jpeg/ |
D | jpeg_segment_info.h | 15 const char kJfif[] = "JFIF"; variable
|