Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/sunxi/cedrus/
Dcedrus_dec.c92 dev->dec_ops[ctx->current_codec]->setup(ctx, &run); in cedrus_device_run()
99 dev->dec_ops[ctx->current_codec]->trigger(ctx); in cedrus_device_run()
Dcedrus_hw.c135 status = dev->dec_ops[ctx->current_codec]->irq_status(ctx); in cedrus_irq()
139 dev->dec_ops[ctx->current_codec]->irq_disable(ctx); in cedrus_irq()
140 dev->dec_ops[ctx->current_codec]->irq_clear(ctx); in cedrus_irq()
Dcedrus.c435 dev->dec_ops[CEDRUS_CODEC_MPEG2] = &cedrus_dec_ops_mpeg2; in cedrus_probe()
436 dev->dec_ops[CEDRUS_CODEC_H264] = &cedrus_dec_ops_h264; in cedrus_probe()
437 dev->dec_ops[CEDRUS_CODEC_H265] = &cedrus_dec_ops_h265; in cedrus_probe()
438 dev->dec_ops[CEDRUS_CODEC_VP8] = &cedrus_dec_ops_vp8; in cedrus_probe()
Dcedrus_video.c504 if (dev->dec_ops[ctx->current_codec]->start) { in cedrus_start_streaming()
505 ret = dev->dec_ops[ctx->current_codec]->start(ctx); in cedrus_start_streaming()
527 if (dev->dec_ops[ctx->current_codec]->stop) in cedrus_stop_streaming()
528 dev->dec_ops[ctx->current_codec]->stop(ctx); in cedrus_stop_streaming()
Dcedrus.h184 struct cedrus_dec_ops *dec_ops[CEDRUS_CODEC_LAST]; member
/linux-5.19.10/tools/perf/arch/x86/annotate/
Dinstructions.c36 { .name = "dec", .ops = &dec_ops, },
37 { .name = "decl", .ops = &dec_ops, },
42 { .name = "inc", .ops = &dec_ops, },
43 { .name = "incl", .ops = &dec_ops, },
/linux-5.19.10/drivers/media/platform/qcom/venus/
Dhfi_plat_bufs_v6.c1188 struct dec_bufsize_ops *dec_ops; in bufreq_dec() local
1197 dec_ops = &dec_h264_ops; in bufreq_dec()
1200 dec_ops = &dec_h265_ops; in bufreq_dec()
1203 dec_ops = &dec_vp8_ops; in bufreq_dec()
1206 dec_ops = &dec_vp9_ops; in bufreq_dec()
1209 dec_ops = &dec_mpeg2_ops; in bufreq_dec()
1240 bufreq->size = dec_ops->scratch(width, height, is_interlaced); in bufreq_dec()
1242 bufreq->size = dec_ops->scratch1(width, height, VB2_MAX_FRAME, in bufreq_dec()
1246 bufreq->size = dec_ops->persist1(); in bufreq_dec()
/linux-5.19.10/tools/perf/util/
Dannotate.c94 static struct ins_ops dec_ops; variable
648 static struct ins_ops dec_ops = { variable