Home
last modified time | relevance | path

Searched defs:SourceFrame (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_mixer/
H A Daudio_mixer_impl.cc41 struct SourceFrame { struct
44 SourceFrame(AudioMixerImpl::SourceStatus* source_status, in SourceFrame() function
55 SourceFrame(AudioMixerImpl::SourceStatus* source_status, in SourceFrame() function
67 AudioMixerImpl::SourceStatus* source_status = nullptr;
68 AudioFrame* audio_frame = nullptr;
69 bool muted = true;
70 uint32_t energy = 0;
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_packet_sequence_state.h52 struct SourceFrame { struct
57 using SourceFrameId = uint64_t; argument