OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:enableGraphicBuffers
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/
OMXClient.cpp
76
virtual status_t
enableGraphicBuffers
(
282
status_t MuxOMX::
enableGraphicBuffers
(
284
return getOMX(node)->
enableGraphicBuffers
(node, port_index, enable);
/frameworks/av/media/libstagefright/omx/
OMX.cpp
319
status_t OMX::
enableGraphicBuffers
(
321
return findInstance(node)->
enableGraphicBuffers
(port_index, enable);
OMXNodeInstance.cpp
313
status_t OMXNodeInstance::
enableGraphicBuffers
(
/frameworks/av/media/libmedia/
IOMX.cpp
217
virtual status_t
enableGraphicBuffers
(
665
status_t err =
enableGraphicBuffers
(node, port_index, enable);
Completed in 64 milliseconds