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

/frameworks/av/media/libstagefright/
H A DOMXClient.cpp85 virtual status_t enableGraphicBuffers(
305 status_t MuxOMX::enableGraphicBuffers( function in class:android::MuxOMX
307 return getOMX(node)->enableGraphicBuffers(node, port_index, enable);
H A DACodec.cpp1495 err = mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_FALSE);
3186 return mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_TRUE);
3189 mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_FALSE);
H A DOMXCodec.cpp4200 status_t err = mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_TRUE);
/frameworks/av/include/media/
H A DIOMX.h94 virtual status_t enableGraphicBuffers(
/frameworks/av/media/libstagefright/include/
H A DOMX.h65 virtual status_t enableGraphicBuffers(
H A DOMXNodeInstance.h55 status_t enableGraphicBuffers(OMX_U32 portIndex, OMX_BOOL enable);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp323 status_t OMX::enableGraphicBuffers( function in class:android::OMX
325 return findInstance(node)->enableGraphicBuffers(port_index, enable);
H A DOMXNodeInstance.cpp432 status_t OMXNodeInstance::enableGraphicBuffers( function in class:android::OMXNodeInstance
435 CLOG_CONFIG(enableGraphicBuffers, "%s:%u, %d", portString(portIndex), portIndex, enable);
/frameworks/av/media/libmedia/
H A DIOMX.cpp218 virtual status_t enableGraphicBuffers( function in class:android::BpOMX
685 status_t err = enableGraphicBuffers(node, port_index, enable);

Completed in 1400 milliseconds