Searched refs:can_recycle (Results 1 – 4 of 4) sorted by relevance
137 int (*can_recycle)(struct amvdec_core *core); member
207 .can_recycle = codec_mpeg12_can_recycle,
481 .can_recycle = codec_h264_can_recycle,
50 return codec_ops->can_recycle && codec_ops->recycle; in vdec_codec_needs_recycle()63 if (!codec_ops->can_recycle(core)) in vdec_recycle_thread()