Searched refs:graphic (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOMXClient.cpp97 node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable);
371 node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable) {
372 return getOMX(node)->enableNativeBuffers(node, port_index, graphic, enable);
370 enableNativeBuffers( node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable) argument
/frameworks/av/include/media/
H A DIOMX.h104 node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable) = 0;
/frameworks/av/media/libstagefright/include/
H A DOMX.h68 node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable);
H A DOMXNodeInstance.h55 status_t enableNativeBuffers(OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable);
244 // Updates the graphic buffer handle in the metadata buffer for |buffer| and |header| to
/frameworks/av/media/libmedia/
H A DIOMX.cpp231 node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable) {
236 data.writeInt32((uint32_t)graphic);
845 OMX_BOOL graphic = (OMX_BOOL)data.readInt32(); local
848 status_t err = enableNativeBuffers(node, port_index, graphic, enable);
230 enableNativeBuffers( node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable) argument
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp394 node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable) {
401 return instance->enableNativeBuffers(port_index, graphic, enable);
393 enableNativeBuffers( node_id node, OMX_U32 port_index, OMX_BOOL graphic, OMX_BOOL enable) argument
H A DOMXNodeInstance.cpp450 OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable) {
453 graphic ? ", graphic" : "", enable);
455 graphic ? "OMX.google.android.index.enableAndroidNativeBuffers"
470 if (!graphic) {
480 if (!graphic) {
965 // Retrieve the width and height of the graphic buffer, set when the
449 enableNativeBuffers( OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable) argument

Completed in 33 milliseconds