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.cpp91 LOGF(ERROR) << "Pixel format " << FormatToString(fourcc) in GetConvertedSize()
154 << FormatToString(out_frame->GetFourcc()) in ConvertFormat()
226 << FormatToString(out_frame->GetFourcc()) in ConvertFormat()
253 << FormatToString(out_frame->GetFourcc()) in ConvertFormat()
259 << FormatToString(in_frame.GetFourcc()); in ConvertFormat()
266 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()