Searched defs:OnEncodedFrame (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/video/ | ||
D | encoder_overshoot_detector.cc | 55 void EncoderOvershootDetector::OnEncodedFrame(size_t bytes, int64_t time_ms) { in OnEncodedFrame() function in webrtc::EncoderOvershootDetector |
D | encoder_bitrate_adjuster.cc | 316 void EncoderBitrateAdjuster::OnEncodedFrame(DataSize size, in OnEncodedFrame() function in webrtc::EncoderBitrateAdjuster |
D | video_stream_buffer_controller_unittest.cc | 168 void OnEncodedFrame(std::unique_ptr<EncodedFrame> frame) override { in OnEncodedFrame() function in webrtc::VideoStreamBufferControllerFixture |
D | video_receive_stream2.cc | 784 void VideoReceiveStream2::OnEncodedFrame(std::unique_ptr<EncodedFrame> frame) { in OnEncodedFrame() function in webrtc::internal::VideoReceiveStream2 |
/external/webrtc/sdk/android/src/jni/ | ||
D | video_encoder_wrapper.cc | 257 void VideoEncoderWrapper::OnEncodedFrame( in OnEncodedFrame() function in webrtc::jni::VideoEncoderWrapper |