/external/libvpx/libvpx/vpx/ |
D | vpx_decoder.h | 224 void *user_priv, 261 typedef void (*vpx_codec_put_frame_cb_fn_t)(void *user_priv, 282 void *user_priv); 301 typedef void (*vpx_codec_put_slice_cb_fn_t)(void *user_priv, 324 void *user_priv);
|
D | vpx_image.h | 135 void *user_priv; /**< may be set by the application to associate data member
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_decoder.c | 116 void *user_priv, in vpx_codec_decode() argument 128 user_priv, deadline); in vpx_codec_decode() 149 void *user_priv) { in vpx_codec_register_put_frame_cb() argument 159 ctx->priv->dec.put_frame_cb.user_priv = user_priv; in vpx_codec_register_put_frame_cb() 169 void *user_priv) { in vpx_codec_register_put_slice_cb() argument 179 ctx->priv->dec.put_slice_cb.user_priv = user_priv; in vpx_codec_register_put_slice_cb()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
D | nv30_context.c | 42 if (!push->user_priv) in nv30_context_kick_notify() 44 nv30 = container_of(push->user_priv, nv30, bufctx); in nv30_context_kick_notify() 133 nv30->base.pushbuf->user_priv = push->user_priv; /* hack at validate time */ in nv30_context_create()
|
D | nv30_winsys.h | 32 struct nouveau_bufctx **pctx = push->user_priv; in bufctx()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_context.c | 42 if (!push->user_priv) in nv30_context_kick_notify() 44 nv30 = container_of(push->user_priv, nv30, bufctx); in nv30_context_kick_notify() 133 nv30->base.pushbuf->user_priv = push->user_priv; /* hack at validate time */ in nv30_context_create()
|
D | nv30_winsys.h | 32 struct nouveau_bufctx **pctx = push->user_priv; in bufctx()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 14 void *user_priv) { in yuvconfig2image() argument 46 img->user_priv = user_priv; in yuvconfig2image()
|
D | vp9_dx_iface.c | 238 void *user_priv, in decode_one() argument 356 yuvconfig2image(&ctx->img, &sd, user_priv); in decode_one() 400 void *user_priv, in vp9_decode() argument 443 res = decode_one(ctx, &data_start, data_sz, user_priv, deadline); in vp9_decode()
|
/external/chromium_org/media/cdm/ppapi/ |
D | libvpx_cdm_video_decoder.cc | 110 void* user_priv = reinterpret_cast<void*>(×tamp); in DecodeFrame() local 114 user_priv, in DecodeFrame() 128 if (vpx_image_->user_priv != reinterpret_cast<void*>(×tamp)) { in DecodeFrame()
|
/external/chromium_org/media/filters/ |
D | vpx_video_decoder.cc | 262 void* user_priv = reinterpret_cast<void*>(×tamp); in VpxDecode() local 266 user_priv, in VpxDecode() 281 if (vpx_image->user_priv != reinterpret_cast<void*>(×tamp)) { in VpxDecode() 315 if (vpx_image_alpha->user_priv != in VpxDecode()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 72 void *user_priv; member 285 void *user_priv) in yuvconfig2image() argument 307 img->user_priv = user_priv; in yuvconfig2image() 357 void *user_priv, in vp8_decode() argument 560 ctx->user_priv = user_priv; in vp8_decode() 611 yuvconfig2image(&ctx->img, &sd, ctx->user_priv); in vp8_get_frame()
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 197 void *user_priv, 326 void *user_priv; member
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_context.c | 108 struct nvc0_screen *screen = push->user_priv; in nvc0_default_kick_notify()
|
D | nvc0_screen.c | 259 screen->base.pushbuf->user_priv = NULL; in nvc0_screen_destroy() 432 push->user_priv = screen; in nvc0_screen_create()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_local.h | 92 return push->user_priv; in BUFCTX()
|
D | nv04_render.c | 173 nouveau_pushbuf_bufctx(push, push->user_priv); in swtnl_start()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
D | nvc0_context.c | 108 struct nvc0_screen *screen = push->user_priv; in nvc0_default_kick_notify()
|
D | nvc0_screen.c | 259 screen->base.pushbuf->user_priv = NULL; in nvc0_screen_destroy() 432 push->user_priv = screen; in nvc0_screen_create()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_local.h | 92 return push->user_priv; in BUFCTX()
|
D | nv04_render.c | 173 nouveau_pushbuf_bufctx(push, push->user_priv); in swtnl_start()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_context.c | 60 struct nv50_screen *screen = push->user_priv; in nv50_default_kick_notify()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
D | nv50_context.c | 60 struct nv50_screen *screen = push->user_priv; in nv50_default_kick_notify()
|
/external/libvpx/libvpx/examples/ |
D | simple_decoder.txt | 52 is associated with the frame in this example, so the `user_priv`
|
/external/libvpx/libvpx/ |
D | usage_dx.dox | 8 <code>user_priv</code> member may be set. The <code>deadline</code>
|