Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8dx.h87 typedef struct vp8_decrypt_init { struct
95 } vp8_decrypt_init; argument
108 VPX_CTRL_USE_TYPE(VP8D_SET_DECRYPTOR, vp8_decrypt_init *)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp8_decrypt_test.cc65 vp8_decrypt_init di = { test_decrypt_cb, &encrypted[0] }; in TEST()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c888 vp8_decrypt_init *init = va_arg(args, vp8_decrypt_init *); in vp8_set_decryptor()