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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
test_vector_test.cc 53 ::libvpx_test::MD5 md5_res; local
54 md5_res.Add(&img);
55 const char *actual_md5 = md5_res.Get();
external_frame_buffer_test.cc 234 ::libvpx_test::MD5 md5_res; local
235 md5_res.Add(&img);
236 const char *const actual_md5 = md5_res.Get();
  /external/libvpx/libvpx/test/
test_vector_test.cc 71 ::libvpx_test::MD5 md5_res; local
72 md5_res.Add(&img);
73 const char *actual_md5 = md5_res.Get();
vp9_ethread_test.cc 94 ::libvpx_test::MD5 md5_res; local
95 md5_res.Add(img);
96 md5_.push_back(md5_res.Get());
byte_alignment_test.cc 151 ::libvpx_test::MD5 md5_res; local
152 md5_res.Add(&img);
153 const char *const actual_md5 = md5_res.Get();
vp9_skip_loopfilter_test.cc 108 ::libvpx_test::MD5 md5_res; local
109 md5_res.Add(&img);
110 const char *const actual_md5 = md5_res.Get();
external_frame_buffer_test.cc 244 ::libvpx_test::MD5 md5_res; local
245 md5_res.Add(&img);
246 const char *const actual_md5 = md5_res.Get();

Completed in 540 milliseconds