115 VP8_DECODER_CTRL_ID_MAX
122 unsigned char *output,
int count);
151 #define VPX_CTRL_VP8D_GET_LAST_REF_UPDATES
153 #define VPX_CTRL_VP8D_GET_FRAME_CORRUPTED
155 #define VPX_CTRL_VP8D_GET_LAST_REF_USED
157 #define VPX_CTRL_VPXD_SET_DECRYPTOR
159 #define VPX_CTRL_VP8D_SET_DECRYPTOR
161 #define VPX_CTRL_VP9D_GET_DISPLAY_SIZE
163 #define VPX_CTRL_VP9D_GET_BIT_DEPTH
165 #define VPX_CTRL_VP9D_GET_FRAME_SIZE
167 #define VPX_CTRL_VP9_INVERT_TILE_DECODE_ORDER
176 #endif // VPX_VP8DX_H_
vpx_decrypt_init vp8_decrypt_init
A deprecated alias for vpx_decrypt_init.
Definition: vp8dx.h:138
struct vpx_decrypt_init vpx_decrypt_init
Structure to hold decryption state.
void * decrypt_state
Definition: vp8dx.h:133
#define VPX_CTRL_USE_TYPE(id, typ)
vpx_codec_control type definition macro
Definition: vpx_codec.h:423
void(* vpx_decrypt_cb)(void *decrypt_state, const unsigned char *input, unsigned char *output, int count)
Definition: vp8dx.h:121
const struct vpx_codec_iface vpx_codec_iface_t
Codec interface structure.
Definition: vpx_codec.h:173
vpx_decrypt_cb decrypt_cb
Definition: vp8dx.h:130
Structure to hold decryption state.
Definition: vp8dx.h:128
Provides controls common to both the VP8 encoder and decoder.
vp8_dec_control_id
VP8 decoder control functions.
Definition: vp8dx.h:57