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

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Darray_wrapper.h80 size_type max_size() const { return capacity_; } function in class:android::pdx::rpc::ArrayWrapper
H A Dbuffer_wrapper.h80 size_type max_size() const { return capacity_; } function in class:android::pdx::rpc::BufferWrapper
133 size_type max_size() const { return buffer_.capacity(); } function in class:android::pdx::rpc::BufferWrapper
H A Dstring_wrapper.h86 size_type max_size() const { return capacity_; } function in class:android::pdx::rpc::StringWrapper
/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/extractors/mp4/
H A DSampleTable.cpp596 status_t SampleTable::getMaxSampleSize(size_t *max_size) { argument
599 *max_size = 0;
609 if (sample_size > *max_size) {
610 *max_size = sample_size;
H A DMPEG4Extractor.cpp1678 size_t max_size; local
1679 err = mLastTrack->sampleTable->getMaxSampleSize(&max_size);
1685 if (max_size != 0) {
1690 if (max_size > SIZE_MAX - 10 * 2) {
1691 ALOGE("max sample size too big: %zu", max_size);
1694 mLastTrack->meta.setInt32(kKeyMaxInputSize, max_size + 10 * 2);
1717 max_size = 1024 * 128;
1722 max_size = ((width + 15) / 16) * ((height + 15) / 16) * 192;
1726 max_size = width * height * 3 / 2;
1730 max_size
3956 size_t max_size = tmp; local
5262 int32_t max_size; local
[all...]
/frameworks/opt/net/wifi/libwifi_hal/
H A Dhal_tool.cpp45 int max_size, feature_set* matrix,
44 wifi_get_concurrency_matrix_stub(wifi_interface_handle handle, int max_size, feature_set* matrix, int* size) argument

Completed in 2224 milliseconds