Home
last modified time | relevance | path

Searched refs:max_chunk_size (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/common_audio/resampler/
Dsinc_resampler_unittest.cc64 size_t max_chunk_size = resampler.ChunkSize() * kChunks; in TEST() local
65 rtc::scoped_ptr<float[]> resampled_destination(new float[max_chunk_size]); in TEST()
76 resampler.Resample(max_chunk_size, resampled_destination.get()); in TEST()
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davformat.h1176 int max_chunk_size; member
/external/v8/src/snapshot/
Dserialize.h550 inline uint32_t max_chunk_size(int space) const { in max_chunk_size() function
Dserialize.cc2282 DCHECK(size > 0 && size <= static_cast<int>(max_chunk_size(space))); in Allocate()
2284 if (new_chunk_size > max_chunk_size(space)) { in Allocate()