HomeSort by relevance Sort by last modified time
    Searched refs:kMetadataBufferTypeGraphicBuffer (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/media/hardware/
MetadataBufferType.h 86 * kMetadataBufferTypeGraphicBuffer is used to indicate that
92 * contains a GraphicBuffer (kMetadataBufferTypeGraphicBuffer)
98 * | kMetadataBufferTypeGraphicBuffer | sizeof(GraphicBuffer *) |
101 kMetadataBufferTypeGraphicBuffer = 2,
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 269 } else if (type == kMetadataBufferTypeGraphicBuffer) {
668 const OMX_U32 type = kMetadataBufferTypeGraphicBuffer;
SoftVideoEncoderOMXComponent.cpp 485 bool usingGraphicBuffer = bufferType == kMetadataBufferTypeGraphicBuffer;

Completed in 83 milliseconds