Searched defs:enableGraphicBuffers (Results 1 - 4 of 4) 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);
/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);
/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);

Completed in 38 milliseconds