Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(737)

Unified Diff: media/gpu/ipc/client/gpu_video_encode_accelerator_host.h

Issue 1996453003: RTC Video Encoder: Use capturer timestamp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/gpu/ipc/client/gpu_video_encode_accelerator_host.h
diff --git a/media/gpu/ipc/client/gpu_video_encode_accelerator_host.h b/media/gpu/ipc/client/gpu_video_encode_accelerator_host.h
index c7365fa8ef0160bdf69fa96d45297212d9c49d55..caecf715752a368e097c81a0c13375d035eb5e70 100644
--- a/media/gpu/ipc/client/gpu_video_encode_accelerator_host.h
+++ b/media/gpu/ipc/client/gpu_video_encode_accelerator_host.h
@@ -95,7 +95,8 @@ class GpuVideoEncodeAcceleratorHost
void OnNotifyInputDone(int32_t frame_id);
void OnBitstreamBufferReady(int32_t bitstream_buffer_id,
uint32_t payload_size,
- bool key_frame);
+ bool key_frame,
+ base::TimeDelta timestamp);
void OnNotifyError(Error error);
scoped_refptr<gpu::GpuChannelHost> channel_;
« no previous file with comments | « media/gpu/android_video_encode_accelerator.cc ('k') | media/gpu/ipc/client/gpu_video_encode_accelerator_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698