Home
last modified time | relevance | path

Searched refs:vpx_decrypt_init (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvp8dx.h140 typedef struct vpx_decrypt_init { struct
146 } vpx_decrypt_init; typedef
150 typedef vpx_decrypt_init vp8_decrypt_init;
168 VPX_CTRL_USE_TYPE(VPXD_SET_DECRYPTOR, vpx_decrypt_init *)
170 VPX_CTRL_USE_TYPE(VP8D_SET_DECRYPTOR, vpx_decrypt_init *)
/external/libvpx/libvpx/test/
Dvp9_decrypt_test.cc62 vpx_decrypt_init di = { test_decrypt_cb, &encrypted[0] }; in TEST()
Dvp8_decrypt_test.cc62 vpx_decrypt_init di = { test_decrypt_cb, &encrypted[0] }; in TEST()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c619 vpx_decrypt_init *init = va_arg(args, vpx_decrypt_init *); in vp8_set_decryptor()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c972 vpx_decrypt_init *init = va_arg(args, vpx_decrypt_init *); in ctrl_set_decryptor()