Home
last modified time | relevance | path

Searched defs:all_frames (Results 1 – 11 of 11) 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.sql133 CREATE PERFETTO VIEW all_frames AS view
/external/pytorch/torch/csrc/profiler/
Dcombined_traceback.h12 std::vector<unwind::Frame> all_frames; member
/external/mesa3d/src/vulkan/screenshot-layer/
Dscreenshot_params.h75 bool all_frames; member
/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/pytorch/torch/csrc/profiler/python/
Dcombined_traceback.cpp136 std::vector<py::dict> all_frames; in py_symbolize() local
/external/pytorch/torch/csrc/cuda/
Dmemory_snapshot.cpp56 std::vector<IValue> all_frames; in ivalue_symbolize() local
/external/mesa3d/src/gallium/frontends/va/
Dpicture_av1_enc.c677 uint32_t id_len = 0, all_frames = 255; in av1_frame_header() local
/external/pytorch/torch/csrc/distributed/c10d/
DNCCLUtils.cpp543 std::vector<c10::IValue> all_frames; in getCollectiveTrace() local
/external/python/cpython3/Lib/
Dtracemalloc.py355 lineno=None, all_frames=False, domain=None): argument