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 72 virtual status_t enableGraphicBuffers(
260 status_t MuxOMX::enableGraphicBuffers(
262 return getOMX(node)->enableGraphicBuffers(node, port_index, enable);
ACodec.cpp     [all...]
OMXCodec.cpp     [all...]
  /frameworks/av/include/media/
IOMX.h 86 virtual status_t enableGraphicBuffers(
  /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/media/libstagefright/omx/
OMX.cpp 319 status_t OMX::enableGraphicBuffers(
321 return findInstance(node)->enableGraphicBuffers(port_index, enable);
OMXNodeInstance.cpp 292 status_t OMXNodeInstance::enableGraphicBuffers(
  /frameworks/av/media/libmedia/
IOMX.cpp 214 virtual status_t enableGraphicBuffers(
603 status_t err = enableGraphicBuffers(node, port_index, enable);

Completed in 1911 milliseconds