HomeSort by relevance Sort by last modified time
    Searched refs:user_priv (Results 1 - 25 of 35) sorted by null

1 2

  /external/libvpx/libvpx/vpx/
vpx_decoder.h 211 * \param[in] user_priv Application specific data to associate with
224 void *user_priv,
261 typedef void (*vpx_codec_put_frame_cb_fn_t)(void *user_priv,
272 * \param[in] user_priv User's private data
282 void *user_priv);
301 typedef void (*vpx_codec_put_slice_cb_fn_t)(void *user_priv,
314 * \param[in] user_priv User's private data
324 void *user_priv);
vpx_image.h 135 void *user_priv; /**< may be set by the application to associate data member in struct:vpx_image
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 116 void *user_priv,
128 user_priv, deadline);
149 void *user_priv) {
159 ctx->priv->dec.put_frame_cb.user_priv = user_priv;
169 void *user_priv) {
179 ctx->priv->dec.put_slice_cb.user_priv = user_priv;
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 14 void *user_priv) {
46 img->user_priv = user_priv;
vp9_dx_iface.c 238 void *user_priv,
356 yuvconfig2image(&ctx->img, &sd, user_priv);
400 void *user_priv,
443 res = decode_one(ctx, &data_start, data_sz, user_priv, deadline);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_context.c 42 if (!push->user_priv)
44 nv30 = container_of(push->user_priv, nv30, bufctx);
133 nv30->base.pushbuf->user_priv = push->user_priv; /* hack at validate time */
nv30_winsys.h 32 struct nouveau_bufctx **pctx = push->user_priv;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_context.c 42 if (!push->user_priv)
44 nv30 = container_of(push->user_priv, nv30, bufctx);
133 nv30->base.pushbuf->user_priv = push->user_priv; /* hack at validate time */
nv30_winsys.h 32 struct nouveau_bufctx **pctx = push->user_priv;
  /external/chromium_org/media/cdm/ppapi/
libvpx_cdm_video_decoder.cc 110 void* user_priv = reinterpret_cast<void*>(&timestamp); local
114 user_priv,
128 if (vpx_image_->user_priv != reinterpret_cast<void*>(&timestamp)) {
  /external/chromium_org/media/filters/
vpx_video_decoder.cc 254 void* user_priv = reinterpret_cast<void*>(&timestamp); local
258 user_priv,
273 if (vpx_image->user_priv != reinterpret_cast<void*>(&timestamp)) {
307 if (vpx_image_alpha->user_priv !=
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 72 void *user_priv; member in struct:vpx_codec_alg_priv
285 void *user_priv)
307 img->user_priv = user_priv;
357 void *user_priv,
560 ctx->user_priv = user_priv;
611 yuvconfig2image(&ctx->img, &sd, ctx->user_priv);
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 197 void *user_priv,
326 void *user_priv; member in struct:vpx_codec_priv_cb_pair
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.c 60 struct nv50_screen *screen = push->user_priv;
nv50_screen.c 270 screen->base.pushbuf->user_priv = NULL;
620 screen->base.pushbuf->user_priv = screen;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_context.c 108 struct nvc0_screen *screen = push->user_priv;
nvc0_screen.c 259 screen->base.pushbuf->user_priv = NULL;
432 push->user_priv = screen;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_local.h 92 return push->user_priv;
nv04_render.c 173 nouveau_pushbuf_bufctx(push, push->user_priv);
nouveau_context.c 182 nctx->hw.pushbuf->user_priv = nctx->hw.bufctx;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.c 60 struct nv50_screen *screen = push->user_priv;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.c 108 struct nvc0_screen *screen = push->user_priv;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_local.h 92 return push->user_priv;
nv04_render.c 173 nouveau_pushbuf_bufctx(push, push->user_priv);
nouveau_context.c 182 nctx->hw.pushbuf->user_priv = nctx->hw.bufctx;

Completed in 3400 milliseconds

1 2