OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_decrypt_init
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vpx/
vp8dx.h
81
* before decoding. Takes a
vpx_decrypt_init
, which contains
137
typedef struct
vpx_decrypt_init
{
struct
143
}
vpx_decrypt_init
;
typedef in typeref:struct:vpx_decrypt_init
145
/*!\brief A deprecated alias for
vpx_decrypt_init
.
147
typedef
vpx_decrypt_init
vp8_decrypt_init;
165
VPX_CTRL_USE_TYPE(VPXD_SET_DECRYPTOR,
vpx_decrypt_init
*)
167
VPX_CTRL_USE_TYPE(VP8D_SET_DECRYPTOR,
vpx_decrypt_init
*)
/external/libvpx/libvpx/test/
vp8_decrypt_test.cc
64
vpx_decrypt_init
di = { test_decrypt_cb, &encrypted[0] };
vp9_decrypt_test.cc
64
vpx_decrypt_init
di = { test_decrypt_cb, &encrypted[0] };
/external/libvpx/libvpx/vp8/
vp8_dx_iface.c
759
vpx_decrypt_init
*init = va_arg(args,
vpx_decrypt_init
*);
/external/libvpx/libvpx/vp9/
vp9_dx_iface.c
[
all
...]
Completed in 239 milliseconds