Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp246 if (CheckError("Error initializing compression")) { in CompressYUV420Frame()
284 if (CheckError("Error configuring defaults")) { in CompressYUV420Frame()
289 if (CheckError("Error configuring color space")) { in CompressYUV420Frame()
310 if (CheckError("Error starting compression")) { in CompressYUV420Frame()
355 if (CheckError("Error while compressing")) { in CompressYUV420Frame()
367 if (CheckError("Error while finishing compression")) { in CompressYUV420Frame()
374 bool JpegCompressor::CheckError(const char* msg) { in CheckError() function in android::JpegCompressor
DJpegCompressor.h84 bool CheckError(const char* msg);