Home
last modified time | relevance | path

Searched refs:arc (Results 1 – 17 of 17) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dstream_format.h38 StreamFormat(const arc::SupportedFormat& format);
62 static bool FindBestFitFormat(const arc::SupportedFormats& supported_formats,
63 const arc::SupportedFormats& qualified_formats,
66 arc::SupportedFormat* out_format);
67 static bool FindFormatByResolution(const arc::SupportedFormats& formats,
69 arc::SupportedFormat* out_format);
70 static arc::SupportedFormats GetQualifiedFormats(
71 const arc::SupportedFormats& supported_formats);
DAndroid.mk45 arc/cached_frame.cpp \
46 arc/exif_utils.cpp \
47 arc/frame_buffer.cpp \
48 arc/image_processor.cpp \
49 arc/jpeg_compressor.cpp \
Dv4l2_wrapper.h108 const arc::SupportedFormats GetSupportedFormats();
129 arc::SupportedFormats supported_formats_;
131 arc::SupportedFormats qualified_formats_;
137 camera_buffer(std::make_shared<arc::AllocatedFrameBuffer>(0)){}; in RequestContext()
142 std::shared_ptr<arc::AllocatedFrameBuffer> camera_buffer;
Dstream_format.cpp28 using arc::SupportedFormat;
29 using arc::SupportedFormats;
54 StreamFormat::StreamFormat(const arc::SupportedFormat& format) in StreamFormat()
165 if (!arc::ImageProcessor::SupportsConversion(V4L2_PIX_FMT_YUV420, fourcc)) { in FindBestFitFormat()
Dv4l2_wrapper.cpp34 using arc::AllocatedFrameBuffer;
35 using arc::SupportedFormat;
36 using arc::SupportedFormats;
321 arc::SupportedFormat supported_format; in GetSupportedFormats()
694 arc::GrallocFrameBuffer output_frame( in DequeueRequest()
714 arc::CachedFrame cached_frame; in DequeueRequest()
Dformat_metadata_factory.cpp156 } else if (!arc::ImageProcessor::SupportsConversion(V4L2_PIX_FMT_YUV420, in AddFormatComponents()
/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.h17 namespace arc {
Dcommon_types.h13 namespace arc {
Dcached_frame.h14 namespace arc {
Djpeg_compressor.h19 namespace arc {
Dexif_utils.h22 namespace arc {
Dframe_buffer.h16 namespace arc {
Dframe_buffer.cpp14 namespace arc { namespace
Dcached_frame.cpp13 namespace arc { namespace
Djpeg_compressor.cpp13 namespace arc { namespace
Dexif_utils.cpp24 namespace arc { namespace
Dimage_processor.cpp17 namespace arc { namespace