Home
last modified time | relevance | path

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

/aosp_15_r20/external/libultrahdr/benchmark/
H A Dbenchmark_test.cpp87 std::vector<TestParamsDecodeAPI> testParamsDecodeAPI; variable
490 testParamsDecodeAPI.push_back({uhdrFile, UHDR_CT_HLG, UHDR_IMG_FMT_32bppRGBA1010102, false}); in addTestVectors()
491 testParamsDecodeAPI.push_back({uhdrFile, UHDR_CT_PQ, UHDR_IMG_FMT_32bppRGBA1010102, false}); in addTestVectors()
492 testParamsDecodeAPI.push_back( in addTestVectors()
494 testParamsDecodeAPI.push_back({uhdrFile, UHDR_CT_HLG, UHDR_IMG_FMT_32bppRGBA1010102, true}); in addTestVectors()
495 testParamsDecodeAPI.push_back({uhdrFile, UHDR_CT_PQ, UHDR_IMG_FMT_32bppRGBA1010102, true}); in addTestVectors()
496 testParamsDecodeAPI.push_back( in addTestVectors()
498 testParamsDecodeAPI.push_back({uhdrFile, UHDR_CT_SRGB, UHDR_IMG_FMT_32bppRGBA8888, false}); in addTestVectors()
533 for (auto& param : testParamsDecodeAPI) { in registerBenchmarks()