Home
last modified time | relevance | path

Searched refs:decodeUint32 (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/gralloc/types/fuzzer/
H A Dgralloctypes.cpp82 GRALLOCTYPES_DECODE_VENDOR_HELPER(uint32_t, ::android::gralloc4::decodeUint32),
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_mgr.cpp1622 android::gralloc4::decodeUint32(qtigralloc::MetadataType_VideoPerfMode, in, in SetMetadata()
1640 android::gralloc4::decodeUint32(qtigralloc::MetadataType_LinearFormat, in, in SetMetadata()
1644 android::gralloc4::decodeUint32(qtigralloc::MetadataType_SingleBufferMode, in, in SetMetadata()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_buf_mgr.cpp1575 android::gralloc4::decodeUint32(qtigralloc::MetadataType_VideoPerfMode, in, in SetMetadata()
1593 android::gralloc4::decodeUint32(qtigralloc::MetadataType_LinearFormat, in, in SetMetadata()
1597 android::gralloc4::decodeUint32(qtigralloc::MetadataType_SingleBufferMode, in, in SetMetadata()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h336 status_t decodeUint32(
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp144 …_FATAL_FAILURE(testHelperMetadataType(GetParam(), gralloc4::encodeUint32, gralloc4::decodeUint32)); in TEST_P()
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1142 status_t decodeUint32(const MetadataType& metadataType, const hidl_vec<uint8_t>& input, in decodeUint32() function