Home
last modified time | relevance | path

Searched refs:dec_ops (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_dec.c81 dev->dec_ops[ctx->current_codec]->setup(ctx, &run); in cedrus_device_run()
88 dev->dec_ops[ctx->current_codec]->trigger(ctx); in cedrus_device_run()
H A Dcedrus_hw.c126 status = dev->dec_ops[ctx->current_codec]->irq_status(ctx); in cedrus_irq()
130 dev->dec_ops[ctx->current_codec]->irq_disable(ctx); in cedrus_irq()
131 dev->dec_ops[ctx->current_codec]->irq_clear(ctx); in cedrus_irq()
H A Dcedrus_video.c493 if (dev->dec_ops[ctx->current_codec]->start) { in cedrus_start_streaming()
494 ret = dev->dec_ops[ctx->current_codec]->start(ctx); in cedrus_start_streaming()
516 if (dev->dec_ops[ctx->current_codec]->stop) in cedrus_stop_streaming()
517 dev->dec_ops[ctx->current_codec]->stop(ctx); in cedrus_stop_streaming()
H A Dcedrus.c414 dev->dec_ops[CEDRUS_CODEC_MPEG2] = &cedrus_dec_ops_mpeg2; in cedrus_probe()
415 dev->dec_ops[CEDRUS_CODEC_H264] = &cedrus_dec_ops_h264; in cedrus_probe()
416 dev->dec_ops[CEDRUS_CODEC_H265] = &cedrus_dec_ops_h265; in cedrus_probe()
H A Dcedrus.h165 struct cedrus_dec_ops *dec_ops[CEDRUS_CODEC_LAST]; member
/kernel/linux/linux-5.10/tools/perf/arch/x86/annotate/
H A 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, },
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c1189 struct dec_bufsize_ops *dec_ops; in bufreq_dec() local
1198 dec_ops = &dec_h264_ops; in bufreq_dec()
1201 dec_ops = &dec_h265_ops; in bufreq_dec()
1204 dec_ops = &dec_vp8_ops; in bufreq_dec()
1207 dec_ops = &dec_vp9_ops; in bufreq_dec()
1210 dec_ops = &dec_mpeg2_ops; in bufreq_dec()
1245 bufreq->size = dec_ops->scratch(width, height, is_interlaced); in bufreq_dec()
1247 bufreq->size = dec_ops->scratch1(width, height, VB2_MAX_FRAME, in bufreq_dec()
1251 bufreq->size = dec_ops->persist1(); in bufreq_dec()
/kernel/linux/linux-6.6/tools/perf/arch/x86/annotate/
H A Dinstructions.c29 { .name = "dec", .ops = &dec_ops, },
34 { .name = "inc", .ops = &dec_ops, },
/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.c96 static struct ins_ops dec_ops; variable
646 static struct ins_ops dec_ops = { variable
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.c92 static struct ins_ops dec_ops; variable
668 static struct ins_ops dec_ops = { variable

Completed in 15 milliseconds