summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRonghua Wu <ronghuawu@google.com>2015-03-16 16:37:29 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-16 16:37:30 +0000
commiteb0ee0e842d3b8294aa6c0b797eaf7aff3fd2f89 (patch)
tree3a9991c2d7409caac8fca5747ea8cd1b6be83265 /include
parentbd321b6ed912c492331216180b8677ee58c1eebd (diff)
parent8b806ea894ca098366629458bfdd1df4866afcdf (diff)
downloadframeworks_av-eb0ee0e842d3b8294aa6c0b797eaf7aff3fd2f89.zip
frameworks_av-eb0ee0e842d3b8294aa6c0b797eaf7aff3fd2f89.tar.gz
frameworks_av-eb0ee0e842d3b8294aa6c0b797eaf7aff3fd2f89.tar.bz2
Merge "libstagefright: handle MediaFormat "priority" key."
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);