Lines Matching defs:ctx

46 static int s5p_mfc_alloc_dec_temp_buffers_v6(struct s5p_mfc_ctx *ctx)  in s5p_mfc_alloc_dec_temp_buffers_v6()
54 static void s5p_mfc_release_dec_desc_buffer_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_release_dec_desc_buffer_v6()
60 static int s5p_mfc_alloc_codec_buffers_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_codec_buffers_v6()
327 static void s5p_mfc_release_codec_buffers_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_release_codec_buffers_v6()
333 static int s5p_mfc_alloc_instance_buffer_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_instance_buffer_v6()
388 static void s5p_mfc_release_instance_buffer_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_release_instance_buffer_v6()
436 static void s5p_mfc_dec_calc_dpb_size_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_dec_calc_dpb_size_v6()
471 static void s5p_mfc_enc_calc_src_size_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_enc_calc_src_size_v6()
490 static int s5p_mfc_set_dec_stream_buffer_v6(struct s5p_mfc_ctx *ctx, in s5p_mfc_set_dec_stream_buffer_v6()
512 static int s5p_mfc_set_dec_frame_buffer_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_dec_frame_buffer_v6()
611 static int s5p_mfc_set_enc_stream_buffer_v6(struct s5p_mfc_ctx *ctx, in s5p_mfc_set_enc_stream_buffer_v6()
626 static void s5p_mfc_set_enc_frame_buffer_v6(struct s5p_mfc_ctx *ctx, in s5p_mfc_set_enc_frame_buffer_v6()
639 static void s5p_mfc_get_enc_frame_buffer_v6(struct s5p_mfc_ctx *ctx, in s5p_mfc_get_enc_frame_buffer_v6()
657 static int s5p_mfc_set_enc_ref_buffer_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_enc_ref_buffer_v6()
728 static int s5p_mfc_set_slice_mode(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_slice_mode()
749 static int s5p_mfc_set_enc_params(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_enc_params()
914 static int s5p_mfc_set_enc_params_h264(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_enc_params_h264()
1195 static int s5p_mfc_set_enc_params_mpeg4(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_enc_params_mpeg4()
1277 static int s5p_mfc_set_enc_params_h263(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_enc_params_h263()
1347 static int s5p_mfc_set_enc_params_vp8(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_enc_params_vp8()
1440 static int s5p_mfc_set_enc_params_hevc(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_enc_params_hevc()
1597 static int s5p_mfc_init_decode_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_init_decode_v6()
1658 static inline void s5p_mfc_set_flush(struct s5p_mfc_ctx *ctx, int flush) in s5p_mfc_set_flush()
1672 static int s5p_mfc_decode_one_frame_v6(struct s5p_mfc_ctx *ctx, in s5p_mfc_decode_one_frame_v6()
1702 static int s5p_mfc_init_encode_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_init_encode_v6()
1736 static int s5p_mfc_h264_set_aso_slice_order_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_h264_set_aso_slice_order_v6()
1754 static int s5p_mfc_encode_one_frame_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_encode_one_frame_v6()
1782 static inline void s5p_mfc_run_dec_last_frames(struct s5p_mfc_ctx *ctx) in s5p_mfc_run_dec_last_frames()
1791 static inline int s5p_mfc_run_dec_frame(struct s5p_mfc_ctx *ctx) in s5p_mfc_run_dec_frame()
1830 static inline int s5p_mfc_run_enc_frame(struct s5p_mfc_ctx *ctx) in s5p_mfc_run_enc_frame()
1887 static inline void s5p_mfc_run_init_dec(struct s5p_mfc_ctx *ctx) in s5p_mfc_run_init_dec()
1903 static inline void s5p_mfc_run_init_enc(struct s5p_mfc_ctx *ctx) in s5p_mfc_run_init_enc()
1918 static inline int s5p_mfc_run_init_dec_buffers(struct s5p_mfc_ctx *ctx) in s5p_mfc_run_init_dec_buffers()
1942 static inline int s5p_mfc_run_init_enc_buffers(struct s5p_mfc_ctx *ctx) in s5p_mfc_run_init_enc_buffers()
1959 struct s5p_mfc_ctx *ctx; in s5p_mfc_try_run_v6() local
2087 s5p_mfc_read_info_v6(struct s5p_mfc_ctx *ctx, unsigned long ofs) in s5p_mfc_read_info_v6()
2124 static int s5p_mfc_get_disp_frame_type_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_get_disp_frame_type_v6()
2202 static unsigned int s5p_mfc_get_pic_type_top_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_get_pic_type_top_v6()
2208 static unsigned int s5p_mfc_get_pic_type_bot_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_get_pic_type_bot_v6()
2214 static unsigned int s5p_mfc_get_crop_info_h_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_get_crop_info_h_v6()
2220 static unsigned int s5p_mfc_get_crop_info_v_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_get_crop_info_v_v6()