summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/OMXCodec.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2012-03-30 13:02:09 -0700
committerAndreas Huber <andih@google.com>2012-04-02 15:18:44 -0700
commit69829f3bd09ee4e6be49fee8795c5df24c4da70e (patch)
treeea8e438b08c8bbd6f50bae88a0528280728f643c /include/media/stagefright/OMXCodec.h
parentdeeb1282621f3177ad667360b40eef8e4fedb298 (diff)
downloadframeworks_av-69829f3bd09ee4e6be49fee8795c5df24c4da70e.zip
frameworks_av-69829f3bd09ee4e6be49fee8795c5df24c4da70e.tar.gz
frameworks_av-69829f3bd09ee4e6be49fee8795c5df24c4da70e.tar.bz2
Add a few more APIs to MediaCodecList.
Change-Id: I5ac193cd40c82bbcd87c1e55003b78102e8d4674
Diffstat (limited to 'include/media/stagefright/OMXCodec.h')
-rw-r--r--include/media/stagefright/OMXCodec.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/media/stagefright/OMXCodec.h b/include/media/stagefright/OMXCodec.h
index 7d51dee..bf054ac 100644
--- a/include/media/stagefright/OMXCodec.h
+++ b/include/media/stagefright/OMXCodec.h
@@ -384,6 +384,11 @@ status_t QueryCodecs(
const char *mimeType, bool queryDecoders,
Vector<CodecCapabilities> *results);
+status_t QueryCodec(
+ const sp<IOMX> &omx,
+ const char *componentName, const char *mime,
+ bool isEncoder,
+ CodecCapabilities *caps);
} // namespace android