Searched refs:DecodeOneFrame (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
H A Dexternal_frame_buffer_test.cc310 vpx_codec_err_t DecodeOneFrame() { function in class:__anon11732::ExternalFrameBufferTest
421 ASSERT_EQ(VPX_CODEC_OK, DecodeOneFrame());
430 ASSERT_EQ(VPX_CODEC_OK, DecodeOneFrame());
439 ASSERT_EQ(VPX_CODEC_MEM_ERROR, DecodeOneFrame());
447 ASSERT_EQ(VPX_CODEC_MEM_ERROR, DecodeOneFrame());
465 ASSERT_EQ(VPX_CODEC_OK, DecodeOneFrame());
H A Dbyte_alignment_test.cc84 vpx_codec_err_t DecodeOneFrame(int byte_alignment_to_check) { function in class:__anon11716::ByteAlignmentTest
165 ASSERT_EQ(VPX_CODEC_OK, DecodeOneFrame(byte_alignments[i]));
H A Dvp9_skip_loopfilter_test.cc57 vpx_codec_err_t DecodeOneFrame() { function in class:__anon11783::SkipLoopFilterTest
168 ASSERT_EQ(VPX_CODEC_OK, skip_loop_filter.DecodeOneFrame());

Completed in 90 milliseconds