HomeSort by relevance Sort by last modified time
    Searched defs:Metadata (Results 1 - 25 of 54) sorted by null

1 2 3

  /hardware/libhardware/modules/camera/
Metadata.h 25 // Metadata is a convenience class for dealing with libcamera_metadata
26 class Metadata {
28 Metadata();
29 ~Metadata();
30 // Initialize with framework metadata
31 int init(const camera_metadata_t *metadata);
43 // Get a handle to the current metadata
50 // Destroy old metadata and replace with new
52 // Validate the tag, type and count for a metadata entry
Metadata.cpp 20 #define LOG_TAG "Metadata"
26 #include "Metadata.h"
30 Metadata::Metadata():
35 Metadata::~Metadata()
40 void Metadata::replace(camera_metadata_t *m)
43 ALOGE("%s: Replacing metadata with itself?!", __func__);
51 int Metadata::init(const camera_metadata_t *metadata)
    [all...]
  /hardware/libhardware/modules/usbcamera/
Metadata.h 25 // Metadata is a convenience class for dealing with libcamera_metadata
26 class Metadata {
28 Metadata();
29 ~Metadata();
30 // Initialize with framework metadata
31 int init(const camera_metadata_t *metadata);
43 // Get a handle to the current metadata
50 // Destroy old metadata and replace with new
52 // Validate the tag, type and count for a metadata entry
Metadata.cpp 18 #define LOG_TAG "Metadata"
26 #include "Metadata.h"
30 Metadata::Metadata():
34 Metadata::~Metadata() {
38 void Metadata::replace(camera_metadata_t *m) {
47 int Metadata::init(const camera_metadata_t *metadata) {
50 if (!validate_camera_metadata_structure(metadata, NULL)
    [all...]
  /external/libchrome/base/metrics/
histogram_samples.h 25 struct Metadata {
49 Metadata() : id(0), sum(0), redundant_count(0) {}
53 HistogramSamples(uint64_t id, Metadata* meta);
90 Metadata local_meta_;
91 Metadata* meta_;
  /external/v8/src/snapshot/
snapshot.h 20 class Metadata {
22 explicit Metadata(uint32_t data = 0) : data_(data) {}
54 const PartialSerializer& context_ser, Snapshot::Metadata metadata);
63 static Metadata ExtractMetadata(const v8::StartupData* data);
66 // [0] metadata
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h 153 // A container to hold message metadata.
154 struct Metadata {
309 // Get a struct containing the metadata for the Message. Most subclasses only
312 virtual Metadata GetMetadata() const = 0;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message.h 153 // A container to hold message metadata.
154 struct Metadata {
309 // Get a struct containing the metadata for the Message. Most subclasses only
312 virtual Metadata GetMetadata() const = 0;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message.h 153 // A container to hold message metadata.
154 struct Metadata {
309 // Get a struct containing the metadata for the Message. Most subclasses only
312 virtual Metadata GetMetadata() const = 0;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message.h 153 // A container to hold message metadata.
154 struct Metadata {
309 // Get a struct containing the metadata for the Message. Most subclasses only
312 virtual Metadata GetMetadata() const = 0;
    [all...]
  /frameworks/av/media/libmedia/
Metadata.cpp 18 #define LOG_TAG "Metadata"
22 #include <media/Metadata.h>
27 // This file contains code to serialize Metadata triples (key, type,
29 // Metadata.java class.
32 // All these constants below must be kept in sync with Metadata.java.
58 Metadata::Metadata(Parcel *p)
62 Metadata::~Metadata() { }
64 void Metadata::resetParcel(
    [all...]
  /external/protobuf/src/google/protobuf/
message.h 149 // A container to hold message metadata.
150 struct Metadata {
306 // Get a struct containing the metadata for the Message. Most subclasses only
309 virtual Metadata GetMetadata() const = 0;
    [all...]
  /system/extras/tests/sdcard/
plot_sdcard.py 33 >>> (metadata, data) = p.Parse('/tmp/data.txt')
34 >>> p.PlotIterations(metadata, data)
35 >>> p.PlotTimes(metadata, data)
86 class Metadata(object):
133 metadata = Metadata()
142 if not metadata.complete:
143 metadata.Parse(line)
152 metadata.UpdateWith(dataset)
176 if not metadata.complete
    [all...]
  /external/llvm/include/llvm/IR/
TrackingMDRef.h 1 //===- llvm/IR/TrackingMDRef.h - Tracking Metadata references ---*- C++ -*-===//
10 // References to metadata that track RAUW.
22 class Metadata;
26 /// \brief Tracking metadata reference.
28 /// This class behaves like \a TrackingVH, but for metadata.
30 Metadata *MD;
34 explicit TrackingMDRef(Metadata *MD) : MD(MD) { track(); }
58 Metadata *get() const { return MD; }
59 operator Metadata *() const { return get(); }
60 Metadata *operator->() const { return get();
    [all...]
Intrinsics.h 82 Void, VarArg, MMX, Token, Metadata, Half, Float, Double,
  /frameworks/av/include/media/
Metadata.h 30 // Metadata is a class to build/serialize a set of metadata in a Parcel.
32 // This class should be kept in sync with android/media/Metadata.java.
33 // It provides all the metadata ids available and methods to build the
39 // media::Metadata data(&p);
42 // data.appendBool(Metadata::kPauseAvailable, true);
47 class Metadata {
60 // Keep in sync with android/media/Metadata.java
95 // @param p[inout] The parcel to append the metadata records
96 // to. The global metadata header should have been set already
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
Metadata.java 20 * Settable metadata class that is deferred loaded in other ways that
25 public class Metadata {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
message.h 163 // A container to hold message metadata.
164 struct Metadata {
336 // Get a struct containing the metadata for the Message. Most subclasses only
339 virtual Metadata GetMetadata() const = 0;
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 67 static ChunkMetadata *Metadata(const void *p) {
73 ChunkMetadata *m = Metadata(p);
83 ChunkMetadata *m = Metadata(p);
130 ChunkMetadata *m = Metadata(p);
157 ChunkMetadata *m = Metadata(reinterpret_cast<void *>(chunk));
173 metadata_ = Metadata(reinterpret_cast<void *>(chunk));
204 ChunkMetadata *m = Metadata(chunk);
244 int __sanitizer_get_ownership(const void *p) { return Metadata(p) != nullptr; }
  /external/compiler-rt/lib/msan/
msan_allocator.cc 25 struct Metadata {
49 typedef SizeClassAllocator32<0, SANITIZER_MMAP_RANGE_SIZE, sizeof(Metadata),
60 static const uptr kMetadataSize = sizeof(Metadata);
70 static const uptr kMetadataSize = sizeof(Metadata);
83 typedef SizeClassAllocator32<0, SANITIZER_MMAP_RANGE_SIZE, sizeof(Metadata),
127 Metadata *meta =
128 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated));
147 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p));
185 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p))
    [all...]
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 1 //===-- GCMetadata.h - Garbage collector metadata ---------------*- C++ -*-===//
49 /// GCPoint - Metadata for a collector-safe point in machine code.
60 /// GCRoot - Metadata for a pointer to an object managed by the garbage
65 const Constant *Metadata; ///< Metadata straight from the call
68 GCRoot(int N, const Constant *MD) : Num(N), StackOffset(-1), Metadata(MD) {}
71 /// Garbage collection metadata for a single function. Currently, this
100 /// getFunction - Return the function to which this metadata applies.
111 void addStackRoot(int Num, const Constant *Metadata) {
112 Roots.push_back(GCRoot(Num, Metadata));
    [all...]
  /external/llvm/include/llvm/MC/
SectionKind.h 30 /// Metadata - Debug info sections or other metadata.
31 Metadata,
115 bool isMetadata() const { return K == Metadata; }
173 static SectionKind getMetadata() { return get(Metadata); }
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerMetadataParserTest.java 18 import android.media.Metadata;
28 * Check the Java layer that parses serialized metadata in Parcel
38 private Metadata mMetadata = null;
44 mMetadata = new Metadata();
131 // misses metadata id and metadata type.
139 mParcel.writeInt(Metadata.TITLE);
140 // misses metadata type
156 mParcel.writeInt(Metadata.TITLE);
157 mParcel.writeInt(Metadata.STRING_VAL)
    [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 199 // Truncate the ShadowStackDescriptor if some metadata is null.
201 SmallVector<Constant *, 16> Metadata;
206 Metadata.push_back(ConstantExpr::getBitCast(C, VoidPtr));
208 Metadata.resize(NumMeta);
219 ConstantArray::get(ArrayType::get(VoidPtr, NumMeta), Metadata)};
274 // int32_t NumMeta; // Number of metadata descriptors. May be < NumRoots.
275 // void *Meta[]; // May be absent for roots without metadata.
344 // Number roots with metadata (usually empty) at the beginning, so that the
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 98 NodeMetadata Metadata;
170 EdgeMetadata Metadata;
178 GraphMetadata Metadata;
350 /// @brief Construct an empty PBQP graph with the given graph metadata.
351 Graph(GraphMetadata Metadata) : Metadata(Metadata), Solver(nullptr) {}
353 /// @brief Get a reference to the graph metadata.
354 GraphMetadata& getMetadata() { return Metadata; }
356 /// @brief Get a const-reference to the graph metadata
    [all...]

Completed in 736 milliseconds

1 2 3