Home
last modified time | relevance | path

Searched refs:CheckError (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp376 if (CheckError("Error initializing compression")) { in CompressYUV420Frame()
414 if (CheckError("Error configuring defaults")) { in CompressYUV420Frame()
419 if (CheckError("Error configuring color space")) { in CompressYUV420Frame()
440 if (CheckError("Error starting compression")) { in CompressYUV420Frame()
507 if (CheckError("Error while compressing")) { in CompressYUV420Frame()
519 if (CheckError("Error while finishing compression")) { in CompressYUV420Frame()
526 bool JpegCompressor::CheckError(const char* msg) { in CheckError() function in android::JpegCompressor
DJpegCompressor.h83 bool CheckError(const char* msg);