Home
last modified time | relevance | path

Searched refs:max_buffer_size (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/tests/fuzzers/
H A DIMediaSourceFuzzImpl.h28 max_buffer_size(_max_buffer_size) {} in IMediaSourceFuzzImpl()
46 const size_t max_buffer_size; variable
71 fdp->ConsumeIntegralInRange<size_t>(0, max_buffer_size)); in readMultiple()
/aosp12/system/bt/osi/test/fuzzers/include/
H A DlibosiFuzzHelperFunctions.h23 char* generateBuffer(FuzzedDataProvider* dataProvider, size_t max_buffer_size, in generateBuffer() argument
27 dataProvider->ConsumeIntegralInRange<size_t>(0, max_buffer_size); in generateBuffer()
/aosp12/system/extras/ANRdaemon/
H A DANRdaemon.cpp66 static const int max_buffer_size = 2048; variable
532 if (atoi(optarg) > max_buffer_size) in get_options()
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_ion.cpp580 size_t max_buffer_size = 0; in get_max_buffer_descriptor_index() local
586 if (max_buffer_size < bufDescriptor->size) in get_max_buffer_descriptor_index()
589 max_buffer_size = bufDescriptor->size; in get_max_buffer_descriptor_index()
/aosp12/packages/modules/Virtualization/authfs/src/
H A Dfusefs.rs191 fn max_buffer_size(&self) -> u32 { in max_buffer_size() method
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp2204 Int total_bitrate, max_buffer_size; in PVUpdateVBVDelay() local
2218 max_buffer_size = (encData->encParams->nLayers == 1 ? profile_level_max_VBV_size[index] : in PVUpdateVBVDelay()
2221 if (total_bitrate*delay > (float)max_buffer_size) in PVUpdateVBVDelay()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt2931 field public static final String DEVICE_CONFIG_PROPERTY_MAX_BUFFER_SIZE = "max_buffer_size";