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

  /external/libvpx/libvpx/test/
altref_test.cc 24 AltRefTest() : EncoderTest(GET_PARAM(0)), altref_count_(0) {}
33 altref_count_ = 0;
45 if (pkt->data.frame.flags & VPX_FRAME_IS_INVISIBLE) ++altref_count_;
48 int altref_count() const { return altref_count_; }
51 int altref_count_; member in class:__anon17861::AltRefTest
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
altref_test.cc 24 AltRefTest() : EncoderTest(GET_PARAM(0)), altref_count_(0) {}
33 altref_count_ = 0;
45 if (pkt->data.frame.flags & VPX_FRAME_IS_INVISIBLE) ++altref_count_;
48 int altref_count() const { return altref_count_; }
51 int altref_count_; member in class:__anon31370::AltRefTest

Completed in 52 milliseconds