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

/frameworks/rs/
H A DrsAllocation.cpp346 uint32_t packedSize = getPackedSize(); local
348 stream->addU32(packedSize);
349 if (dataSize == packedSize) {
381 uint32_t packedSize = alloc->getPackedSize(); local
383 dataSize != packedSize) {

Completed in 69 milliseconds