Home
last modified time | relevance | path

Searched refs:OnEncodeStarted (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/video/
Dframe_encode_metadata_writer_unittest.cc100 encode_timer.OnEncodeStarted(frame); in GetTimingFrames()
220 encode_timer.OnEncodeStarted(frame); in TEST()
302 encode_timer.OnEncodeStarted(frame); in TEST()
312 encode_timer.OnEncodeStarted(frame); in TEST()
322 encode_timer.OnEncodeStarted(frame); in TEST()
331 encode_timer.OnEncodeStarted(frame); in TEST()
355 encode_timer.OnEncodeStarted(frame); in TEST()
380 encode_timer.OnEncodeStarted(frame); in TEST()
406 encode_timer.OnEncodeStarted(frame); in TEST()
432 encode_timer.OnEncodeStarted(frame); in TEST()
[all …]
Dframe_encode_metadata_writer.h36 void OnEncodeStarted(const VideoFrame& frame);
Dframe_encode_metadata_writer.cc83 void FrameEncodeMetadataWriter::OnEncodeStarted(const VideoFrame& frame) { in OnEncodeStarted() function in webrtc::FrameEncodeMetadataWriter
Dvideo_stream_encoder.cc1435 stream_resource_manager_.OnEncodeStarted(out_frame, time_when_posted_us); in EncodeVideoFrame()
1449 frame_encode_metadata_writer_.OnEncodeStarted(out_frame); in EncodeVideoFrame()
/external/webrtc/video/adaptation/
Dencode_usage_resource.h48 void OnEncodeStarted(const VideoFrame& cropped_frame,
Dencode_usage_resource.cc70 void EncodeUsageResource::OnEncodeStarted(const VideoFrame& cropped_frame, in OnEncodeStarted() function in webrtc::EncodeUsageResource
Dvideo_stream_encoder_resource_manager.h111 void OnEncodeStarted(const VideoFrame& cropped_frame,
Dvideo_stream_encoder_resource_manager.cc459 void VideoStreamEncoderResourceManager::OnEncodeStarted( in OnEncodeStarted() function in webrtc::VideoStreamEncoderResourceManager
463 encode_usage_resource_->OnEncodeStarted(cropped_frame, in OnEncodeStarted()