Searched refs:getOutputFormat (Results 1 – 14 of 14) sorted by relevance
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()338 EXPECT_EQ(codec->getOutputFormat(ix, &ofmt), OK); in TEST_P()
208 int Writeback::getOutputFormat() { in getOutputFormat() function in overlay::Writeback270 utils::getFormatString(sWb->getOutputFormat())); in getDump()
90 int getOutputFormat();
88 int getOutputFormat();
204 int Writeback::getOutputFormat() { in getOutputFormat() function in overlay::Writeback
190 int format = ovutils::getHALFormat(wb->getOutputFormat()); in prepare()
1786 whf.format = wb->getOutputFormat(); in configureSplit()
194 int format = ovutils::getHALFormat(wb->getOutputFormat()); in prepare()
2120 whf.format = wb->getOutputFormat(); in configureSplit()
215 int format = ovutils::getHALFormat(wb->getOutputFormat()); in prepare()
1781 whf.format = wb->getOutputFormat(); in configureSplit()
1296 mTestContext->mViVVid.codec->getOutputFormat(&newFormat); in ViVEncode()