Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A 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()
256 EXPECT_EQ(codec->getOutputFormat(ix, &ofmt), OK); in TEST_F()
276 EXPECT_EQ(codec->getOutputFormat(&ofmt), OK); in TEST_F()
300 EXPECT_EQ(codec->getOutputFormat(&ofmt), OK); in TEST_P()
302 EXPECT_TRUE(ofmt->findInt32("color-format", &ocolor)); in TEST_P()
338 EXPECT_EQ(codec->getOutputFormat(ix, &ofmt), OK); in TEST_P()
343 ASSERT_TRUE(ofmt->findBuffer("image-data", &imgBuf)); in TEST_P()
358 ofmt->findInt32("stride", &stride) || ofmt->findInt32("width", &stride); in TEST_P()
[all …]