Home
last modified time | relevance | path

Searched refs:SourceFrame (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_mixer/
Daudio_mixer_impl.cc29 struct SourceFrame { struct
30 SourceFrame(AudioMixerImpl::SourceStatus* source_status, in SourceFrame() function
41 SourceFrame(AudioMixerImpl::SourceStatus* source_status, in SourceFrame() function
60 bool ShouldMixBefore(const SourceFrame& a, const SourceFrame& b) { in ShouldMixBefore()
76 const std::vector<SourceFrame>& mixed_sources_and_frames) { in RampAndUpdateGain()
181 std::vector<SourceFrame> audio_source_mixing_data_list; in GetAudioFromSources()
182 std::vector<SourceFrame> ramp_list; in GetAudioFromSources()
/external/perfetto/src/trace_processor/importers/proto/
Dprofile_packet_utils.h50 static SequenceStackProfileTracker::SourceFrame MakeSourceFrame( in MakeSourceFrame()
52 SequenceStackProfileTracker::SourceFrame src_frame; in MakeSourceFrame()
165 base::Optional<SequenceStackProfileTracker::SourceFrame> GetFrame( in GetFrame()
Dstack_profile_tracker.h178 struct SourceFrame {
208 virtual base::Optional<SourceFrame> GetFrame(SourceFrameId) const = 0;
222 const SourceFrame&,
Dheap_profile_tracker_unittest.cc93 SequenceStackProfileTracker::SourceFrame first_frame; in InsertFrame()
286 SequenceStackProfileTracker::SourceFrame in TEST()
Dstack_profile_tracker.cc136 const SourceFrame& frame, in AddFrame()
Dproto_trace_parser.cc272 SequenceStackProfileTracker::SourceFrame src_frame = in ParseProfilePacket()