Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp447 mMetadataType[0] = kMetadataBufferTypeInvalid; in OMXNodeInstance()
448 mMetadataType[1] = kMetadataBufferTypeInvalid; in OMXNodeInstance()
1058 negotiatedType = mMetadataType[portIndex]; in storeMetaDataInBuffers_l()
1063 mMetadataType[portIndex] = negotiatedType; in storeMetaDataInBuffers_l()
1439 if (mMetadataType[portIndex] != kMetadataBufferTypeInvalid) { in useGraphicBuffer_l()
1513 if (mMetadataType[portIndex] != kMetadataBufferTypeGrallocSource && in useGraphicBufferWithMetadata_l()
1514 mMetadataType[portIndex] != kMetadataBufferTypeANWBuffer) { in useGraphicBufferWithMetadata_l()
1545 MetadataBufferType metaType = mMetadataType[portIndex]; in updateGraphicBufferInMeta_l()
1588 metadata.eType = mMetadataType[portIndex]; in updateNativeHandleInMeta_l()
1915 if (mMetadataType[portIndex] == kMetadataBufferTypeANWBuffer in storeFenceInMeta_l()
[all …]
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DOMXNodeInstance.h157 MetadataBufferType mMetadataType[2]; member