Home
last modified time | relevance | path

Searched refs:authorEntrySize (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libnbaio/
DNBLog.cpp110 size_t authorEntrySize = NBLog::Entry::kOverhead + sizeof(author); in copyWithAuthor() local
111 uint8_t authorEntry[authorEntrySize]; in copyWithAuthor()
114 authorEntry[authorEntrySize + NBLog::Entry::kPreviousLengthOffset] = in copyWithAuthor()
117 dst->write(authorEntry, authorEntrySize); in copyWithAuthor()