Linux Kernel
3.7.1
|
#include <s5p_mfc_common.h>
Data Fields | |
int(* | pre_seq_start )(struct s5p_mfc_ctx *ctx) |
int(* | post_seq_start )(struct s5p_mfc_ctx *ctx) |
int(* | pre_frame_start )(struct s5p_mfc_ctx *ctx) |
int(* | post_frame_start )(struct s5p_mfc_ctx *ctx) |
struct s5p_mfc_codec_ops - codec ops, used by encoding
Definition at line 448 of file s5p_mfc_common.h.
int(* post_frame_start)(struct s5p_mfc_ctx *ctx) |
Definition at line 454 of file s5p_mfc_common.h.
int(* post_seq_start)(struct s5p_mfc_ctx *ctx) |
Definition at line 451 of file s5p_mfc_common.h.
int(* pre_frame_start)(struct s5p_mfc_ctx *ctx) |
Definition at line 453 of file s5p_mfc_common.h.
int(* pre_seq_start)(struct s5p_mfc_ctx *ctx) |
Definition at line 450 of file s5p_mfc_common.h.