Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/tests/
DMediaCodec_sanity_test.cpp40 ifmt(new AMessage), in MediaCodecSanityTest()
56 sp<AMessage> ifmt; member in android::MediaCodecSanityTest
122 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()