Searched defs:s5p_mfc_hw_ops (Results 1 – 1 of 1) sorted by relevance
273 struct s5p_mfc_hw_ops { struct274 int (*alloc_dec_temp_buffers)(struct s5p_mfc_ctx *ctx);275 void (*release_dec_desc_buffer)(struct s5p_mfc_ctx *ctx);276 int (*alloc_codec_buffers)(struct s5p_mfc_ctx *ctx);277 void (*release_codec_buffers)(struct s5p_mfc_ctx *ctx);278 int (*alloc_instance_buffer)(struct s5p_mfc_ctx *ctx);279 void (*release_instance_buffer)(struct s5p_mfc_ctx *ctx);280 int (*alloc_dev_context_buffer)(struct s5p_mfc_dev *dev);281 void (*release_dev_context_buffer)(struct s5p_mfc_dev *dev);282 void (*dec_calc_dpb_size)(struct s5p_mfc_ctx *ctx);[all …]