Searched refs:mMetadataType (Results 1 – 2 of 2) sorted by relevance
371 mMetadataType[0] = kMetadataBufferTypeInvalid; in OMXNodeInstance()372 mMetadataType[1] = kMetadataBufferTypeInvalid; in OMXNodeInstance()973 negotiatedType = mMetadataType[portIndex]; in storeMetaDataInBuffers_l()978 mMetadataType[portIndex] = negotiatedType; in storeMetaDataInBuffers_l()1162 bool isMetadata = mMetadataType[portIndex] != kMetadataBufferTypeInvalid; in useBuffer_l()1187 if (mMetadataType[portIndex] == kMetadataBufferTypeGrallocSource) { in useBuffer_l()1189 } else if (mMetadataType[portIndex] == kMetadataBufferTypeANWBuffer) { in useBuffer_l()1191 } else if (mMetadataType[portIndex] == kMetadataBufferTypeNativeHandleSource) { in useBuffer_l()1206 (mMetadataType[portIndex] == kMetadataBufferTypeGrallocSource || in useBuffer_l()1207 mMetadataType[portIndex] == kMetadataBufferTypeANWBuffer); in useBuffer_l()[all …]
157 MetadataBufferType mMetadataType[2]; member