Searched refs:LOGF (Results 1 – 6 of 6) sorted by relevance
61 LOGF(ERROR) << "invalid image size " << width << "x" << height; in Initialize()65 LOGF(ERROR) << "invalid jpeg quality " << quality; in Initialize()75 LOGF(ERROR) << "allocate memory for exif_data_ failed"; in Initialize()95 LOGF(ERROR) << "Adding Make exif entry failed"; in SetMaker()107 LOGF(ERROR) << "Adding Model exif entry failed"; in SetModel()121 LOGF(WARNING) << "Input time is invalid"; in SetDateTime()128 LOGF(ERROR) << "Adding DateTime exif entry failed"; in SetDateTime()139 LOGF(ERROR) << "Adding FocalLength exif entry failed"; in SetFocalLength()152 LOGF(ERROR) << "Adding GPSLatitudeRef exif entry failed"; in SetGpsLatitude()167 LOGF(ERROR) << "Adding GPSLatitude exif entry failed"; in SetGpsLatitude()[all …]
73 LOGF(ERROR) << "Width or height is not even (" << width << " x " << height in GetConvertedSize()89 LOGF(ERROR) << "Pixel format " << FormatToString(fourcc) in GetConvertedSize()117 LOGF(ERROR) << "Width or height is not even (" << in_frame.GetWidth() in ConvertFormat()126 LOGF(ERROR) << "Set data size failed"; in ConvertFormat()151 LOGF(ERROR) << "Destination pixel format " in ConvertFormat()223 LOGF(ERROR) << "Destination pixel format " in ConvertFormat()250 LOGF(ERROR) << "Destination pixel format " in ConvertFormat()256 LOGF(ERROR) << "Convert format doesn't support source format " in ConvertFormat()264 LOGF(ERROR) << "Pixel format " << FormatToString(in_frame.GetFourcc()) in Scale()273 LOGF(ERROR) << "Set data size failed"; in Scale()[all …]
29 LOGF(ERROR) << "Buffer overflow: Buffer only has " << buffer_size_ in SetDataSize()75 LOGF(ERROR) << "Unmap failed"; in ~V4L2FrameBuffer()82 LOGF(ERROR) << "The buffer is already mapped"; in Map()87 LOGF(ERROR) << "mmap() failed: " << strerror(errno); in Map()98 LOGF(ERROR) << "mummap() failed: " << strerror(errno); in Unmap()116 LOGF(ERROR) << "Failed to get gralloc module."; in GrallocFrameBuffer()127 LOGF(ERROR) << "Unmap failed"; in ~GrallocFrameBuffer()134 LOGF(ERROR) << "The buffer is already mapped"; in Map()163 LOGF(ERROR) << "Failed to gralloc lock buffer: " << ret; in Map()181 LOGF(ERROR) << "Failed to unmap buffer: "; in Unmap()
108 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()
32 LOGF(ERROR) << "Image size can not be handled: " << width << "x" << height; in CompressImage()40 LOGF(INFO) << "Compressed JPEG: " << (width * height * 12) / 8 << "[" << width in CompressImage()82 LOGF(ERROR) << buffer; in OutputErrorMessage()183 LOGF(ERROR) << "Number of processed lines does not equal input lines."; in Compress()
13 #define LOGF(level) LOG(level) << __FUNCTION__ << "(): " macro