Searched defs:all_frames (Results 1 – 11 of 11) sorted by relevance
99 const std::vector<AudioFrame*> all_frames = {&frame1, &frame2}; in TEST() local121 const std::vector<AudioFrame*> all_frames = {&frame1, &frame2}; in TEST() local153 const std::vector<AudioFrame*> all_frames = {&frame1, &frame2}; in TEST() local183 const std::vector<AudioFrame*> all_frames = {&frame1, &frame2}; in TEST() local211 const std::vector<AudioFrame*> all_frames = {&frame1, &frame2}; in TEST() local
25 "all_frames": false boolean31 "all_frames": true boolean
133 CREATE PERFETTO VIEW all_frames AS view
12 std::vector<unwind::Frame> all_frames; member
75 bool all_frames; member
238 auto all_frames = rtc::MakeArrayView(frames.data(), frames.size()); in TEST() local
136 std::vector<py::dict> all_frames; in py_symbolize() local
56 std::vector<IValue> all_frames; in ivalue_symbolize() local
677 uint32_t id_len = 0, all_frames = 255; in av1_frame_header() local
543 std::vector<c10::IValue> all_frames; in getCollectiveTrace() local
355 lineno=None, all_frames=False, domain=None): argument