Home
last modified time | relevance | path

Searched refs:setInputSurface (Results 1 – 9 of 9) sorted by relevance

/hardware/google/av/media/sfplugin/
DC2OMXNode.h59 status_t setInputSurface(
DCCodec.h94 void setInputSurface(const sp<PersistentSurface> &surface);
DCCodecBufferChannel.h92 status_t setInputSurface(const std::shared_ptr<InputSurfaceWrapper> &surface);
DC2OMXNode.cpp163 status_t C2OMXNode::setInputSurface(const sp<IOMXBufferSource> &bufferSource) { in setInputSurface() function in android::C2OMXNode
DCCodec.cpp1008 status_t err = mChannel->setInputSurface(surface); in setupInputSurface()
1032 void CCodec::setInputSurface(const sp<PersistentSurface> &surface) { in setInputSurface() function in android::CCodec
1543 setInputSurface(surface); in onMessageReceived()
DCCodecBufferChannel.cpp1600 status_t CCodecBufferChannel::setInputSurface( in setInputSurface() function in android::CCodecBufferChannel
/hardware/interfaces/media/omx/1.0/
DIOmxBufferSource.hal25 * IOmxNode instance. Use IOmxNode::setInputSurface() to attach an
DIOmxNode.hal206 setInputSurface(
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp1149 status = omxNode->setInputSurface(buffersource); in TEST_F()