Searched defs:enableGraphicBuffers (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOMXClient.cpp85 virtual status_t enableGraphicBuffers(
313 status_t MuxOMX::enableGraphicBuffers( function in class:android::MuxOMX
315 return getOMX(node)->enableGraphicBuffers(node, port_index, enable);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp335 status_t OMX::enableGraphicBuffers( function in class:android::OMX
337 return findInstance(node)->enableGraphicBuffers(port_index, enable);
H A DOMXNodeInstance.cpp456 status_t OMXNodeInstance::enableGraphicBuffers( function in class:android::OMXNodeInstance
459 CLOG_CONFIG(enableGraphicBuffers, "%s:%u, %d", portString(portIndex), portIndex, enable);
/frameworks/av/media/libmedia/
H A DIOMX.cpp220 virtual status_t enableGraphicBuffers( function in class:android::BpOMX
759 status_t err = enableGraphicBuffers(node, port_index, enable);

Completed in 2060 milliseconds