Searched refs:dec_ops (Results 1 – 2 of 2) sorted by relevance
1189 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()
35 static struct ins_ops dec_ops; variable 808 static struct ins_ops dec_ops = { variable