Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/
DEntry.cpp208 size_t authorEntrySize = Entry::kOverhead + sizeof(author); in copyWithAuthor() local
209 uint8_t authorEntry[authorEntrySize]; in copyWithAuthor()
212 authorEntry[authorEntrySize + Entry::kPreviousLengthOffset] = in copyWithAuthor()
215 dst->write(authorEntry, authorEntrySize); in copyWithAuthor()