Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h417 status_t connectToSurface(const sp<Surface> &surface);
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2619 err = connectToSurface(surface); in onMessageReceived()
3526 status_t MediaCodec::connectToSurface(const sp<Surface> &surface) { in connectToSurface() function in android::MediaCodec
3590 err = connectToSurface(surface); in handleSetSurface()