/external/libvpx/libvpx/test/ |
vp8_decrypt_test.cc | 34 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, uint8_t *output, function in namespace:__anon26051 62 vpx_decrypt_init di = { test_decrypt_cb, &encrypted[0] };
|
vp9_decrypt_test.cc | 34 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, uint8_t *output, function in namespace:__anon26060 62 vpx_decrypt_init di = { test_decrypt_cb, &encrypted[0] };
|
vp8_boolcoder_test.cc | 43 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, uint8_t *output, function in namespace:__anon26050 99 vp8dx_start_decode(&br, bw_buffer, kBufferSize, test_decrypt_cb,
|