HomeSort by relevance Sort by last modified time
    Searched refs:enableGraphicBuffers (Results 1 - 9 of 9) 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);
ACodec.cpp     [all...]
OMXCodec.cpp     [all...]
  /frameworks/av/media/libstagefright/include/
OMX.h 65 virtual status_t enableGraphicBuffers(
OMXNodeInstance.h 55 status_t enableGraphicBuffers(OMX_U32 portIndex, OMX_BOOL enable);
  /frameworks/av/include/media/
IOMX.h 90 virtual status_t enableGraphicBuffers(
  /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 533 milliseconds