Searched refs:getGraphicBufferUsage (Results 1 - 9 of 9) sorted by relevance
/frameworks/av/media/libstagefright/ |
H A D | OMXClient.cpp | 75 virtual status_t getGraphicBufferUsage( 259 status_t MuxOMX::getGraphicBufferUsage( function in class:android::MuxOMX 261 return getOMX(node)->getGraphicBufferUsage(node, port_index, usage);
|
H A D | ACodec.cpp | 516 err = mOMX->getGraphicBufferUsage(mNode, kPortIndexOutput, &usage);
|
H A D | OMXCodec.cpp | 1704 err = mOMX->getGraphicBufferUsage(mNode, kPortIndexOutput, &usage);
|
/frameworks/av/include/media/ |
H A D | IOMX.h | 88 virtual status_t getGraphicBufferUsage(
|
/frameworks/av/media/libstagefright/include/ |
H A D | OMX.h | 68 virtual status_t getGraphicBufferUsage(
|
H A D | OMXNodeInstance.h | 56 status_t getGraphicBufferUsage(OMX_U32 portIndex, OMX_U32* usage);
|
/frameworks/av/media/libstagefright/omx/ |
H A D | OMX.cpp | 321 status_t OMX::getGraphicBufferUsage( function in class:android::OMX 323 return findInstance(node)->getGraphicBufferUsage(port_index, usage);
|
H A D | OMXNodeInstance.cpp | 314 status_t OMXNodeInstance::getGraphicBufferUsage( function in class:android::OMXNodeInstance
|
/frameworks/av/media/libmedia/ |
H A D | IOMX.cpp | 225 virtual status_t getGraphicBufferUsage( function in class:android::BpOMX 576 status_t err = getGraphicBufferUsage(node, port_index, &usage);
|
Completed in 215 milliseconds