Searched refs:ifmt (Results 1 – 1 of 1) sorted by relevance
40 ifmt(new AMessage), in MediaCodecSanityTest()56 sp<AMessage> ifmt; member in android::MediaCodecSanityTest122 EXPECT_EQ(codec->getInputFormat(&ifmt), OK); in TEST_P()124 ASSERT_TRUE(ifmt->findInt32("max-input-size", &maxInputSize)); in TEST_P()151 EXPECT_EQ(codec->getInputFormat(&ifmt), OK); in TEST_P()153 ASSERT_TRUE(ifmt->findInt32("max-input-size", &maxInputSize)); in TEST_P()180 EXPECT_EQ(codec->getInputFormat(&ifmt), OK); in TEST_P()183 ASSERT_TRUE(ifmt->findInt32("max-input-size", &maxInputSize)); in TEST_P()186 if (ifmt->findInt32("max-input-size", &maxInputSize)) { in TEST_P()