Searched defs:s5p_mfc_hw_ops (Results 1 – 1 of 1) sorted by relevance
285 struct s5p_mfc_hw_ops { struct286 int (*alloc_dec_temp_buffers)(struct s5p_mfc_ctx *ctx);287 void (*release_dec_desc_buffer)(struct s5p_mfc_ctx *ctx);288 int (*alloc_codec_buffers)(struct s5p_mfc_ctx *ctx);289 void (*release_codec_buffers)(struct s5p_mfc_ctx *ctx);290 int (*alloc_instance_buffer)(struct s5p_mfc_ctx *ctx);291 void (*release_instance_buffer)(struct s5p_mfc_ctx *ctx);292 int (*alloc_dev_context_buffer)(struct s5p_mfc_dev *dev);293 void (*release_dev_context_buffer)(struct s5p_mfc_dev *dev);294 void (*dec_calc_dpb_size)(struct s5p_mfc_ctx *ctx);[all …]