Searched refs:dec_ops (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/perf/arch/x86/annotate/ |
D | instructions.c | 36 { .name = "dec", .ops = &dec_ops, }, 37 { .name = "decl", .ops = &dec_ops, }, 42 { .name = "inc", .ops = &dec_ops, }, 43 { .name = "incl", .ops = &dec_ops, },
|
/linux-6.1.9/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_dec.c | 97 error = dev->dec_ops[ctx->current_codec]->setup(ctx, &run); in cedrus_device_run() 113 dev->dec_ops[ctx->current_codec]->trigger(ctx); in cedrus_device_run()
|
D | cedrus_hw.c | 135 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()
|
D | cedrus_video.c | 504 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()
|
D | cedrus.c | 463 dev->dec_ops[CEDRUS_CODEC_MPEG2] = &cedrus_dec_ops_mpeg2; in cedrus_probe() 464 dev->dec_ops[CEDRUS_CODEC_H264] = &cedrus_dec_ops_h264; in cedrus_probe() 465 dev->dec_ops[CEDRUS_CODEC_H265] = &cedrus_dec_ops_h265; in cedrus_probe() 466 dev->dec_ops[CEDRUS_CODEC_VP8] = &cedrus_dec_ops_vp8; in cedrus_probe()
|
D | cedrus.h | 188 struct cedrus_dec_ops *dec_ops[CEDRUS_CODEC_LAST]; member
|
/linux-6.1.9/drivers/media/platform/qcom/venus/ |
D | hfi_plat_bufs_v6.c | 1188 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-6.1.9/tools/perf/util/ |
D | annotate.c | 93 static struct ins_ops dec_ops; variable 647 static struct ins_ops dec_ops = { variable
|