summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRonghua Wu <ronghuawu@google.com>2015-03-09 16:26:30 -0700
committerRonghua Wu <ronghuawu@google.com>2015-03-12 11:37:39 -0700
commit8b806ea894ca098366629458bfdd1df4866afcdf (patch)
treeb5816f654ec122ac699cefe481c36bfc2db6e125 /include
parent2129895bac582be50d3fe067bd5cf5a088863b3a (diff)
downloadframeworks_av-8b806ea894ca098366629458bfdd1df4866afcdf.zip
frameworks_av-8b806ea894ca098366629458bfdd1df4866afcdf.tar.gz
frameworks_av-8b806ea894ca098366629458bfdd1df4866afcdf.tar.bz2
libstagefright: handle MediaFormat "priority" key.
Bug: 19620911 Change-Id: I73675c7cc3d742b9a1a98d6c0f48dcf17557e2ad
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/ACodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index 442c861..aa91485 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -299,6 +299,8 @@ private:
status_t setupRawAudioFormat(
OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels);
+ status_t setPriority(int32_t priority);
+
status_t setMinBufferSize(OMX_U32 portIndex, size_t size);
status_t setupMPEG4EncoderParameters(const sp<AMessage> &msg);