summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/ACodec.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/ACodec.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/ACodec.h')
-rw-r--r--include/media/stagefright/ACodec.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index cdb923d..0a54df9 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -236,9 +236,6 @@ private:
status_t freeBuffer(OMX_U32 portIndex, size_t i);
status_t handleSetSurface(const sp<Surface> &surface);
- status_t setNativeWindowSizeFormatAndUsage(
- ANativeWindow *nativeWindow /* nonnull */,
- int width, int height, int format, int rotation, int usage);
status_t setupNativeWindowSizeFormatAndUsage(ANativeWindow *nativeWindow /* nonnull */);
status_t configureOutputBuffersFromNativeWindow(
@@ -332,8 +329,6 @@ private:
status_t initNativeWindow();
- status_t pushBlankBuffersToNativeWindow();
-
// Returns true iff all buffers on the given port have status
// OWNED_BY_US or OWNED_BY_NATIVE_WINDOW.
bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);