Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DMediaCodec.h380 status_t connectToSurface(const sp<Surface> &surface);
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1793 err = connectToSurface(surface); in onMessageReceived()
2682 status_t MediaCodec::connectToSurface(const sp<Surface> &surface) { in connectToSurface() function in android::MediaCodec
2742 err = connectToSurface(surface); in handleSetSurface()