HomeSort by relevance Sort by last modified time
    Searched full:enablegraphicbuffers (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/
OMXClient.cpp 72 virtual status_t enableGraphicBuffers(
254 status_t MuxOMX::enableGraphicBuffers(
256 return getOMX(node)->enableGraphicBuffers(node, port_index, enable);
ACodec.cpp     [all...]
OMXCodec.cpp     [all...]
  /frameworks/av/media/libstagefright/include/
OMXNodeInstance.h 54 status_t enableGraphicBuffers(OMX_U32 portIndex, OMX_BOOL enable);
OMX.h 65 virtual status_t enableGraphicBuffers(
  /frameworks/av/include/media/
IOMX.h 85 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 277 status_t OMXNodeInstance::enableGraphicBuffers(
  /frameworks/av/media/libmedia/
IOMX.cpp 212 virtual status_t enableGraphicBuffers(
562 status_t err = enableGraphicBuffers(node, port_index, enable);

Completed in 238 milliseconds