Home
last modified time | relevance | path

Searched refs:negotiatedType (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp929 MetadataBufferType negotiatedType; in storeMetaDataInBuffers_l() local
946 negotiatedType = requestedType; in storeMetaDataInBuffers_l()
953 negotiatedType = in storeMetaDataInBuffers_l()
971 portString(portIndex), portIndex, enable, negotiatedType); in storeMetaDataInBuffers_l()
973 negotiatedType = mMetadataType[portIndex]; in storeMetaDataInBuffers_l()
976 negotiatedType = kMetadataBufferTypeInvalid; in storeMetaDataInBuffers_l()
978 mMetadataType[portIndex] = negotiatedType; in storeMetaDataInBuffers_l()
982 asString(requestedType), requestedType, asString(negotiatedType), negotiatedType); in storeMetaDataInBuffers_l()
985 *type = negotiatedType; in storeMetaDataInBuffers_l()