Home
last modified time | relevance | path

Searched refs:test_decrypt_cb (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libvpx/test/
H A Dvp8_decrypt_test.cc34 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 Dvp9_decrypt_test.cc34 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 Dvp8_boolcoder_test.cc43 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()