diff options
author | Ronghua Wu <ronghuawu@google.com> | 2015-04-06 14:17:24 -0700 |
---|---|---|
committer | Ronghua Wu <ronghuawu@google.com> | 2015-04-10 14:49:44 -0700 |
commit | ed5554fb1c837f6b1008d3910018c979c57da502 (patch) | |
tree | 65ebd5ffd8e905b4756f01a508974464e2b4e5f0 /include | |
parent | 52e88b2986536e83a7a6da63461556b8734a85f3 (diff) | |
download | frameworks_av-ed5554fb1c837f6b1008d3910018c979c57da502.zip frameworks_av-ed5554fb1c837f6b1008d3910018c979c57da502.tar.gz frameworks_av-ed5554fb1c837f6b1008d3910018c979c57da502.tar.bz2 |
libstagefright: handle MediaFormat "operating-rate" key.
Bug: 19620911
Change-Id: I846d3cc10308a13f2ed92bb82ba7e8236d9c67d1
Diffstat (limited to 'include')
-rw-r--r-- | include/media/stagefright/ACodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h index c1483f3..a8d0fcb 100644 --- a/include/media/stagefright/ACodec.h +++ b/include/media/stagefright/ACodec.h @@ -300,6 +300,7 @@ private: OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels); status_t setPriority(int32_t priority); + status_t setOperatingRate(float rateFloat, bool isVideo); status_t setMinBufferSize(OMX_U32 portIndex, size_t size); |