Searched defs:OnFrame (Results 1 – 5 of 5) sorted by relevance
| /device/google/cuttlefish/host/frontend/webrtc/lib/ | ||
| D | audio_track_source_impl.h | 77 void OnFrame(std::shared_ptr<AudioFrameBuffer> frame, in OnFrame() function |
| D | video_track_source_impl.h | 67 void OnFrame(std::shared_ptr<VideoFrameBuffer> frame, in OnFrame() function |
| D | video_track_source_impl.cpp | 57 void VideoTrackSourceImpl::OnFrame(std::shared_ptr<VideoFrameBuffer> frame, in OnFrame() function in cuttlefish::webrtc_streaming::VideoTrackSourceImpl |
| D | audio_track_source_impl.cpp | 54 void AudioTrackSourceImpl::OnFrame(std::shared_ptr<AudioFrameBuffer> frame, in OnFrame() function in cuttlefish::webrtc_streaming::AudioTrackSourceImpl |
| D | local_recorder.cpp | 193 void LocalRecorder::Display::OnFrame(const webrtc::VideoFrame& frame) { in OnFrame() function in cuttlefish::webrtc_streaming::LocalRecorder::Display |