HomeSort by relevance Sort by last modified time
    Searched full:vp8_decrypt_init (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vpx/
vp8dx.h 71 * before decoding. Takes a vp8_decrypt_init, which contains
86 typedef struct vp8_decrypt_init { struct
94 } vp8_decrypt_init; typedef in typeref:struct:vp8_decrypt_init
107 VPX_CTRL_USE_TYPE(VP8D_SET_DECRYPTOR, vp8_decrypt_init *)
  /external/libvpx/libvpx/test/
vp8_decrypt_test.cc 65 vp8_decrypt_init di = { test_decrypt_cb, &encrypted[0] };
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 880 vp8_decrypt_init *init = va_arg(args, vp8_decrypt_init *);

Completed in 66 milliseconds