Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/arch/x86/annotate/
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, },
/linux-6.3-rc2/drivers/media/platform/qcom/venus/
A 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-6.3-rc2/tools/perf/util/
A Dannotate.c93 static struct ins_ops dec_ops; variable
647 static struct ins_ops dec_ops = { variable

Completed in 14 milliseconds