Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h149 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/
DGralloc4.cpp35 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/
DGralloc4_test.cpp35 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},
271ExtendableType{"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},
285ExtendableType{"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/
Dgralloctypes.cpp69 …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/
DGralloc.h129 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
DGraphicBufferMapper.h144 aidl::android::hardware::graphics::common::ExtendableType* outCompression);
148 aidl::android::hardware::graphics::common::ExtendableType* outInterlaced);
152 aidl::android::hardware::graphics::common::ExtendableType* outChromaSiting);
DGralloc5.h98 aidl::android::hardware::graphics::common::ExtendableType
105 aidl::android::hardware::graphics::common::ExtendableType
112 aidl::android::hardware::graphics::common::ExtendableType
DGralloc4.h88 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/
DGraphicBufferMapper.h144 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/
DGralloc4.cpp41 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()
DGralloc5.cpp254 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()
DGraphicBufferMapper.cpp281 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()