summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/OMXCodec.h
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2015-05-06 14:01:08 -0700
committerLajos Molnar <lajos@google.com>2015-05-07 11:46:15 -0700
commitb2d0b487efd40700199852c9a18b369b1651f15b (patch)
treeabfee9d4cd5df8e4e99d3cb6b5350ef54d543011 /include/media/stagefright/OMXCodec.h
parent70c75d8c15707d5eade38fe3e622f8500c29556b (diff)
downloadframeworks_av-b2d0b487efd40700199852c9a18b369b1651f15b.zip
frameworks_av-b2d0b487efd40700199852c9a18b369b1651f15b.tar.gz
frameworks_av-b2d0b487efd40700199852c9a18b369b1651f15b.tar.bz2
stagefright: move native window helpers into SurfaceUtils
Bug: 20885565 Change-Id: I2ed14be8a7cb08b1ed4ea65cb9286dc1384fe64a
Diffstat (limited to 'include/media/stagefright/OMXCodec.h')
-rw-r--r--include/media/stagefright/OMXCodec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/stagefright/OMXCodec.h b/include/media/stagefright/OMXCodec.h
index 84b1b1a..7fabcb3 100644
--- a/include/media/stagefright/OMXCodec.h
+++ b/include/media/stagefright/OMXCodec.h
@@ -298,7 +298,6 @@ private:
status_t queueBufferToNativeWindow(BufferInfo *info);
status_t cancelBufferToNativeWindow(BufferInfo *info);
BufferInfo* dequeueBufferFromNativeWindow();
- status_t pushBlankBuffersToNativeWindow();
status_t freeBuffersOnPort(
OMX_U32 portIndex, bool onlyThoseWeOwn = false);
@@ -347,7 +346,6 @@ private:
status_t configureCodec(const sp<MetaData> &meta);
- status_t applyRotation();
status_t waitForBufferFilled_l();
int64_t getDecodingTimeUs();