MCPcopy Create free account
hub / github.com/AOMediaCodec/libavif / TEST

Function TEST

tests/gtest/avifchangesettingtest.cc:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109TEST(ChangeSettingTest, AOM) {
110 // Test if changes to AV1 encode settings are detected.
111 TestEncodeDecode(AVIF_CODEC_CHOICE_AOM, {{"end-usage", "cbr"}}, true, false);
112
113 // Test if changes to codec specific options are detected.
114 TestEncodeDecode(AVIF_CODEC_CHOICE_AOM, {}, true, true);
115}
116
117TEST(ChangeSettingTest, RAV1E) {
118 TestEncodeDecode(AVIF_CODEC_CHOICE_RAV1E, {}, false, false);

Callers

nothing calls this directly

Calls 8

TestEncodeDecodeFunction · 0.85
avifCodecNameFunction · 0.85
CreateImageFunction · 0.85
FillImageGradientFunction · 0.85
avifEncoderCreateFunction · 0.85
avifEncoderAddImageFunction · 0.85
FillImagePlainFunction · 0.85
EncodeAnimationFunction · 0.70

Tested by

no test coverage detected