Searched refs:address_offset (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
D | goldfish_vpx_impl.cpp | 48 op, ctx->address_offset); in sendVpxOperation() 58 transport->writeParam(ctx->id, 0, ctx->address_offset); in vpx_codec_destroy() 78 ctx->address_offset = in vpx_codec_dec_init() 80 DDD("got address offset 0x%x version %d", (int)(ctx->address_offset), in vpx_codec_dec_init() 84 ctx->data = transport->getInputAddr(ctx->address_offset); in vpx_codec_dec_init() 86 transport->getInputAddr(ctx->address_offset); // re-use input address in vpx_codec_dec_init() 87 transport->writeParam(ctx->id, 0, ctx->address_offset); in vpx_codec_dec_init() 88 transport->writeParam(ctx->version, 1, ctx->address_offset); in vpx_codec_dec_init() 123 transport->writeParam(ctx->id, 0, ctx->address_offset); in vpx_codec_get_frame() 124 transport->writeParam(ctx->outputBufferWidth, 1, ctx->address_offset); in vpx_codec_get_frame() [all …]
|
D | goldfish_vpx_defs.h | 46 uint64_t address_offset = 0; member
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | goldfish_vpx_impl.cpp | 48 op, ctx->address_offset); in sendVpxOperation() 58 transport->writeParam(ctx->id, 0, ctx->address_offset); in vpx_codec_destroy() 78 ctx->address_offset = static_cast<unsigned int>(ctx->memory_slot) * (1 << 20); in vpx_codec_dec_init() 79 DDD("got address offset 0x%x version %d", (int)(ctx->address_offset), in vpx_codec_dec_init() 83 ctx->data = transport->getInputAddr(ctx->address_offset); in vpx_codec_dec_init() 85 ctx->address_offset); // re-use input address in vpx_codec_dec_init() 86 transport->writeParam(ctx->id, 0, ctx->address_offset); in vpx_codec_dec_init() 87 transport->writeParam(ctx->version, 1, ctx->address_offset); in vpx_codec_dec_init() 121 transport->writeParam(ctx->id, 0, ctx->address_offset); in vpx_codec_get_frame() 122 transport->writeParam(ctx->outputBufferWidth, 1, ctx->address_offset); in vpx_codec_get_frame() [all …]
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/ |
D | goldfish_vpx_defs.h | 46 uint64_t address_offset = 0; member
|