OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:user_priv
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/cdm/ppapi/
libvpx_cdm_video_decoder.cc
110
void*
user_priv
= reinterpret_cast<void*>(×tamp);
local
114
user_priv
,
128
if (vpx_image_->
user_priv
!= reinterpret_cast<void*>(×tamp)) {
/external/chromium_org/media/filters/
vpx_video_decoder.cc
262
void*
user_priv
= reinterpret_cast<void*>(×tamp);
local
266
user_priv
,
281
if (vpx_image->
user_priv
!= reinterpret_cast<void*>(×tamp)) {
315
if (vpx_image_alpha->
user_priv
!=
/external/libvpx/libvpx/vpx/
vpx_image.h
135
void *
user_priv
; /**< may be set by the application to associate data
member in struct:vpx_image
/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
Completed in 311 milliseconds