Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/lib/
Daudio_track_source_impl.h77 void OnFrame(std::shared_ptr<AudioFrameBuffer> frame, in OnFrame() function
Dvideo_track_source_impl.h67 void OnFrame(std::shared_ptr<VideoFrameBuffer> frame, in OnFrame() function
Dvideo_track_source_impl.cpp57 void VideoTrackSourceImpl::OnFrame(std::shared_ptr<VideoFrameBuffer> frame, in OnFrame() function in cuttlefish::webrtc_streaming::VideoTrackSourceImpl
Daudio_track_source_impl.cpp54 void AudioTrackSourceImpl::OnFrame(std::shared_ptr<AudioFrameBuffer> frame, in OnFrame() function in cuttlefish::webrtc_streaming::AudioTrackSourceImpl
Dlocal_recorder.cpp193 void LocalRecorder::Display::OnFrame(const webrtc::VideoFrame& frame) { in OnFrame() function in cuttlefish::webrtc_streaming::LocalRecorder::Display