Searched refs:ofmt (Results 1 – 1 of 1) sorted by relevance
41 ofmt(new AMessage) { in MediaCodecSanityTest()57 sp<AMessage> ofmt; member in android::MediaCodecSanityTest217 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 …]