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

Unified Diff: media/gpu/v4l2_video_encode_accelerator.cc

Issue 2781283002: Rename functions in video frame to comply with Style Guide (Closed)
Patch Set: Fixed compilation errors for MAC Created 3 years, 8 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
« no previous file with comments | « media/gpu/v4l2_image_processor.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/v4l2_video_encode_accelerator.cc
diff --git a/media/gpu/v4l2_video_encode_accelerator.cc b/media/gpu/v4l2_video_encode_accelerator.cc
index 7312a237cda640775801d4c12f60a17eff3ec9e4..b09b6420a3f14c576831fb43f7ccf520b578eea7 100644
--- a/media/gpu/v4l2_video_encode_accelerator.cc
+++ b/media/gpu/v4l2_video_encode_accelerator.cc
@@ -767,7 +767,7 @@ bool V4L2VideoEncodeAccelerator::EnqueueInputRecord() {
break;
case V4L2_MEMORY_DMABUF:
- qbuf.m.planes[i].m.fd = frame->dmabuf_fd(i);
+ qbuf.m.planes[i].m.fd = frame->DmabufFd(i);
DCHECK_NE(qbuf.m.planes[i].m.fd, -1);
break;
« no previous file with comments | « media/gpu/v4l2_image_processor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698