Searched refs:test_decrypt_cb (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libvpx/test/ |
H A D | vp8_decrypt_test.cc | 34 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, uint8_t *output, in test_decrypt_cb() function 62 vpx_decrypt_init di = { test_decrypt_cb, &encrypted[0] }; in TEST()
|
H A D | vp9_decrypt_test.cc | 34 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, uint8_t *output, in test_decrypt_cb() function 62 vpx_decrypt_init di = { test_decrypt_cb, &encrypted[0] }; in TEST()
|
H A D | vp8_boolcoder_test.cc | 43 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, uint8_t *output, in test_decrypt_cb() function 102 vp8dx_start_decode(&br, bw_buffer, kBufferSize, test_decrypt_cb, in TEST()
|