Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/meson/vdec/
Dvdec.h127 int (*can_recycle)(struct amvdec_core *core); member
Dcodec_mpeg12.c207 .can_recycle = codec_mpeg12_can_recycle,
Dvdec.c50 return codec_ops->can_recycle && codec_ops->recycle; in vdec_codec_needs_recycle()
63 if (!codec_ops->can_recycle(core)) in vdec_recycle_thread()