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.cpp498 status_t SampleTable::getMaxSampleSize(size_t *max_size) { argument
501 *max_size = 0;
511 if (sample_size > *max_size) {
512 *max_size = sample_size;
H A DMPEG4Extractor.cpp1532 size_t max_size; local
1533 err = mLastTrack->sampleTable->getMaxSampleSize(&max_size);
1539 if (max_size != 0) {
1544 if (max_size > SIZE_MAX - 10 * 2) {
1545 ALOGE("max sample size too big: %zu", max_size);
1548 mLastTrack->meta->setInt32(kKeyMaxInputSize, max_size + 10 * 2);
1573 max_size = ((width + 15) / 16) * ((height + 15) / 16) * 192;
1577 max_size = width * height * 3 / 2;
1579 mLastTrack->meta->setInt32(kKeyMaxInputSize, max_size);
3552 size_t max_size local
4699 int32_t max_size; local
[all...]
/frameworks/opt/net/wifi/service/lib/
H A Dwifi_hal_stub.cpp40 wifi_error wifi_get_concurrency_matrix_stub(wifi_interface_handle handle, int max_size, argument

Completed in 88 milliseconds