Searched refs:packedSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/
H A DrsAllocation.cpp362 uint32_t packedSize = getPackedSize(); local
364 stream->addU32(packedSize);
365 if (dataSize == packedSize) {
398 uint32_t packedSize = alloc->getPackedSize(); local
400 dataSize != packedSize) {

Completed in 45 milliseconds