Home
last modified time | relevance | path

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

/aosp12/frameworks/native/headers/media_plugin/media/hardware/
H A DMetadataBufferType.h137 kMetadataBufferTypeInvalid = -1, enumerator
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DOMXUtils.h61 case kMetadataBufferTypeInvalid: return "Invalid";
/aosp12/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp447 mMetadataType[0] = kMetadataBufferTypeInvalid; in OMXNodeInstance()
448 mMetadataType[1] = kMetadataBufferTypeInvalid; in OMXNodeInstance()
1003 *type = kMetadataBufferTypeInvalid; in storeMetaDataInBuffers_l()
1061 negotiatedType = kMetadataBufferTypeInvalid; in storeMetaDataInBuffers_l()
1247 bool isMetadata = mMetadataType[portIndex] != kMetadataBufferTypeInvalid; in useBuffer_l()
1439 if (mMetadataType[portIndex] != kMetadataBufferTypeInvalid) { in useGraphicBuffer_l()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp2082 if (mMetaDataStoredInVideoBuffers != kMetadataBufferTypeInvalid) { in setupVideoEncoder()
2460 mMetaDataStoredInVideoBuffers = kMetadataBufferTypeInvalid; in reset()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp845 && storeMeta != kMetadataBufferTypeInvalid) { in configure()
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp1778 && storeMeta != kMetadataBufferTypeInvalid) { in configureCodec()