Searched refs:user_priv (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | goldfish_vpx_impl.cpp | 107 myImg.user_priv = (void*)(*(uint64_t*)imgptr); in getVpxFrame() 109 (int)myImg.d_h, myImg.user_priv); in getVpxFrame() 158 void* user_priv, in vpx_codec_decode() argument 165 user_priv); in vpx_codec_decode() 174 transport->writeParam((__u64)user_priv, 3, ctx->address_offset); in vpx_codec_decode()
|
D | GoldfishVPX.cpp | 203 PrivInfo *privInfo = (PrivInfo *)mImg->user_priv; in outputBuffers()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
D | goldfish_vpx_impl.cpp | 108 myImg.user_priv = (void *)(*(uint64_t *)imgptr); in getVpxFrame() 110 (int)myImg.d_h, myImg.user_priv); in getVpxFrame() 169 unsigned int data_sz, void *user_priv, long deadline) { in vpx_codec_decode() argument 176 user_priv); in vpx_codec_decode() 185 transport->writeParam((__u64)user_priv, 3, ctx->address_offset); in vpx_codec_decode()
|
D | goldfish_vpx_defs.h | 35 void *user_priv; member 62 unsigned int data_sz, void *user_priv, long deadline);
|
D | C2GoldfishVpxDec.cpp | 995 ((c2_cntr64_t *)img->user_priv)->peekll()); in outputBuffer() 1020 ((c2_cntr64_t *)img->user_priv)->peekll()); in outputBuffer() 1022 finishWork(((c2_cntr64_t *)img->user_priv)->peekull(), work, in outputBuffer()
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/ |
D | goldfish_vpx_defs.h | 35 void *user_priv; member 62 unsigned int data_sz, void *user_priv,
|