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

Unified Diff: content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h

Issue 1132683004: MJPEG acceleration for video capture, browser part (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mjpeg-2-gpu
Patch Set: rebase Created 5 years, 6 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: content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h
diff --git a/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h b/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h
index 1682a167f16d8a1ec8c211ff9a760875c70c4569..d10cb4fb87a69a8a35ce902a1b5e8a40912e954f 100644
--- a/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h
+++ b/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h
@@ -26,8 +26,9 @@ class GpuChannelHost;
class GpuJpegDecodeAcceleratorHost : public media::JpegDecodeAccelerator,
public base::NonThreadSafe {
public:
- // GpuJpegDecoder owns |this| and |channel|. And GpuJpegDecoder delete |this|
- // before |channel|. So |this| is guaranteed not to outlive |channel|.
+ // VideoCaptureGpuJpegDecoder owns |this| and |channel|. And
+ // VideoCaptureGpuJpegDecoder delete |this| before |channel|. So |this| is
+ // guaranteed not to outlive |channel|.
GpuJpegDecodeAcceleratorHost(
GpuChannelHost* channel,
int32 route_id,
« no previous file with comments | « content/browser/renderer_host/media/video_capture_gpu_jpeg_decoder.cc ('k') | content/common/gpu/gpu_process_launch_causes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698