/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vp8dx.h | 88 /** 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
|
/external/libvpx/libvpx/vp8/decoder/ |
dboolhuff.c | 20 void *decrypt_state) 28 br->decrypt_state = decrypt_state; 53 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n);
|
dboolhuff.h | 44 void *decrypt_state; member in struct:__anon16526 53 void *decrypt_state);
|
onyxd_int.h | 130 void *decrypt_state; member in struct:VP8D_COMP
|
decodeframe.c | 764 pbi->decrypt_cb(pbi->decrypt_state, cx_size, temp, 3); 898 pbi->decrypt_cb, pbi->decrypt_state)) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
dboolhuff.c | 18 void *decrypt_state) 26 br->decrypt_state = decrypt_state; 51 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n);
|
dboolhuff.h | 35 /*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:__anon30161 58 void *decrypt_state);
|
onyxd_int.h | 130 void *decrypt_state; member in struct:VP8D_COMP
|
decodeframe.c | 752 pbi->decrypt_cb(pbi->decrypt_state, cx_size, temp, 3); 886 pbi->decrypt_cb, pbi->decrypt_state)) [all...] |
/external/libvpx/libvpx/vpx/ |
vp8dx.h | 127 /** Decrypt n bytes of data from input -> output, using the decrypt_state 130 typedef void (*vpx_decrypt_cb)(void *decrypt_state, const unsigned char *input, 142 void *decrypt_state; member in struct:vpx_decrypt_init
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decoder.h | 84 void *decrypt_state; member in struct:VP9Decoder 107 void *decrypt_state, 111 decrypt_cb(decrypt_state, data, &marker, 1); 123 void *decrypt_state);
|
vp9_decoder.c | 453 void *decrypt_state) { 463 marker = read_marker(decrypt_cb, decrypt_state, data + data_sz - 1); 477 const uint8_t marker2 = read_marker(decrypt_cb, decrypt_state, 496 decrypt_cb(decrypt_state, x, clear_buffer, frames * mag);
|
vp9_decodeframe.c | [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_dx_iface.h | 34 void *decrypt_state; member in struct:vpx_codec_alg_priv
|
vp9_dx_iface.c | 128 void *decrypt_state) { 140 decrypt_cb(decrypt_state, data, clear_buffer, data_sz); 439 ctx->decrypt_cb, ctx->decrypt_state); 458 frame_worker_data->pbi->decrypt_state = ctx->decrypt_state; 570 ctx->decrypt_cb, ctx->decrypt_state); 659 ctx->decrypt_state, data_start); [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
bitreader.c | 25 void *decrypt_state) { 35 r->decrypt_state = decrypt_state; 53 r->decrypt_cb(r->decrypt_state, buffer, r->clear_buffer, (int)n);
|
bitreader.h | 44 void *decrypt_state; member in struct:__anon16665 52 void *decrypt_state);
|
/external/libvpx/libvpx/test/ |
vp8_decrypt_test.cc | 20 // 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, 39 input - reinterpret_cast<uint8_t *>(decrypt_state));
|
vp9_decrypt_test.cc | 20 // 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, 39 input - reinterpret_cast<uint8_t *>(decrypt_state));
|
vp8_boolcoder_test.cc | 29 // 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, 46 const size_t offset = input - reinterpret_cast<uint8_t*>(decrypt_state);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
vp8_decrypt_test.cc | 20 // 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, 39 input - reinterpret_cast<uint8_t *>(decrypt_state));
|
vp8_boolcoder_test.cc | 29 // 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, 46 const size_t offset = input - reinterpret_cast<uint8_t*>(decrypt_state);
|
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 62 void *decrypt_state; member in struct:vpx_codec_alg_priv 80 priv->decrypt_state = NULL; 150 void *decrypt_state) 171 decrypt_cb(decrypt_state, data, clear_buffer, n); 342 &ctx->si, ctx->decrypt_cb, ctx->decrypt_state); 390 ctx->yv12_frame_buffers.pbi[0]->decrypt_state = ctx->decrypt_state; 764 ctx->decrypt_state = init->decrypt_state; 769 ctx->decrypt_state = NULL [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8_dx_iface.c | 68 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 = NULL [all...] |