Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/tests/
DMediaCodec_sanity_test.cpp116 const int32_t InputSize = GetParam(); in TEST_P() local
117 if (InputSize >= 0) { in TEST_P()
118 cfg->setInt32("max-input-size", InputSize); in TEST_P()
125 if (InputSize > 0) { in TEST_P()
126 EXPECT_EQ(maxInputSize, InputSize); in TEST_P()
145 const int32_t InputSize = GetParam(); in TEST_P() local
146 if (InputSize >= 0) { in TEST_P()
147 cfg->setInt32("max-input-size", InputSize); in TEST_P()
154 if (InputSize > 0) { in TEST_P()
155 EXPECT_EQ(maxInputSize, InputSize); in TEST_P()
[all …]