Searched refs:decrypt_state (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | dboolhuff.c | 18 void *decrypt_state) in vp8dx_start_decode() argument 26 br->decrypt_state = decrypt_state; in vp8dx_start_decode() 51 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n); in vp8dx_bool_decoder_fill()
|
D | dboolhuff.h | 38 typedef void (vp8_decrypt_cb)(void *decrypt_state, const unsigned char *input, 49 void *decrypt_state; member 58 void *decrypt_state);
|
D | onyxd_int.h | 130 void *decrypt_state; member
|
D | decodeframe.c | 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() 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/vpx/ |
D | vp8dx.h | 91 void (*decrypt_cb)(void *decrypt_state, const unsigned char *input, 94 void *decrypt_state; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | vp8_decrypt_test.cc | 36 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, in test_decrypt_cb() argument 39 input - reinterpret_cast<uint8_t *>(decrypt_state)); in test_decrypt_cb()
|
D | vp8_boolcoder_test.cc | 44 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, in test_decrypt_cb() argument 46 const size_t offset = input - reinterpret_cast<uint8_t*>(decrypt_state); in test_decrypt_cb()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 68 void *decrypt_state; member 103 ctx->priv->alg_priv->decrypt_state = NULL; in vp8_init_ctx() 197 void *decrypt_state) in vp8_peek_si_internal() argument 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() 456 ctx->yv12_frame_buffers.pbi[0]->decrypt_state = ctx->decrypt_state; in vp8_decode() 893 ctx->decrypt_state = init->decrypt_state; in vp8_set_decryptor() 898 ctx->decrypt_state = NULL; in vp8_set_decryptor()
|