Home
last modified time | relevance | path

Searched refs:decrypt_cb (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddboolhuff.c17 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()
Ddboolhuff.h48 vp8_decrypt_cb *decrypt_cb; member
57 vp8_decrypt_cb *decrypt_cb,
Donyxd_int.h129 vp8_decrypt_cb *decrypt_cb; member
Ddecodeframe.c750 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/
Dvp8_dx_iface.c67 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/
Dvp8dx.h91 void (*decrypt_cb)(void *decrypt_state, const unsigned char *input, member