Home
last modified time | relevance | path

Searched refs:address_offset (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp48 op, ctx->address_offset); in sendVpxOperation()
54 transport->writeParam(ctx->id, 0, ctx->address_offset); in vpx_codec_destroy()
74 ctx->address_offset = static_cast<unsigned int>(slot) * 8 * (1 << 20); in vpx_codec_dec_init()
75 DDD("got address offset 0x%x version %d", (int)(ctx->address_offset), in vpx_codec_dec_init()
79 ctx->data = transport->getInputAddr(ctx->address_offset); in vpx_codec_dec_init()
81 ctx->address_offset); // re-use input address in vpx_codec_dec_init()
82 transport->writeParam(ctx->id, 0, ctx->address_offset); in vpx_codec_dec_init()
83 transport->writeParam(ctx->version, 1, ctx->address_offset); in vpx_codec_dec_init()
113 transport->writeParam(ctx->id, 0, ctx->address_offset); in vpx_codec_get_frame()
114 transport->writeParam(ctx->outputBufferWidth, 1, ctx->address_offset); in vpx_codec_get_frame()
[all …]
Dgoldfish_vpx_defs.h46 uint64_t address_offset = 0; member