Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c1189 const 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()
/linux/tools/perf/arch/x86/annotate/
H A Dinstructions.c29 { .name = "dec", .ops = &dec_ops, },
34 { .name = "inc", .ops = &dec_ops, },
/linux/tools/perf/util/
H A Ddisasm.c34 static struct ins_ops dec_ops; variable
807 static struct ins_ops dec_ops = { variable