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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvp8dx.h88 /** Decrypt n bytes of data from input -> output, using the decrypt_state
91 void (*decrypt_cb)(void *decrypt_state, const unsigned char *input,
94 void *decrypt_state; member in struct:vp8_decrypt_init
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddboolhuff.c18 void *decrypt_state)
26 br->decrypt_state = decrypt_state;
51 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n);
14 vp8dx_start_decode(BOOL_DECODER *br, const unsigned char *source, unsigned int source_sz, vp8_decrypt_cb *decrypt_cb, void *decrypt_state) argument
H A Ddboolhuff.h35 /*Decrypt n bytes of data from input -> output, using the decrypt_state
38 typedef void (vp8_decrypt_cb)(void *decrypt_state, const unsigned char *input,
49 void *decrypt_state; member in struct:__anon536
58 void *decrypt_state);
H A Donyxd_int.h130 void *decrypt_state; member in struct:VP8D_COMP
H A Ddecodeframe.c752 pbi->decrypt_cb(pbi->decrypt_state, cx_size, temp, 3);
886 pbi->decrypt_cb, pbi->decrypt_state))
1015 pbi->decrypt_cb(pbi->decrypt_state, data, clear_buffer, n);
1078 pbi->decrypt_cb, pbi->decrypt_state))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp8_decrypt_test.cc20 // In a real use the 'decrypt_state' parameter will be a pointer to a struct
22 // xor with a constant key, and decrypt_state will point to the start of
36 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, argument
39 input - reinterpret_cast<uint8_t *>(decrypt_state));
H A Dvp8_boolcoder_test.cc29 // In a real use the 'decrypt_state' parameter will be a pointer to a struct
31 // xor with a constant key, and decrypt_state will point to the start of
44 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, argument
46 const size_t offset = input - reinterpret_cast<uint8_t*>(decrypt_state);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_dx_iface.c68 void *decrypt_state; member in struct:vpx_codec_alg_priv
103 ctx->priv->alg_priv->decrypt_state = NULL;
197 void *decrypt_state)
218 decrypt_cb(decrypt_state, data, clear_buffer, n);
379 &ctx->si, ctx->decrypt_cb, ctx->decrypt_state);
456 ctx->yv12_frame_buffers.pbi[0]->decrypt_state = ctx->decrypt_state;
893 ctx->decrypt_state = init->decrypt_state;
898 ctx->decrypt_state
193 vp8_peek_si_internal(const uint8_t *data, unsigned int data_sz, vpx_codec_stream_info_t *si, vp8_decrypt_cb *decrypt_cb, void *decrypt_state) argument
[all...]

Completed in 1898 milliseconds