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

/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp125 size_t total_size = FormatVersionFieldSize; local
132 total_size += (*subsec_it)->sizeOutput();
134 return total_size;
139 uint64_t total_size = 0; local
144 total_size += FormatVersionFieldSize;
152 total_size += (*subsec_it)->emit(buffer + total_size);
155 return total_size;
/frameworks/base/tools/aapt2/
H A DStringPool.cpp387 const size_t total_size = EncodedLengthUnits<char>(utf16_length) local
390 char* data = out->NextBlock<char>(total_size);
414 const size_t total_size = EncodedLengthUnits<char16_t>(utf16_length) local
417 char16_t* data = out->NextBlock<char16_t>(total_size);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp736 WORD32 total_size; local
738 total_size = 0;
752 total_size += ps_mem_rec->u4_mem_size;

Completed in 76 milliseconds