Searched refs:decodeExtendableType (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 435 status_t decodeExtendableType(InputHidlVec* input, ExtendableType* output) { in decodeExtendableType() function 643 status_t err = decodeExtendableType(input, &output->type); in decodePlaneLayoutComponent() 1047 … return decodeMetadata(MetadataType_Compression, compression, outCompression, decodeExtendableType, in decodeCompression() 1056 return decodeMetadata(MetadataType_Interlaced, interlaced, outInterlaced, decodeExtendableType, in decodeInterlaced() 1065 …turn decodeMetadata(MetadataType_ChromaSiting, chromaSiting, outChromaSiting, decodeExtendableType, in decodeChromaSiting()
|