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

  /external/libvpx/libvpx/vpx/
vp8dx.h 69 * before decoding. Takes a vp8_decrypt_init, which contains
87 typedef struct vp8_decrypt_init { struct
95 } vp8_decrypt_init; typedef in typeref:struct:vp8_decrypt_init
108 VPX_CTRL_USE_TYPE(VP8D_SET_DECRYPTOR, vp8_decrypt_init *)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8dx.h 69 * before decoding. Takes a vp8_decrypt_init, which contains
87 typedef struct vp8_decrypt_init { struct
95 } vp8_decrypt_init; typedef in typeref:struct:vp8_decrypt_init
108 VPX_CTRL_USE_TYPE(VP8D_SET_DECRYPTOR, vp8_decrypt_init *)
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vp8dx.h 104 typedef vpx_decrypt_init vp8_decrypt_init; typedef
  /external/libvpx/libvpx/test/
vp8_decrypt_test.cc 65 vp8_decrypt_init di = { test_decrypt_cb, &encrypted[0] };
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 *);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 888 vp8_decrypt_init *init = va_arg(args, vp8_decrypt_init *);

Completed in 536 milliseconds