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

Unified Diff: content/common/gpu/media/vaapi_video_decode_accelerator.h

Issue 10853005: VAVDA: Fix locking. (Closed) Base URL: https://git.chromium.org/git/chromium/src@master
Patch Set: Created 8 years, 4 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/media/vaapi_video_decode_accelerator.h
diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.h b/content/common/gpu/media/vaapi_video_decode_accelerator.h
index 64a94d885780931bffef989a19b05b458006a200..a5abed4807302ff548146910b85cbdfcf4ff9349 100644
--- a/content/common/gpu/media/vaapi_video_decode_accelerator.h
+++ b/content/common/gpu/media/vaapi_video_decode_accelerator.h
@@ -77,6 +77,7 @@ class CONTENT_EXPORT VaapiVideoDecodeAccelerator :
// Signal the client that the current buffer has been read and can be
// returned. Will also release the mapping.
+ void ReturnCurrInputBufferLocked();
void ReturnCurrInputBuffer();
// Get and set up one or more output buffers in the decoder. This will sleep

Powered by Google App Engine
This is Rietveld 408576698