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

  /external/libvpx/libvpx/test/
user_priv_test.cc 35 void CheckUserPrivateData(void *user_priv, int *target) {
37 EXPECT_EQ(reinterpret_cast<void *>(target), user_priv) local
38 << "user_priv pointer value does not match.";
41 // Decodes |filename|. Passes in user_priv data when calling DecodeFrame and
42 // compares the user_priv from return img with the original user_priv to see if
57 void *user_priv = reinterpret_cast<void *>(&frame_num); local
60 (frame_num == 0) ? NULL : user_priv);
71 CheckUserPrivateData(img->user_priv, NULL);
73 CheckUserPrivateData(img->user_priv, &frame_num)
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_dthread.h 32 void *user_priv; member in struct:FrameWorkerData
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 55 void *user_priv; member in struct:vpx_codec_alg_priv
202 void *user_priv) {
224 img->user_priv = user_priv;
269 void *user_priv, long deadline) {
434 ctx->user_priv = user_priv;
467 yuvconfig2image(&ctx->img, &sd, ctx->user_priv);
  /external/libvpx/libvpx/vpx/
vpx_image.h 124 void *user_priv; member in struct:vpx_image
vpx_encoder.h 224 void *user_priv; /**< Pointer to private data */ member in struct:vpx_codec_enc_output_cx_cb_pair
    [all...]
  /bionic/libc/kernel/uapi/drm/
nouveau_drm.h 66 __u64 user_priv; member in struct:drm_nouveau_gem_pushbuf_bo
  /external/kernel-headers/original/uapi/drm/
nouveau_drm.h 73 __u64 user_priv; member in struct:drm_nouveau_gem_pushbuf_bo
  /external/libdrm/nouveau/
nouveau.h 197 void *user_priv; member in struct:nouveau_pushbuf
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 198 void *user_priv,
328 void *user_priv; member in struct:vpx_codec_priv_cb_pair
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
nouveau_drm.h 113 uint64_t user_priv; member in struct:drm_nouveau_gem_pushbuf_bo
  /external/libdrm/include/drm/
nouveau_drm.h 145 uint64_t user_priv; member in struct:drm_nouveau_gem_pushbuf_bo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
nouveau_drm.h 128 uint64_t user_priv; member in struct:drm_nouveau_gem_pushbuf_bo

Completed in 728 milliseconds