Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/tests/
DMediaCodec_sanity_test.cpp41 ofmt(new AMessage) { in MediaCodecSanityTest()
57 sp<AMessage> ofmt; member in android::MediaCodecSanityTest
217 EXPECT_EQ(codec->getOutputFormat(&ofmt), OK); in TEST_F()
219 ASSERT_TRUE(ofmt->findBuffer("hdr-static-info", &oinfo)); in TEST_F()
256 EXPECT_EQ(codec->getOutputFormat(ix, &ofmt), OK); in TEST_F()
257 ASSERT_TRUE(ofmt->findBuffer("hdr-static-info", &oinfo)); in TEST_F()
276 EXPECT_EQ(codec->getOutputFormat(&ofmt), OK); in TEST_F()
278 ASSERT_TRUE(ofmt->findBuffer("hdr-static-info", &oinfo)); in TEST_F()
300 EXPECT_EQ(codec->getOutputFormat(&ofmt), OK); in TEST_P()
302 EXPECT_TRUE(ofmt->findInt32("color-format", &ocolor)); in TEST_P()
[all …]