Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_mixer/
Dframe_combiner_unittest.cc99 const std::vector<AudioFrame*> all_frames = {&frame1, &frame2}; in TEST() local
121 const std::vector<AudioFrame*> all_frames = {&frame1, &frame2}; in TEST() local
153 const std::vector<AudioFrame*> all_frames = {&frame1, &frame2}; in TEST() local
183 const std::vector<AudioFrame*> all_frames = {&frame1, &frame2}; in TEST() local
211 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/perfetto/src/trace_processor/metrics/sql/chrome/
Dchrome_stack_samples_for_task.sql137 CREATE VIEW all_frames AS view
/external/webrtc/modules/video_coding/svc/
Dscalability_structure_key_svc_unittest.cc238 auto all_frames = rtc::MakeArrayView(frames.data(), frames.size()); in TEST() local
/external/python/cpython3/Lib/
Dtracemalloc.py355 lineno=None, all_frames=False, domain=None): argument