HomeSort by relevance Sort by last modified time
    Searched refs:DecodeRemainingFrames (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/test/
vp9_skip_loopfilter_test.cc 67 vpx_codec_err_t DecodeRemainingFrames() {
126 ASSERT_EQ(VPX_CODEC_OK, skip_loop_filter.DecodeRemainingFrames());
136 ASSERT_EQ(VPX_CODEC_OK, skip_loop_filter.DecodeRemainingFrames());
146 ASSERT_EQ(VPX_CODEC_OK, skip_loop_filter.DecodeRemainingFrames());
157 ASSERT_EQ(VPX_CODEC_OK, skip_loop_filter.DecodeRemainingFrames());
170 ASSERT_EQ(VPX_CODEC_OK, skip_loop_filter.DecodeRemainingFrames());
byte_alignment_test.cc 92 vpx_codec_err_t DecodeRemainingFrames(int byte_alignment_to_check) {
168 ASSERT_EQ(VPX_CODEC_OK, DecodeRemainingFrames(byte_alignments[0]));
175 ASSERT_EQ(VPX_CODEC_OK, DecodeRemainingFrames(t.byte_alignment));
external_frame_buffer_test.cc 318 vpx_codec_err_t DecodeRemainingFrames() {
398 ASSERT_EQ(VPX_CODEC_OK, DecodeRemainingFrames());
410 ASSERT_EQ(VPX_CODEC_OK, DecodeRemainingFrames());
422 ASSERT_EQ(VPX_CODEC_MEM_ERROR, DecodeRemainingFrames());
431 ASSERT_EQ(VPX_CODEC_MEM_ERROR, DecodeRemainingFrames());

Completed in 547 milliseconds