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

/frameworks/rs/
H A DrsAllocation.cpp443 uint32_t packedSize = getPackedSize(); local
445 stream->addU32(packedSize);
446 if (dataSize == packedSize) {
479 uint32_t packedSize = alloc->getPackedSize(); local
481 dataSize != packedSize) {

Completed in 27 milliseconds