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 85 virtual status_t enableGraphicBuffers(
305 status_t MuxOMX::enableGraphicBuffers(
307 return getOMX(node)->enableGraphicBuffers(node, port_index, enable);
ACodec.cpp     [all...]
OMXCodec.cpp     [all...]
  /frameworks/av/include/media/
IOMX.h 94 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 323 status_t OMX::enableGraphicBuffers(
325 return findInstance(node)->enableGraphicBuffers(port_index, enable);
OMXNodeInstance.cpp 432 status_t OMXNodeInstance::enableGraphicBuffers(
435 CLOG_CONFIG(enableGraphicBuffers, "%s:%u, %d", portString(portIndex), portIndex, enable);
    [all...]
  /frameworks/av/media/libmedia/
IOMX.cpp 218 virtual status_t enableGraphicBuffers(
685 status_t err = enableGraphicBuffers(node, port_index, enable);

Completed in 1618 milliseconds