Home | History | Annotate | Download | only in libmedia

Lines Matching refs:Metadata

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()
71 void Metadata::updateLength()
81 bool Metadata::appendHeader()
85 // Placeholder for the length of the metadata
91 bool Metadata::appendBool(int key, bool val)
111 bool Metadata::appendInt32(int key, int32_t val)
131 // Check the key (i.e metadata id) is valid if it is a system one.
134 bool Metadata::checkKey(int key)