summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-10-29 12:02:48 -0700
committerAndreas Huber <andih@google.com>2009-10-29 12:02:48 -0700
commitb482ce8837a2d85a2a907d7ea89deaa6610a8333 (patch)
treed290027d3cfb697d0d2abfcccafd5d7337cd5e76 /include
parent10d32a338d5400786e784a0d6f51b53acea76b44 (diff)
downloadframeworks_base-b482ce8837a2d85a2a907d7ea89deaa6610a8333.zip
frameworks_base-b482ce8837a2d85a2a907d7ea89deaa6610a8333.tar.gz
frameworks_base-b482ce8837a2d85a2a907d7ea89deaa6610a8333.tar.bz2
Revive support for video encoding in OMXCodec.
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/OMXCodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/stagefright/OMXCodec.h b/include/media/stagefright/OMXCodec.h
index d0f4f17..7890883 100644
--- a/include/media/stagefright/OMXCodec.h
+++ b/include/media/stagefright/OMXCodec.h
@@ -158,6 +158,8 @@ private:
void setVideoInputFormat(
const char *mime, OMX_U32 width, OMX_U32 height);
+ status_t setupMPEG4EncoderParameters();
+
void setVideoOutputFormat(
const char *mime, OMX_U32 width, OMX_U32 height);