Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/
DGralloc4.cpp287 status_t decodeMetadata(const MetadataType& metadataType, const hidl_vec<uint8_t>& input, T* output, in decodeMetadata() function
323 status_t err = decodeMetadata(metadataType, input, &tmp, decodeHelper); in decodeOptionalMetadata()
949 return decodeMetadata(MetadataType_BufferId, bufferId, outBufferId, decodeInteger); in decodeBufferId()
957 return decodeMetadata(MetadataType_Name, name, outName, decodeString); in decodeName()
965 return decodeMetadata(MetadataType_Width, width, outWidth, decodeInteger); in decodeWidth()
973 return decodeMetadata(MetadataType_Height, height, outHeight, decodeInteger); in decodeHeight()
981 return decodeMetadata(MetadataType_LayerCount, layerCount, outLayerCount, decodeInteger); in decodeLayerCount()
992 return decodeMetadata(MetadataType_PixelFormatRequested, pixelFormatRequested, in decodePixelFormatRequested()
1002 return decodeMetadata(MetadataType_PixelFormatFourCC, pixelFormatFourCC, outPixelFormatFourCC, in decodePixelFormatFourCC()
1012 …return decodeMetadata(MetadataType_PixelFormatModifier, pixelFormatModifier, outPixelFormatModifie… in decodePixelFormatModifier()
[all …]