Searched refs:enc_ops (Results 1 – 1 of 1) sorted by relevance
1263 const struct enc_bufsize_ops *enc_ops; in bufreq_enc() local1276 enc_ops = &enc_h264_ops; in bufreq_enc()1279 enc_ops = &enc_h265_ops; in bufreq_enc()1282 enc_ops = &enc_vp8_ops; in bufreq_enc()1310 bufreq->size = enc_ops->scratch(width, height, work_mode, in bufreq_enc()1313 bufreq->size = enc_ops->scratch1(width, height, num_ref, in bufreq_enc()1316 bufreq->size = enc_ops->scratch2(width, height, num_ref, in bufreq_enc()1319 bufreq->size = enc_ops->persist(); in bufreq_enc()