Home
last modified time | relevance | path

Searched refs:setSurface (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/media/sfplugin/
DCCodec.h59 virtual status_t setSurface(const sp<Surface> &surface) override;
DCCodecBufferChannel.h85 status_t setSurface(const sp<Surface> &surface);
DCCodec.cpp710 setSurface(surface); in configure()
1285 status_t CCodec::setSurface(const sp<Surface> &surface) { in setSurface() function in android::CCodec
1286 return mChannel->setSurface(surface); in setSurface()
DCCodecBufferChannel.cpp2764 status_t CCodecBufferChannel::setSurface(const sp<Surface> &newSurface) { in setSurface() function in android::CCodecBufferChannel