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

  /frameworks/av/media/libmedia/
IOMX.cpp 322 int negotiatedType = reply.readInt32();
324 *type = (MetadataBufferType)negotiatedType;
381 int negotiatedType = reply.readInt32();
383 *type = (MetadataBufferType)negotiatedType;
413 int negotiatedType = reply.readInt32();
415 *type = (MetadataBufferType)negotiatedType;
    [all...]
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 530 MetadataBufferType negotiatedType;
543 negotiatedType = kMetadataBufferTypeANWBuffer;
550 negotiatedType = kMetadataBufferTypeGrallocSource;
563 portString(portIndex), portIndex, enable, negotiatedType);
565 negotiatedType = mMetadataType[portIndex];
568 negotiatedType = kMetadataBufferTypeInvalid;
570 mMetadataType[portIndex] = negotiatedType;
573 portString(portIndex), portIndex, asString(negotiatedType), negotiatedType);
576 *type = negotiatedType;
    [all...]

Completed in 156 milliseconds