summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-12-02 10:04:24 -0800
committerSteve Kondik <steve@cyngn.com>2015-12-02 10:04:24 -0800
commit53f30099f701ef110ad7f16c4bec0c26eff9457a (patch)
treec9234632ef4fbb3a00c6b7361e544cc52ff9811a /include/media
parentf474d172dd6796e85f5a8b0ae4e28b946e0415cd (diff)
downloadframeworks_av-53f30099f701ef110ad7f16c4bec0c26eff9457a.zip
frameworks_av-53f30099f701ef110ad7f16c4bec0c26eff9457a.tar.gz
frameworks_av-53f30099f701ef110ad7f16c4bec0c26eff9457a.tar.bz2
stagefright: More HW codec support w/ FFMPEGExtractor
* Support QC DiVX codec Change-Id: I5591b4544a8f92a7cc309b45a8de009f572217b7
Diffstat (limited to 'include/media')
-rw-r--r--include/media/stagefright/FFMPEGSoftCodec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/media/stagefright/FFMPEGSoftCodec.h b/include/media/stagefright/FFMPEGSoftCodec.h
index 2f31e72..30dafb8 100644
--- a/include/media/stagefright/FFMPEGSoftCodec.h
+++ b/include/media/stagefright/FFMPEGSoftCodec.h
@@ -128,6 +128,10 @@ private:
const sp<AMessage> &msg, sp<IOMX> OMXhandle,
IOMX::node_id nodeID);
+ static status_t setQCDIVXFormat(
+ const sp<AMessage> &msg, const char* mime,
+ sp<IOMX> OMXhandle, IOMX::node_id nodeID, int port_index);
+
};
}