Home
last modified time | relevance | path

Searched defs:all_frames (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_mixer/
Dframe_combiner_unittest.cc76 const std::vector<AudioFrame*> all_frames = {&frame1, &frame2}; in TEST() local
100 const std::vector<AudioFrame*> all_frames = {&frame1, &frame2}; in TEST() local
129 const std::vector<AudioFrame*> all_frames = {&frame1, &frame2}; in TEST() local
156 const std::vector<AudioFrame*> all_frames = {&frame1, &frame2}; in TEST() local
/external/autotest/client/site_tests/power_LoadTest/extension/
Dmanifest.json25 "all_frames": false boolean
31 "all_frames": true boolean
/external/python/cpython3/Lib/
Dtracemalloc.py355 lineno=None, all_frames=False, domain=None): argument