Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/
DGralloc4.cpp961 return encodeMetadata(MetadataType_Width, width, outWidth, encodeInteger); in encodeWidth()
965 return decodeMetadata(MetadataType_Width, width, outWidth, decodeInteger); in decodeWidth()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h57 static const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType MetadataType_Width = { variable
/frameworks/native/libs/ui/
DGralloc4.cpp542 return get(bufferHandle, gralloc4::MetadataType_Width, gralloc4::decodeWidth, outWidth); in getWidth()