Home
last modified time | relevance | path

Searched refs:user_priv (Results 1 – 25 of 37) sorted by relevance

12

/external/libvpx/libvpx/vpx/
Dvpx_decoder.h224 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);
Dvpx_image.h135 void *user_priv; /**< may be set by the application to associate data member
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c116 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/
Dnv30_context.c42 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()
Dnv30_winsys.h32 struct nouveau_bufctx **pctx = push->user_priv; in bufctx()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_context.c42 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()
Dnv30_winsys.h32 struct nouveau_bufctx **pctx = push->user_priv; in bufctx()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h14 void *user_priv) { in yuvconfig2image() argument
46 img->user_priv = user_priv; in yuvconfig2image()
Dvp9_dx_iface.c238 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/
Dlibvpx_cdm_video_decoder.cc110 void* user_priv = reinterpret_cast<void*>(&timestamp); in DecodeFrame() local
114 user_priv, in DecodeFrame()
128 if (vpx_image_->user_priv != reinterpret_cast<void*>(&timestamp)) { in DecodeFrame()
/external/chromium_org/media/filters/
Dvpx_video_decoder.cc262 void* user_priv = reinterpret_cast<void*>(&timestamp); in VpxDecode() local
266 user_priv, in VpxDecode()
281 if (vpx_image->user_priv != reinterpret_cast<void*>(&timestamp)) { in VpxDecode()
315 if (vpx_image_alpha->user_priv != in VpxDecode()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c72 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/
Dvpx_codec_internal.h197 void *user_priv,
326 void *user_priv; member
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_context.c108 struct nvc0_screen *screen = push->user_priv; in nvc0_default_kick_notify()
Dnvc0_screen.c259 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/
Dnouveau_local.h92 return push->user_priv; in BUFCTX()
Dnv04_render.c173 nouveau_pushbuf_bufctx(push, push->user_priv); in swtnl_start()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Dnvc0_context.c108 struct nvc0_screen *screen = push->user_priv; in nvc0_default_kick_notify()
Dnvc0_screen.c259 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/
Dnouveau_local.h92 return push->user_priv; in BUFCTX()
Dnv04_render.c173 nouveau_pushbuf_bufctx(push, push->user_priv); in swtnl_start()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_context.c60 struct nv50_screen *screen = push->user_priv; in nv50_default_kick_notify()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_context.c60 struct nv50_screen *screen = push->user_priv; in nv50_default_kick_notify()
/external/libvpx/libvpx/examples/
Dsimple_decoder.txt52 is associated with the frame in this example, so the `user_priv`
/external/libvpx/libvpx/
Dusage_dx.dox8 <code>user_priv</code> member may be set. The <code>deadline</code>

12