Symbol: s5p_mfc_ctx
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
1029
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
1080
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
111
static void wake_up_ctx(struct s5p_mfc_ctx *ctx, unsigned int reason,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
1457
struct s5p_mfc_ctx *ctx;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
169
struct s5p_mfc_ctx *ctx;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
225
static void s5p_mfc_handle_frame_all_extracted(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
256
static void s5p_mfc_handle_frame_copy_time(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
312
static void s5p_mfc_handle_frame_new(struct s5p_mfc_ctx *ctx, unsigned int err)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
371
static void s5p_mfc_handle_frame(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
478
struct s5p_mfc_ctx *ctx, unsigned int reason, unsigned int err)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
49
void clear_work_bit(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
517
static void s5p_mfc_handle_seq_done(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
574
static void s5p_mfc_handle_init_buffers(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
59
void set_work_bit(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
619
static void s5p_mfc_handle_stream_complete(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
650
struct s5p_mfc_ctx *ctx;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
69
void clear_work_bit_irqsave(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
786
struct s5p_mfc_ctx *ctx = NULL;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
80
void set_work_bit_irqsave(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
972
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd.h
26
int (*open_inst_cmd)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd.h
27
int (*close_inst_cmd)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v5.c
124
static int s5p_mfc_close_inst_cmd_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v5.c
71
static int s5p_mfc_open_inst_cmd_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v6.c
124
static int s5p_mfc_close_inst_cmd_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v6.c
56
static int s5p_mfc_open_inst_cmd_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
174
struct s5p_mfc_ctx;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
333
struct s5p_mfc_ctx *ctx[MFC_NUM_CONTEXTS];
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
536
int (*pre_seq_start) (struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
537
int (*post_seq_start) (struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
539
int (*pre_frame_start) (struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
540
int (*post_frame_start) (struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
770
static inline struct s5p_mfc_ctx *file_to_ctx(struct file *filp)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
772
return container_of(file_to_v4l2_fh(filp), struct s5p_mfc_ctx, fh);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
776
container_of((__ctrl)->handler, struct s5p_mfc_ctx, ctrl_handler)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
778
void clear_work_bit(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
779
void set_work_bit(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
780
void clear_work_bit_irqsave(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
781
void set_work_bit_irqsave(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
429
int s5p_mfc_open_mfc_inst(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
470
void s5p_mfc_close_mfc_inst(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.h
26
int s5p_mfc_open_mfc_inst(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.h
27
void s5p_mfc_close_mfc_inst(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
1009
struct s5p_mfc_ctx *ctx = vb2_get_drv_priv(vq);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
1071
struct s5p_mfc_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
1088
struct s5p_mfc_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
1133
struct s5p_mfc_ctx *ctx = vb2_get_drv_priv(vq);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
1188
int s5p_mfc_dec_ctrls_setup(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
1232
void s5p_mfc_dec_ctrls_delete(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
1241
void s5p_mfc_dec_init(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
259
static int s5p_mfc_ctx_ready(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
348
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
445
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
494
static int reqbufs_output(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
542
static int reqbufs_capture(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
601
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
622
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
650
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
669
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
698
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
711
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
727
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
739
struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
765
struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
804
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
859
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
940
struct s5p_mfc_ctx *ctx = vb2_get_drv_priv(vq);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.h
15
int s5p_mfc_dec_ctrls_setup(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.h
16
void s5p_mfc_dec_ctrls_delete(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.h
17
void s5p_mfc_dec_init(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1108
static int s5p_mfc_ctx_ready(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1128
static void cleanup_ref_queue(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1147
static int enc_pre_seq_start(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1162
static int enc_post_seq_start(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1201
static int enc_pre_frame_start(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1230
static int enc_post_frame_start(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1393
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1475
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1534
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1604
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1639
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1660
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1688
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1701
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1714
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1806
static void __enc_update_hevc_qp_ctrls_range(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1840
struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2251
struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2287
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2304
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2321
struct s5p_mfc_ctx *ctx = file_to_ctx(file);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2421
struct s5p_mfc_ctx *ctx = vb2_get_drv_priv(vq);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2480
struct s5p_mfc_ctx *ctx = vb2_get_drv_priv(vq);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2519
struct s5p_mfc_ctx *ctx = vb2_get_drv_priv(vq);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2560
struct s5p_mfc_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2591
struct s5p_mfc_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2620
struct s5p_mfc_ctx *ctx = vb2_get_drv_priv(vq);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2680
int s5p_mfc_enc_ctrls_setup(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2741
void s5p_mfc_enc_ctrls_delete(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2750
void s5p_mfc_enc_init(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.h
15
int s5p_mfc_enc_ctrls_setup(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.h
16
void s5p_mfc_enc_ctrls_delete(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.h
17
void s5p_mfc_enc_init(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_intr.c
51
int s5p_mfc_wait_for_done_ctx(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_intr.c
82
void s5p_mfc_clean_ctx_int_flags(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_intr.h
17
int s5p_mfc_wait_for_done_ctx(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_intr.h
20
void s5p_mfc_clean_ctx_int_flags(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
283
int (*alloc_dec_temp_buffers)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
284
void (*release_dec_desc_buffer)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
285
int (*alloc_codec_buffers)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
286
void (*release_codec_buffers)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
287
int (*alloc_instance_buffer)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
288
void (*release_instance_buffer)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
291
void (*dec_calc_dpb_size)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
292
void (*enc_calc_src_size)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
293
int (*set_enc_stream_buffer)(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
295
void (*set_enc_frame_buffer)(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
298
void (*get_enc_frame_buffer)(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
308
int (*get_disp_frame_type)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
321
unsigned int (*get_pic_type_top)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
322
unsigned int (*get_pic_type_bot)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
323
unsigned int (*get_crop_info_h)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
324
unsigned int (*get_crop_info_v)(struct s5p_mfc_ctx *ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1045
static int s5p_mfc_init_decode_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1066
static void s5p_mfc_set_flush(struct s5p_mfc_ctx *ctx, int flush)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1081
static int s5p_mfc_decode_one_frame_v5(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1110
static int s5p_mfc_init_encode_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1132
static int s5p_mfc_encode_one_frame_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1153
static void s5p_mfc_run_res_change(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1162
static int s5p_mfc_run_dec_frame(struct s5p_mfc_ctx *ctx, int last_frame)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1196
static int s5p_mfc_run_enc_frame(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1250
static void s5p_mfc_run_init_dec(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1268
static void s5p_mfc_run_init_enc(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1284
static int s5p_mfc_run_init_dec_buffers(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1320
struct s5p_mfc_ctx *ctx;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1464
static int s5p_mfc_get_disp_frame_type_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1575
static unsigned int s5p_mfc_get_pic_type_top_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1580
static unsigned int s5p_mfc_get_pic_type_bot_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1585
static unsigned int s5p_mfc_get_crop_info_h_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1590
static unsigned int s5p_mfc_get_crop_info_v_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
193
static void s5p_mfc_release_codec_buffers_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
200
static int s5p_mfc_alloc_instance_buffer_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
242
static void s5p_mfc_release_instance_buffer_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
260
static void s5p_mfc_write_info_v5(struct s5p_mfc_ctx *ctx, unsigned int data,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
267
static unsigned int s5p_mfc_read_info_v5(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
274
static void s5p_mfc_dec_calc_dpb_size_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
316
static void s5p_mfc_enc_calc_src_size_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
34
static int s5p_mfc_alloc_dec_temp_buffers_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
345
static void s5p_mfc_set_dec_desc_buffer(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
355
static void s5p_mfc_set_shared_buffer(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
362
static int s5p_mfc_set_dec_stream_buffer_v5(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
376
static int s5p_mfc_set_dec_frame_buffer_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
508
static int s5p_mfc_set_enc_stream_buffer_v5(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
518
static void s5p_mfc_set_enc_frame_buffer_v5(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
528
static void s5p_mfc_get_enc_frame_buffer_v5(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
541
static int s5p_mfc_set_enc_ref_buffer_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
55
static void s5p_mfc_release_dec_desc_buffer_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
61
static int s5p_mfc_alloc_codec_buffers_v5(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
676
static int s5p_mfc_set_enc_params(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
759
static int s5p_mfc_set_enc_params_h264(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
916
static int s5p_mfc_set_enc_params_mpeg4(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
995
static int s5p_mfc_set_enc_params_h263(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1056
static int s5p_mfc_set_enc_params_h264(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1349
static int s5p_mfc_set_enc_params_mpeg4(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1431
static int s5p_mfc_set_enc_params_h263(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1501
static int s5p_mfc_set_enc_params_vp8(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1594
static int s5p_mfc_set_enc_params_hevc(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1751
static int s5p_mfc_init_decode_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1816
static inline void s5p_mfc_set_flush(struct s5p_mfc_ctx *ctx, int flush)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1830
static int s5p_mfc_decode_one_frame_v6(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1860
static int s5p_mfc_init_encode_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1897
static int s5p_mfc_h264_set_aso_slice_order_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1915
static int s5p_mfc_encode_one_frame_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1943
static inline void s5p_mfc_run_dec_last_frames(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1952
static inline int s5p_mfc_run_dec_frame(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1991
static inline int s5p_mfc_run_enc_frame(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2054
static inline void s5p_mfc_run_init_dec(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2070
static inline void s5p_mfc_run_init_enc(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2085
static inline int s5p_mfc_run_init_dec_buffers(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2109
static inline int s5p_mfc_run_init_enc_buffers(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2133
struct s5p_mfc_ctx *ctx;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2266
s5p_mfc_read_info_v6(struct s5p_mfc_ctx *ctx, unsigned long ofs)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2303
static int s5p_mfc_get_disp_frame_type_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2381
static unsigned int s5p_mfc_get_pic_type_top_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2387
static unsigned int s5p_mfc_get_pic_type_bot_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2393
static unsigned int s5p_mfc_get_crop_info_h_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2399
static unsigned int s5p_mfc_get_crop_info_v_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
377
static void s5p_mfc_release_codec_buffers_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
383
static int s5p_mfc_alloc_instance_buffer_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
438
static void s5p_mfc_release_instance_buffer_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
46
static int s5p_mfc_alloc_dec_temp_buffers_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
486
static void s5p_mfc_dec_calc_dpb_size_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
539
static void s5p_mfc_enc_calc_src_size_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
54
static void s5p_mfc_release_dec_desc_buffer_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
585
static int s5p_mfc_set_dec_stream_buffer_v6(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
60
static int s5p_mfc_alloc_codec_buffers_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
607
static int s5p_mfc_set_dec_frame_buffer_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
716
static int s5p_mfc_set_enc_stream_buffer_v6(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
731
static void s5p_mfc_set_enc_frame_buffer_v6(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
747
static void s5p_mfc_get_enc_frame_buffer_v6(struct s5p_mfc_ctx *ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
771
static int s5p_mfc_set_enc_ref_buffer_v6(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
842
static int s5p_mfc_set_slice_mode(struct s5p_mfc_ctx *ctx)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
863
static int s5p_mfc_set_enc_params(struct s5p_mfc_ctx *ctx)