Home
last modified time | relevance | path

Searched refs:decrypt_state (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddboolhuff.c18 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()
Ddboolhuff.h38 typedef void (vp8_decrypt_cb)(void *decrypt_state, const unsigned char *input,
49 void *decrypt_state; member
58 void *decrypt_state);
Donyxd_int.h130 void *decrypt_state; member
Ddecodeframe.c752 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/
Dvp8dx.h91 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/
Dvp8_decrypt_test.cc36 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()
Dvp8_boolcoder_test.cc44 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/
Dvp8_dx_iface.c68 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()