Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_decode.c1303 struct vrend_decode_ctx *gdctx; in vrend_decode_block() local
1312 gdctx = dec_ctx[ctx_id]; in vrend_decode_block()
1314 bret = vrend_hw_switch_context(gdctx->grctx, true); in vrend_decode_block()
1318 gdctx->ds->buf = block; in vrend_decode_block()
1319 gdctx->ds->buf_total = ndw; in vrend_decode_block()
1320 gdctx->ds->buf_offset = 0; in vrend_decode_block()
1322 while (gdctx->ds->buf_offset < gdctx->ds->buf_total) { in vrend_decode_block()
1323 uint32_t header = gdctx->ds->buf[gdctx->ds->buf_offset]; in vrend_decode_block()
1328 if (gdctx->ds->buf_offset + len + 1 > gdctx->ds->buf_total) { in vrend_decode_block()
1329 vrend_report_buffer_error(gdctx->grctx, 0); in vrend_decode_block()
[all …]