Home | History | Annotate | Download | only in filters

Lines Matching refs:memory_limit

159   // Sets the memory limit on each stream. |memory_limit| is the
161 void SetMemoryLimitsForTesting(int memory_limit);
488 void SourceState::SetMemoryLimitsForTesting(int memory_limit) {
490 audio_->set_memory_limit_for_testing(memory_limit);
493 video_->set_memory_limit_for_testing(memory_limit);
497 itr->second->set_memory_limit_for_testing(memory_limit);
1498 void ChunkDemuxer::SetMemoryLimitsForTesting(int memory_limit) {
1501 memory_limit);