Searched refs:enableGraphicBuffers (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOMXClient.cpp72 virtual status_t enableGraphicBuffers(
254 status_t MuxOMX::enableGraphicBuffers( function in class:android::MuxOMX
256 return getOMX(node)->enableGraphicBuffers(node, port_index, enable);
H A DACodec.cpp2014 return mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_TRUE);
2017 mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_FALSE);
H A DOMXCodec.cpp4280 status_t err = mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_TRUE);
/frameworks/av/include/media/
H A DIOMX.h85 virtual status_t enableGraphicBuffers(
/frameworks/av/media/libstagefright/include/
H A DOMX.h65 virtual status_t enableGraphicBuffers(
H A DOMXNodeInstance.h54 status_t enableGraphicBuffers(OMX_U32 portIndex, OMX_BOOL enable);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp319 status_t OMX::enableGraphicBuffers( function in class:android::OMX
321 return findInstance(node)->enableGraphicBuffers(port_index, enable);
H A DOMXNodeInstance.cpp277 status_t OMXNodeInstance::enableGraphicBuffers( function in class:android::OMXNodeInstance
/frameworks/av/media/libmedia/
H A DIOMX.cpp212 virtual status_t enableGraphicBuffers( function in class:android::BpOMX
562 status_t err = enableGraphicBuffers(node, port_index, enable);

Completed in 230 milliseconds