Lines Matching refs:piex
34 #include "src/piex.h"
390 class SkPiexStream : public ::piex::StreamInterface {
397 ::piex::Error GetData(const size_t offset, const size_t length,
400 ::piex::Error::kOk : ::piex::Error::kFail;
556 ::piex::PreviewImageData imageData;
557 if (::piex::IsRaw(&piexStream)
558 && ::piex::GetPreviewImageData(&piexStream, &imageData) == ::piex::Error::kOk)
631 ::piex::PreviewImageData imageData;
632 if (::piex::IsRaw(&piexStream)) {
633 ::piex::Error error = ::piex::GetPreviewImageData(&piexStream, &imageData);
634 if (error == ::piex::Error::kFail) {
640 if (imageData.color_space == ::piex::PreviewImageData::kAdobeRgb) {
650 if (error == ::piex::Error::kOk && imageData.preview.length > 0 &&
651 imageData.preview.format == ::piex::Image::kJpegCompressed)