Searched refs:setInputSurface (Results 1 – 9 of 9) sorted by relevance
59 status_t setInputSurface(
94 void setInputSurface(const sp<PersistentSurface> &surface);
92 status_t setInputSurface(const std::shared_ptr<InputSurfaceWrapper> &surface);
163 status_t C2OMXNode::setInputSurface(const sp<IOMXBufferSource> &bufferSource) { in setInputSurface() function in android::C2OMXNode
1008 status_t err = mChannel->setInputSurface(surface); in setupInputSurface()1032 void CCodec::setInputSurface(const sp<PersistentSurface> &surface) { in setInputSurface() function in android::CCodec1543 setInputSurface(surface); in onMessageReceived()
1600 status_t CCodecBufferChannel::setInputSurface( in setInputSurface() function in android::CCodecBufferChannel
25 * IOmxNode instance. Use IOmxNode::setInputSurface() to attach an
206 setInputSurface(
1149 status = omxNode->setInputSurface(buffersource); in TEST_F()