Home
last modified time | relevance | path

Searched refs:enableNativeBuffers (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/
DOMXClient.cpp96 virtual status_t enableNativeBuffers(
370 status_t MuxOMX::enableNativeBuffers( in enableNativeBuffers() function in android::MuxOMX
372 return getOMX(node)->enableNativeBuffers(node, port_index, graphic, enable); in enableNativeBuffers()
DACodec.cpp1868 err = mOMX->enableNativeBuffers( in configureCodec()
2089 err = mOMX->enableNativeBuffers( in configureCodec()
4416 return mOMX->enableNativeBuffers(mNode, kPortIndexOutput, OMX_TRUE /* graphic */, OMX_TRUE); in initNativeWindow()
4419 mOMX->enableNativeBuffers(mNode, kPortIndexOutput, OMX_TRUE /* graphic */, OMX_FALSE); in initNativeWindow()
/frameworks/av/media/libstagefright/include/
DOMX.h67 virtual status_t enableNativeBuffers(
DOMXNodeInstance.h55 status_t enableNativeBuffers(OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable);
/frameworks/av/include/media/
DIOMX.h103 virtual status_t enableNativeBuffers(
/frameworks/av/media/libstagefright/omx/
DOMX.cpp393 status_t OMX::enableNativeBuffers( in enableNativeBuffers() function in android::OMX
401 return instance->enableNativeBuffers(port_index, graphic, enable); in enableNativeBuffers()
DOMXNodeInstance.cpp449 status_t OMXNodeInstance::enableNativeBuffers( in enableNativeBuffers() function in android::OMXNodeInstance
452 CLOG_CONFIG(enableNativeBuffers, "%s:%u%s, %d", portString(portIndex), portIndex, in enableNativeBuffers()
486 CLOG_CONFIG(enableNativeBuffers, "system property override: using native-handles"); in enableNativeBuffers()
/frameworks/av/media/libmedia/
DIOMX.cpp230 virtual status_t enableNativeBuffers( in enableNativeBuffers() function in android::BpOMX
848 status_t err = enableNativeBuffers(node, port_index, graphic, enable); in onTransact()