Home
last modified time | relevance | path

Searched refs:arc (Results 1 – 24 of 24) 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);
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;
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 \
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/interfaces/security/authgraph/aidl/android/hardware/security/authgraph/
DArc.cddl33 ? -70005 : PayloadType, ; Payload type, if needed to disambiguate, when processing an arc
43 ; Permissions indicate what an arc can be used with.
46 ; source adds its own identity to the permissions of an arc.
48 ; adds its own identity to the permissions of an arc.
57 ; Limitations indicate what restrictions are applied on the usage of an arc.
59 -4770554 : bstr, ; "challenge" - is added to an arc that encrypts an auth key from a
DArc.aidl33 byte[] arc;
/hardware/interfaces/security/authgraph/aidl/vts/functional/
Dsink.rs217 let len0 = corrupt_keys[0].arc.len(); in test_corrupt_keys()
218 let len1 = corrupt_keys[1].arc.len(); in test_corrupt_keys()
219 corrupt_keys[0].arc[len0 - 1] ^= 0x01; in test_corrupt_keys()
220 corrupt_keys[1].arc[len1 - 1] ^= 0x01; in test_corrupt_keys()
Dsource.rs232 let len = a.arc.len(); in test_corrupt_key()
233 a.arc[len - 1] ^= 0x01; in test_corrupt_key()
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/1/android/hardware/security/authgraph/
DArc.aidl38 byte[] arc;
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/current/android/hardware/security/authgraph/
DArc.aidl38 byte[] arc;
/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
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp2523 Acrylic *arc = NULL; in makeAcrylRestrictions() local
2527 arc = Acrylic::createScaler(); in makeAcrylRestrictions()
2529 arc = Acrylic::createCompositor(); in makeAcrylRestrictions()
2535 cap = &arc->getCapabilities(); in makeAcrylRestrictions()
2592 delete arc; in makeAcrylRestrictions()