Searched refs:interlaced (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 1051 status_t encodeInterlaced(const ExtendableType& interlaced, hidl_vec<uint8_t>* outInterlaced) { in encodeInterlaced() argument 1052 return encodeMetadata(MetadataType_Interlaced, interlaced, outInterlaced, encodeExtendableType); in encodeInterlaced() 1055 status_t decodeInterlaced(const hidl_vec<uint8_t>& interlaced, ExtendableType* outInterlaced) { in decodeInterlaced() argument 1056 return decodeMetadata(MetadataType_Interlaced, interlaced, outInterlaced, decodeExtendableType, in decodeInterlaced() 1217 bool isStandardInterlaced(const ExtendableType& interlaced) { in isStandardInterlaced() argument 1218 return !std::strncmp(interlaced.name.c_str(), GRALLOC4_STANDARD_INTERLACED, in isStandardInterlaced() 1219 interlaced.name.size()); in isStandardInterlaced() 1240 Interlaced getStandardInterlacedValue(const ExtendableType& interlaced) { in getStandardInterlacedValue() argument 1241 return static_cast<Interlaced>(interlaced.value); in getStandardInterlacedValue() 1267 std::string getInterlacedName(const ExtendableType& interlaced) { in getInterlacedName() argument [all …]
|
/frameworks/native/libs/ui/ |
D | Gralloc4.cpp | 554 ExtendableType interlaced; in getInterlaced() local 555 status_t error = getInterlaced(bufferHandle, &interlaced); in getInterlaced() 559 if (!gralloc4::isStandardInterlaced(interlaced)) { in getInterlaced() 562 *outInterlaced = gralloc4::getStandardInterlacedValue(interlaced); in getInterlaced() 744 ExtendableType interlaced; in getDefaultInterlaced() local 745 status_t error = getDefaultInterlaced(width, height, format, layerCount, usage, &interlaced); in getDefaultInterlaced() 749 if (!gralloc4::isStandardInterlaced(interlaced)) { in getDefaultInterlaced() 752 *outInterlaced = gralloc4::getStandardInterlacedValue(interlaced); in getDefaultInterlaced() 847 ExtendableType interlaced; in bufferDumpHelper() local 911 gralloc4::decodeInterlaced, &interlaced); in bufferDumpHelper() [all …]
|
/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 489 …laced(const aidl::android::hardware::graphics::common::ExtendableType& interlaced, android::hardwa… 490 status_t decodeInterlaced(const android::hardware::hidl_vec<uint8_t>& interlaced, aidl::android::ha… 586 const aidl::android::hardware::graphics::common::ExtendableType& interlaced); 597 const aidl::android::hardware::graphics::common::ExtendableType& interlaced); 610 const aidl::android::hardware::graphics::common::ExtendableType& interlaced);
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 529 ExtendableType compression, interlaced, chromaSiting; in TEST_F() local 549 ASSERT_NE(NO_ERROR, gralloc4::decodeInterlaced(vec, &interlaced)); in TEST_F()
|
/frameworks/av/media/libstagefright/foundation/ |
D | avc_utils.cpp | 625 unsigned interlaced __unused = br.getBits(1); in ExtractDimensionsFromVOLHeader()
|