Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dacm_random.h24 explicit ACMRandom(int seed) : random_(seed) {} in ACMRandom()
26 void Reset(int seed) { in Reset()
Dvideo_source.h146 : rnd_(seed), in rnd_() argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Ddecode_with_partial_drops.c204 unsigned int seed; in main() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.cpp515 Track::Track(unsigned int* seed) in Track()
802 VideoTrack::VideoTrack(unsigned int* seed) in VideoTrack()
910 AudioTrack::AudioTrack(unsigned int* seed) in AudioTrack()
1177 void Chapter::Init(unsigned int* seed) { in Init()
1372 Chapter* Chapters::AddChapter(unsigned int* seed) { in AddChapter()
Dmkvmuxerutil.cpp677 mkvmuxer::uint64 mkvmuxer::MakeUID(unsigned int* seed) { in MakeUID()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c130 static unsigned int murmur(const void *key, int len, unsigned int seed) { in murmur()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp208 uint16 crc_16_l_step_nv12 (uint16 seed, const void *buf_ptr, in crc_16_l_step_nv12()