Home
last modified time | relevance | path

Searched refs:SupportsConversion (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.h28 static bool SupportsConversion(uint32_t from_fourcc, uint32_t to_fourcc);
Dimage_processor.cpp97 bool ImageProcessor::SupportsConversion(uint32_t from_fourcc, in SupportsConversion() function in arc::ImageProcessor
/hardware/libhardware/modules/camera/3_4/
Dstream_format.cpp165 if (!arc::ImageProcessor::SupportsConversion(V4L2_PIX_FMT_YUV420, fourcc)) { in FindBestFitFormat()
Dformat_metadata_factory.cpp156 } else if (!arc::ImageProcessor::SupportsConversion(V4L2_PIX_FMT_YUV420, in AddFormatComponents()