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