Searched refs:describeStandard (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | Mapper.cpp | 587 MetadataTypeDescription describeStandard(StandardMetadataType meta, bool isGettable, bool isSettabl… in describeStandard() function 599 describeStandard(StandardMetadataType::BUFFER_ID, true, false ), in listSupportedMetadataTypes() 600 describeStandard(StandardMetadataType::NAME, true, false ), in listSupportedMetadataTypes() 601 describeStandard(StandardMetadataType::WIDTH, true, false ), in listSupportedMetadataTypes() 602 describeStandard(StandardMetadataType::STRIDE, true, false ), in listSupportedMetadataTypes() 603 describeStandard(StandardMetadataType::HEIGHT, true, false ), in listSupportedMetadataTypes() 604 describeStandard(StandardMetadataType::LAYER_COUNT, true, false ), in listSupportedMetadataTypes() 605 describeStandard(StandardMetadataType::PIXEL_FORMAT_REQUESTED, true, false ), in listSupportedMetadataTypes() 606 describeStandard(StandardMetadataType::PIXEL_FORMAT_FOURCC, true, false ), in listSupportedMetadataTypes() 607 describeStandard(StandardMetadataType::PIXEL_FORMAT_MODIFIER, true, false ), in listSupportedMetadataTypes() [all …]
|