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

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h229 size_type max_size() const { return m_AllocatedNum; } function in class:mcld::LinearAllocatorBase
340 size_type max_size() const throw() { return size_t(-1) / sizeof(DataType); } function in class:mcld::MallocAllocator
372 size_type max_size() const throw() { return size_t(-1) / sizeof(void*); } function in class:mcld::MallocAllocator
/frameworks/av/media/libstagefright/
H A DSampleTable.cpp476 status_t SampleTable::getMaxSampleSize(size_t *max_size) { argument
479 *max_size = 0;
489 if (sample_size > *max_size) {
490 *max_size = sample_size;
H A DMPEG4Extractor.cpp1482 size_t max_size; local
1483 err = mLastTrack->sampleTable->getMaxSampleSize(&max_size);
1489 if (max_size != 0) {
1494 if (max_size > SIZE_MAX - 10 * 2) {
1495 ALOGE("max sample size too big: %zu", max_size);
1498 mLastTrack->meta->setInt32(kKeyMaxInputSize, max_size + 10 * 2);
1522 max_size = ((width + 15) / 16) * ((height + 15) / 16) * 192;
1526 max_size = width * height * 3 / 2;
1528 mLastTrack->meta->setInt32(kKeyMaxInputSize, max_size);
3350 size_t max_size local
4489 int32_t max_size; local
[all...]
/frameworks/opt/net/wifi/service/lib/
H A Dwifi_hal_stub.cpp24 wifi_error wifi_get_concurrency_matrix_stub(wifi_interface_handle handle, int max_size, argument

Completed in 137 milliseconds