Searched defs:negotiatedType (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
H A DIOMX.cpp352 int negotiatedType = reply.readInt32(); local
354 *type = (MetadataBufferType)negotiatedType;
411 int negotiatedType = reply.readInt32(); local
413 *type = (MetadataBufferType)negotiatedType;
445 int negotiatedType = reply.readInt32(); local
447 *type = (MetadataBufferType)negotiatedType;
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp551 MetadataBufferType negotiatedType; local
568 negotiatedType = requestedType;
575 negotiatedType =
590 portString(portIndex), portIndex, enable, negotiatedType);
592 negotiatedType = mMetadataType[portIndex];
595 negotiatedType = kMetadataBufferTypeInvalid;
597 mMetadataType[portIndex] = negotiatedType;
601 asString(requestedType), requestedType, asString(negotiatedType), negotiatedType);
604 *type = negotiatedType;
[all...]

Completed in 24 milliseconds