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

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vp8_decrypt_test.cc 29 void encrypt_buffer(const uint8_t *src, uint8_t *dst, size_t size, function in namespace:__anon16651
38 encrypt_buffer(input, output, count,
63 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0);
vp9_decrypt_test.cc 29 void encrypt_buffer(const uint8_t *src, uint8_t *dst, size_t size, function in namespace:__anon16654
38 encrypt_buffer(input, output, count,
63 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0);
vp8_boolcoder_test.cc 38 void encrypt_buffer(uint8_t *buffer, size_t size) { function in namespace:__anon16650
97 encrypt_buffer(bw_buffer, kBufferSize);
  /external/libvpx/libvpx/test/
vp8_decrypt_test.cc 29 void encrypt_buffer(const uint8_t *src, uint8_t *dst, size_t size, function in namespace:__anon28604
38 encrypt_buffer(input, output, count,
64 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0);
vp8_boolcoder_test.cc 38 void encrypt_buffer(uint8_t *buffer, size_t size) { function in namespace:__anon28603
98 encrypt_buffer(bw_buffer, buffer_size);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp8_decrypt_test.cc 29 void encrypt_buffer(const uint8_t *src, uint8_t *dst, size_t size, function in namespace:__anon39695
38 encrypt_buffer(input, output, count,
64 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0);
vp8_boolcoder_test.cc 38 void encrypt_buffer(uint8_t *buffer, size_t size) { function in namespace:__anon39694
98 encrypt_buffer(bw_buffer, buffer_size);

Completed in 649 milliseconds