HomeSort by relevance Sort by last modified time
    Searched defs:decrypt_state (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.h 50 void *decrypt_state; member in struct:VP9Decoder
vp9_reader.h 40 void *decrypt_state; member in struct:__anon16778
47 void *decrypt_state);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vp8dx.h 84 /** Decrypt n bytes of data from input -> output, using the decrypt_state
87 typedef void (*vpx_decrypt_cb)(void *decrypt_state, const unsigned char *input,
99 void *decrypt_state; member in struct:vpx_decrypt_init
  /external/libvpx/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
  /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/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
dboolhuff.h 44 void *decrypt_state; member in struct:__anon16713
53 void *decrypt_state);
onyxd_int.h 130 void *decrypt_state; member in struct:VP8D_COMP
  /external/libvpx/libvpx/vp8/decoder/
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:__anon28664
58 void *decrypt_state);
onyxd_int.h 130 void *decrypt_state; member in struct:VP8D_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
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:__anon39754
58 void *decrypt_state);
onyxd_int.h 130 void *decrypt_state; member in struct:VP8D_COMP
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 61 void *decrypt_state; member in struct:vpx_codec_alg_priv
90 ctx->priv->alg_priv->decrypt_state = NULL;
161 void *decrypt_state)
182 decrypt_cb(decrypt_state, data, clear_buffer, n);
343 &ctx->si, ctx->decrypt_cb, ctx->decrypt_state);
390 ctx->yv12_frame_buffers.pbi[0]->decrypt_state = ctx->decrypt_state;
734 ctx->decrypt_state = init->decrypt_state;
739 ctx->decrypt_state = NULL
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 39 void *decrypt_state; member in struct:vpx_codec_alg_priv
94 void *decrypt_state) {
108 decrypt_cb(decrypt_state, data, clear_buffer, data_sz);
261 ctx->decrypt_state);
276 ctx->pbi->decrypt_state = ctx->decrypt_state;
297 void *decrypt_state,
301 decrypt_cb(decrypt_state, data, &marker, 1);
310 void *decrypt_state) {
314 marker = read_marker(decrypt_cb, decrypt_state, data + data_sz - 1)
    [all...]
  /system/vold/
Volume.cpp 325 char decrypt_state[PROPERTY_VALUE_MAX]; local
329 property_get("vold.decrypt", decrypt_state, "");
336 ((!strcmp(decrypt_state, "1") || encrypt_progress[0]) && providesAsec)) {
cryptfs.c 3448 char decrypt_state[PROPERTY_VALUE_MAX]; local
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 68 void *decrypt_state; member in struct:vpx_codec_alg_priv
102 ctx->priv->alg_priv->decrypt_state = NULL;
195 void *decrypt_state)
216 decrypt_cb(decrypt_state, data, clear_buffer, n);
377 &ctx->si, ctx->decrypt_cb, ctx->decrypt_state);
454 ctx->yv12_frame_buffers.pbi[0]->decrypt_state = ctx->decrypt_state;
885 ctx->decrypt_state = init->decrypt_state;
890 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...]

Completed in 464 milliseconds