summaryrefslogtreecommitdiffstats
path: root/include/media/IOMX.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2013-07-31 13:50:42 -0700
committerAndreas Huber <andih@google.com>2013-08-13 10:11:46 -0700
commita61285dcf1da8a2cf40c499ee3a7b9fc4d74ac58 (patch)
treea360123ee73434ee45608b03a02d8fb6ff431c3b /include/media/IOMX.h
parent1b832c3d8f2b1b24f9bc7025afd2b4a8b4e6c6f9 (diff)
downloadframeworks_av-a61285dcf1da8a2cf40c499ee3a7b9fc4d74ac58.zip
frameworks_av-a61285dcf1da8a2cf40c499ee3a7b9fc4d74ac58.tar.gz
frameworks_av-a61285dcf1da8a2cf40c499ee3a7b9fc4d74ac58.tar.bz2
Optionally repeat the previously submitted frame to the encoder
if no new frame has been delivered by surface flinger within the timeout interval. Change-Id: I282f1b726dfe5646b178d7858d6f5d4f5a264fde
Diffstat (limited to 'include/media/IOMX.h')
-rw-r--r--include/media/IOMX.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/IOMX.h b/include/media/IOMX.h
index 6d116f0..db9093a 100644
--- a/include/media/IOMX.h
+++ b/include/media/IOMX.h
@@ -137,6 +137,7 @@ public:
enum InternalOptionType {
INTERNAL_OPTION_SUSPEND, // data is a bool
+ INTERNAL_OPTION_REPEAT_PREVIOUS_FRAME_DELAY, // data is an int64_t
};
virtual status_t setInternalOption(
node_id node,