Home
last modified time | relevance | path

Searched defs:s5p_mfc_hw_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr.h273 struct s5p_mfc_hw_ops { struct
274 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 …]