Searched refs:arc (Results 1 – 24 of 24) sorted by relevance
38 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);
108 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;
45 arc/cached_frame.cpp \46 arc/exif_utils.cpp \47 arc/frame_buffer.cpp \48 arc/image_processor.cpp \49 arc/jpeg_compressor.cpp \
28 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()
34 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()
156 } else if (!arc::ImageProcessor::SupportsConversion(V4L2_PIX_FMT_YUV420, in AddFormatComponents()
33 ? -70005 : PayloadType, ; Payload type, if needed to disambiguate, when processing an arc43 ; 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
33 byte[] arc;
217 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()
232 let len = a.arc.len(); in test_corrupt_key()233 a.arc[len - 1] ^= 0x01; in test_corrupt_key()
38 byte[] arc;
17 namespace arc {
13 namespace arc {
14 namespace arc {
19 namespace arc {
22 namespace arc {
16 namespace arc {
14 namespace arc { namespace
13 namespace arc { namespace
24 namespace arc { namespace
17 namespace arc { namespace
2523 Acrylic *arc = NULL; in makeAcrylRestrictions() local2527 arc = Acrylic::createScaler(); in makeAcrylRestrictions()2529 arc = Acrylic::createCompositor(); in makeAcrylRestrictions()2535 cap = &arc->getCapabilities(); in makeAcrylRestrictions()2592 delete arc; in makeAcrylRestrictions()