Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp103 myImg.user_priv = (void*)(*(uint64_t*)imgptr); in getVpxFrame()
105 (int)myImg.d_h, myImg.user_priv); in getVpxFrame()
146 void* user_priv, in vpx_codec_decode() argument
149 user_priv); in vpx_codec_decode()
158 transport->writeParam((__u64)user_priv, 3, ctx->address_offset); in vpx_codec_decode()
Dgoldfish_vpx_defs.h35 void *user_priv; member
62 unsigned int data_sz, void *user_priv,
DGoldfishVPX.cpp202 PrivInfo *privInfo = (PrivInfo *)mImg->user_priv; in outputBuffers()