Home
last modified time | relevance | path

Searched defs:random_seed (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp9_boolcoder_test.cc50 const int random_seed = 6432; in TEST() local
Dvp8_boolcoder_test.cc77 const int random_seed = 6432; in TEST() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1199 int random_seed() const { return random_seed_; } in random_seed() function in testing::internal::UnitTestImpl
5439 int UnitTest::random_seed() const { return impl_->random_seed(); } in random_seed() function in testing::UnitTest