HomeSort by relevance Sort by last modified time
    Searched refs:FormatEntry (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libnblog/include/media/nblog/
NBLog.h 166 class FormatEntry : public AbstractEntry {
168 // explicit FormatEntry(const EntryIterator &it);
169 explicit FormatEntry(const uint8_t *ptr) : AbstractEntry(ptr) {}
170 virtual ~FormatEntry() {}
458 EntryIterator handleFormat(const FormatEntry &fmtEntry,
  /frameworks/av/media/libnblog/
NBLog.cpp 71 return std::make_unique<FormatEntry>(FormatEntry(ptr));
86 NBLog::EntryIterator NBLog::FormatEntry::begin() const {
90 const char *NBLog::FormatEntry::formatString() const {
94 size_t NBLog::FormatEntry::formatStringLength() const {
98 NBLog::EntryIterator NBLog::FormatEntry::args() const {
113 int64_t NBLog::FormatEntry::timestamp() const {
120 NBLog::log_hash_t NBLog::FormatEntry::hash() const {
132 int NBLog::FormatEntry::author() const {
147 NBLog::EntryIterator NBLog::FormatEntry::copyWithAuthor
    [all...]
  /external/deqp/modules/glshared/
glsFboUtil.hpp 167 typedef Pair<FormatFlags, FormatKeys> FormatEntry;
168 typedef Range<FormatEntry> FormatEntries;
glsFboUtil.cpp 224 for (const FormatEntry* it = stdFmts.begin(); it != stdFmts.end(); it++)
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 70 static const FormatEntry s_es2Formats[] =
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 104 static const FormatEntry s_es3Formats[] =

Completed in 1211 milliseconds