Home
last modified time | relevance | path

Searched refs:FormatToString (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.cpp89 LOGF(ERROR) << "Pixel format " << FormatToString(fourcc) in GetConvertedSize()
152 << FormatToString(out_frame->GetFourcc()) in ConvertFormat()
224 << FormatToString(out_frame->GetFourcc()) in ConvertFormat()
251 << FormatToString(out_frame->GetFourcc()) in ConvertFormat()
257 << FormatToString(in_frame.GetFourcc()); in ConvertFormat()
264 LOGF(ERROR) << "Pixel format " << FormatToString(in_frame.GetFourcc()) in Scale()
Dcommon.h24 inline std::string FormatToString(int32_t format) { in FormatToString() function
Dcached_frame.cpp108 LOGF(ERROR) << "Convert from " << FormatToString(source_frame_->GetFourcc()) in ConvertToYU12()