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

Unified Diff: media/filters/omx_video_decode_engine.h

Issue 2781010: 1. support stop mode for omx (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: merge with async stop check-in Created 10 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
« no previous file with comments | « no previous file | media/filters/omx_video_decode_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/omx_video_decode_engine.h
diff --git a/media/filters/omx_video_decode_engine.h b/media/filters/omx_video_decode_engine.h
index d1c561963a22491fc1fca641c089cab933a8f9d3..83480d0e3766f3ae5dc7284fa58a9d2f291d43ed 100644
--- a/media/filters/omx_video_decode_engine.h
+++ b/media/filters/omx_video_decode_engine.h
@@ -75,6 +75,7 @@ class OmxVideoDecodeEngine :
kClientInitializing,
kClientRunning,
kClientStopping,
+ kClientStopped,
kClientPausing,
kClientFlushing,
kClientError,
« no previous file with comments | « no previous file | media/filters/omx_video_decode_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698