Home
last modified time | relevance | path

Searched refs:LOGF (Results 1 – 6 of 6) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.cpp60 LOGF(ERROR) << "invalid image size " << width << "x" << height; in Initialize()
64 LOGF(ERROR) << "invalid jpeg quality " << quality; in Initialize()
74 LOGF(ERROR) << "allocate memory for exif_data_ failed"; in Initialize()
94 LOGF(ERROR) << "Adding Make exif entry failed"; in SetMaker()
106 LOGF(ERROR) << "Adding Model exif entry failed"; in SetModel()
120 LOGF(WARNING) << "Input time is invalid"; in SetDateTime()
127 LOGF(ERROR) << "Adding DateTime exif entry failed"; in SetDateTime()
138 LOGF(ERROR) << "Adding FocalLength exif entry failed"; in SetFocalLength()
151 LOGF(ERROR) << "Adding GPSLatitudeRef exif entry failed"; in SetGpsLatitude()
166 LOGF(ERROR) << "Adding GPSLatitude exif entry failed"; in SetGpsLatitude()
[all …]
Dimage_processor.cpp73 LOGF(ERROR) << "Width or height is not even (" << width << " x " << height in GetConvertedSize()
91 LOGF(ERROR) << "Pixel format " << FormatToString(fourcc) in GetConvertedSize()
119 LOGF(ERROR) << "Width or height is not even (" << in_frame.GetWidth() in ConvertFormat()
128 LOGF(ERROR) << "Set data size failed"; in ConvertFormat()
153 LOGF(ERROR) << "Destination pixel format " in ConvertFormat()
225 LOGF(ERROR) << "Destination pixel format " in ConvertFormat()
252 LOGF(ERROR) << "Destination pixel format " in ConvertFormat()
258 LOGF(ERROR) << "Convert format doesn't support source format " in ConvertFormat()
266 LOGF(ERROR) << "Pixel format " << FormatToString(in_frame.GetFourcc()) in Scale()
275 LOGF(ERROR) << "Set data size failed"; in Scale()
[all …]
Dframe_buffer.cpp28 LOGF(ERROR) << "Buffer overflow: Buffer only has " << buffer_size_ in SetDataSize()
74 LOGF(ERROR) << "Unmap failed"; in ~V4L2FrameBuffer()
81 LOGF(ERROR) << "The buffer is already mapped"; in Map()
86 LOGF(ERROR) << "mmap() failed: " << strerror(errno); in Map()
97 LOGF(ERROR) << "mummap() failed: " << strerror(errno); in Unmap()
115 LOGF(ERROR) << "Failed to get gralloc module."; in GrallocFrameBuffer()
126 LOGF(ERROR) << "Unmap failed"; in ~GrallocFrameBuffer()
133 LOGF(ERROR) << "The buffer is already mapped"; in Map()
162 LOGF(ERROR) << "Failed to gralloc lock buffer: " << ret; in Map()
180 LOGF(ERROR) << "Failed to unmap buffer: "; in Unmap()
Dcached_frame.cpp108 LOGF(ERROR) << "Convert from " << FormatToString(source_frame_->GetFourcc()) in ConvertToYU12()
118 LOGF(ERROR) << "yu12_frame_ has odd dimension: " << yu12_frame_->GetWidth() in CropRotateScale()
124 LOGF(ERROR) << "yu12_frame_ is tall frame already: " in CropRotateScale()
174 LOGF(ERROR) << "Invalid rotation degree: " << rotate_degree; in CropRotateScale()
187 LOGF(ERROR) << "ConvertToI420 failed: " << res; in CropRotateScale()
Djpeg_compressor.cpp30 LOGF(ERROR) << "Image size can not be handled: " << width << "x" << height; in CompressImage()
38 LOGF(INFO) << "Compressed JPEG: " << (width * height * 12) / 8 << "[" << width in CompressImage()
80 LOGF(ERROR) << buffer; in OutputErrorMessage()
181 LOGF(ERROR) << "Number of processed lines does not equal input lines."; in Compress()
Dcommon.h13 #define LOGF(level) LOG(level) << __FUNCTION__ << "(): " macro