Searched refs:decrypt_cb (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | dboolhuff.c | 17 vp8_decrypt_cb *decrypt_cb, in vp8dx_start_decode() argument 25 br->decrypt_cb = decrypt_cb; in vp8dx_start_decode() 49 if (br->decrypt_cb) { in vp8dx_bool_decoder_fill() 51 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n); in vp8dx_bool_decoder_fill()
|
D | dboolhuff.h | 48 vp8_decrypt_cb *decrypt_cb; member 57 vp8_decrypt_cb *decrypt_cb,
|
D | onyxd_int.h | 129 vp8_decrypt_cb *decrypt_cb; member
|
D | decodeframe.c | 750 if (pbi->decrypt_cb) in read_partition_size() 752 pbi->decrypt_cb(pbi->decrypt_state, cx_size, temp, 3); in read_partition_size() 886 pbi->decrypt_cb, pbi->decrypt_state)) in setup_token_decoder() 1011 if (pbi->decrypt_cb) in vp8_decode_frame() 1015 pbi->decrypt_cb(pbi->decrypt_state, data, clear_buffer, n); in vp8_decode_frame() 1078 pbi->decrypt_cb, pbi->decrypt_state)) in vp8_decode_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 67 vp8_decrypt_cb *decrypt_cb; member 102 ctx->priv->alg_priv->decrypt_cb = NULL; in vp8_init_ctx() 196 vp8_decrypt_cb *decrypt_cb, in vp8_peek_si_internal() argument 215 if (decrypt_cb) in vp8_peek_si_internal() 218 decrypt_cb(decrypt_state, data, clear_buffer, n); in vp8_peek_si_internal() 379 &ctx->si, ctx->decrypt_cb, ctx->decrypt_state); in vp8_decode() 455 ctx->yv12_frame_buffers.pbi[0]->decrypt_cb = ctx->decrypt_cb; in vp8_decode() 892 ctx->decrypt_cb = init->decrypt_cb; in vp8_set_decryptor() 897 ctx->decrypt_cb = NULL; in vp8_set_decryptor()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vp8dx.h | 91 void (*decrypt_cb)(void *decrypt_state, const unsigned char *input, member
|