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

/external/libvpx/libvpx/test/
H A Dexternal_frame_buffer_test.cc318 vpx_codec_err_t DecodeOneFrame() { function in class:__anon9392::ExternalFrameBufferTest
432 ASSERT_EQ(VPX_CODEC_OK, DecodeOneFrame());
441 ASSERT_EQ(VPX_CODEC_OK, DecodeOneFrame());
450 ASSERT_EQ(VPX_CODEC_MEM_ERROR, DecodeOneFrame());
459 ASSERT_EQ(VPX_CODEC_MEM_ERROR, DecodeOneFrame());
477 ASSERT_EQ(VPX_CODEC_OK, DecodeOneFrame());
H A Dbyte_alignment_test.cc88 vpx_codec_err_t DecodeOneFrame(int byte_alignment_to_check) { function in class:__anon9379::ByteAlignmentTest
171 ASSERT_EQ(VPX_CODEC_OK, DecodeOneFrame(byte_alignments[i]));
H A Dvp9_skip_loopfilter_test.cc62 vpx_codec_err_t DecodeOneFrame() { function in class:__anon9437::SkipLoopFilterTest
174 ASSERT_EQ(VPX_CODEC_OK, skip_loop_filter.DecodeOneFrame());

Completed in 104 milliseconds