Searched defs:OnFrame (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ | ||
D | audio_track_source_impl.h | 77 void OnFrame(const 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(const AudioFrameBuffer& frame, in OnFrame() function in cuttlefish::webrtc_streaming::AudioTrackSourceImpl |
D | camera_streamer.cpp | 35 void CameraStreamer::OnFrame(const webrtc::VideoFrame& client_frame) { in OnFrame() function in cuttlefish::webrtc_streaming::CameraStreamer |
D | local_recorder.cpp | 202 void LocalRecorder::Display::OnFrame(const webrtc::VideoFrame& frame) { in OnFrame() function in cuttlefish::webrtc_streaming::LocalRecorder::Display |