Home
last modified time | relevance | path

Searched refs:callCodec (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h659 status_t handleSetSurface(const sp<Surface> &surface, bool callCodec, bool onShutdown = false);
/frameworks/av/media/libstagefright/
DMediaCodec.cpp6766 status_t MediaCodec::handleSetSurface(const sp<Surface> &surface, bool callCodec, bool onShutDown) { in handleSetSurface() argument
6776 if (err == OK && callCodec) { in handleSetSurface()