OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_decrypt_init
(Results
1 - 4
of
4
) sorted by null
/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/libvpx/libvpx/vpx/
vp8dx.h
147
typedef vpx_decrypt_init
vp8_decrypt_init
;
typedef
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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/vp8/
vp8_dx_iface.c
888
vp8_decrypt_init
*init = va_arg(args,
vp8_decrypt_init
*);
Completed in 53 milliseconds