Searched refs:ExtendableType (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 149 static const aidl::android::hardware::graphics::common::ExtendableType Compression_None = 153 static const aidl::android::hardware::graphics::common::ExtendableType 165 static const aidl::android::hardware::graphics::common::ExtendableType Interlaced_None = 169 static const aidl::android::hardware::graphics::common::ExtendableType Interlaced_TopBottom = 173 static const aidl::android::hardware::graphics::common::ExtendableType Interlaced_RightLeft = 183 static const aidl::android::hardware::graphics::common::ExtendableType ChromaSiting_None = 187 static const aidl::android::hardware::graphics::common::ExtendableType ChromaSiting_Unknown = 191 static const aidl::android::hardware::graphics::common::ExtendableType 197 static const aidl::android::hardware::graphics::common::ExtendableType 209 static const aidl::android::hardware::graphics::common::ExtendableType PlaneLayoutComponentType_Y = [all …]
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 35 using aidl::android::hardware::graphics::common::ExtendableType; 421 status_t encodeExtendableType(const ExtendableType& input, OutputHidlVec* output) { in encodeExtendableType() 435 status_t decodeExtendableType(InputHidlVec* input, ExtendableType* output) { in decodeExtendableType() 449 void clearExtendableType(ExtendableType* output) { in clearExtendableType() 1042 status_t encodeCompression(const ExtendableType& compression, hidl_vec<uint8_t>* outCompression) { in encodeCompression() 1046 status_t decodeCompression(const hidl_vec<uint8_t>& compression, ExtendableType* outCompression) { in decodeCompression() 1051 status_t encodeInterlaced(const ExtendableType& interlaced, hidl_vec<uint8_t>* outInterlaced) { in encodeInterlaced() 1055 status_t decodeInterlaced(const hidl_vec<uint8_t>& interlaced, ExtendableType* outInterlaced) { in decodeInterlaced() 1060 status_t encodeChromaSiting(const ExtendableType& chromaSiting, hidl_vec<uint8_t>* outChromaSiting)… in encodeChromaSiting() 1064 status_t decodeChromaSiting(const hidl_vec<uint8_t>& chromaSiting, ExtendableType* outChromaSiting)… in decodeChromaSiting() [all …]
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 35 using aidl::android::hardware::graphics::common::ExtendableType; 264 class Gralloc4TestCompression : public testing::TestWithParam<ExtendableType> { }; 269 ExtendableType{"", 0}, 270 ExtendableType{"vendor.mycompanyname.graphics.common.Compression", 0xFF}, 271 …ExtendableType{"vendor.mycompanyname.graphics.common.Compression", std::numeric_limits<int64_t>::m… 277 class Gralloc4TestInterlaced : public testing::TestWithParam<ExtendableType> { }; 283 ExtendableType{"", 0}, 284 ExtendableType{"vendor.mycompanyname.graphics.common.Interlaced", 0xFF}, 285 …ExtendableType{"vendor.mycompanyname.graphics.common.Interlaced", std::numeric_limits<int64_t>::ma… 291 class Gralloc4TestChromaSiting : public testing::TestWithParam<ExtendableType> { }; [all …]
|
/frameworks/native/libs/gralloc/types/fuzzer/ |
D | gralloctypes.cpp | 69 …GRALLOCTYPES_DECODE(aidl::android::hardware::graphics::common::ExtendableType, ::android::gralloc4… 70 …GRALLOCTYPES_DECODE(aidl::android::hardware::graphics::common::ExtendableType, ::android::gralloc4… 71 …GRALLOCTYPES_DECODE(aidl::android::hardware::graphics::common::ExtendableType, ::android::gralloc4…
|
/frameworks/native/libs/ui/include/ui/ |
D | Gralloc.h | 129 aidl::android::hardware::graphics::common::ExtendableType* /*outCompression*/) const { in getCompression() argument 138 aidl::android::hardware::graphics::common::ExtendableType* /*outInterlaced*/) const { in getInterlaced() argument 147 aidl::android::hardware::graphics::common::ExtendableType* /*outChromaSiting*/) const { in getChromaSiting() argument
|
D | GraphicBufferMapper.h | 144 aidl::android::hardware::graphics::common::ExtendableType* outCompression); 148 aidl::android::hardware::graphics::common::ExtendableType* outInterlaced); 152 aidl::android::hardware::graphics::common::ExtendableType* outChromaSiting);
|
D | Gralloc5.h | 98 aidl::android::hardware::graphics::common::ExtendableType 105 aidl::android::hardware::graphics::common::ExtendableType 112 aidl::android::hardware::graphics::common::ExtendableType
|
D | Gralloc4.h | 88 aidl::android::hardware::graphics::common::ExtendableType* 93 aidl::android::hardware::graphics::common::ExtendableType* outInterlaced) 98 aidl::android::hardware::graphics::common::ExtendableType*
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBufferMapper.h | 144 aidl::android::hardware::graphics::common::ExtendableType* outCompression); 148 aidl::android::hardware::graphics::common::ExtendableType* outInterlaced); 152 aidl::android::hardware::graphics::common::ExtendableType* outChromaSiting);
|
/frameworks/native/libs/ui/ |
D | Gralloc4.cpp | 41 using aidl::android::hardware::graphics::common::ExtendableType; 590 ExtendableType* outCompression) const { in getCompression() 600 ExtendableType compression; in getCompression() 613 ExtendableType* outInterlaced) const { in getInterlaced() 623 ExtendableType interlaced; in getInterlaced() 636 ExtendableType* outChromaSiting) const { in getChromaSiting() 646 ExtendableType chromaSiting; in getChromaSiting() 798 ExtendableType compression; in bufferDumpHelper() 799 ExtendableType interlaced; in bufferDumpHelper() 800 ExtendableType chromaSiting; in bufferDumpHelper()
|
D | Gralloc5.cpp | 254 ExtendableType type; in allocate() 338 ExtendableType compression; 339 ExtendableType interlaced; 340 ExtendableType chromaSiting; 855 aidl::android::hardware::graphics::common::ExtendableType *outCompression) const { in getCompression() 879 aidl::android::hardware::graphics::common::ExtendableType *outInterlaced) const { in getInterlaced() 893 ExtendableType interlaced; in getInterlaced() 907 aidl::android::hardware::graphics::common::ExtendableType *outChromaSiting) const { in getChromaSiting() 921 ExtendableType chromaSiting; in getChromaSiting()
|
D | GraphicBufferMapper.cpp | 281 aidl::android::hardware::graphics::common::ExtendableType* outCompression) { in getCompression() 292 aidl::android::hardware::graphics::common::ExtendableType* outInterlaced) { in getInterlaced() 303 aidl::android::hardware::graphics::common::ExtendableType* outChromaSiting) { in getChromaSiting()
|