Home
last modified time | relevance | path

Searched refs:S5P_MFC_CODEC_H264_ENC (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_cmd_v6.c106 case S5P_MFC_CODEC_H264_ENC: in s5p_mfc_open_inst_cmd_v6()
H A Ds5p_mfc_cmd_v5.c100 case S5P_MFC_CODEC_H264_ENC: in s5p_mfc_open_inst_cmd_v5()
H A Ds5p_mfc_opr_v5.c78 if (ctx->codec_mode == S5P_MFC_CODEC_H264_ENC) { in s5p_mfc_alloc_codec_buffers_v5()
141 case S5P_MFC_CODEC_H264_ENC: in s5p_mfc_alloc_codec_buffers_v5()
207 ctx->codec_mode == S5P_MFC_CODEC_H264_ENC) in s5p_mfc_alloc_instance_buffer_v5()
557 if (ctx->codec_mode == S5P_MFC_CODEC_H264_ENC) { in s5p_mfc_set_enc_ref_buffer_v5()
571 case S5P_MFC_CODEC_H264_ENC: in s5p_mfc_set_enc_ref_buffer_v5()
1114 if (ctx->codec_mode == S5P_MFC_CODEC_H264_ENC) in s5p_mfc_init_encode_v5()
H A Ds5p_mfc_common.h75 #define S5P_MFC_CODEC_H264_ENC 20 macro
H A Ds5p_mfc_opr_v6.c266 case S5P_MFC_CODEC_H264_ENC: in s5p_mfc_alloc_codec_buffers_v6()
406 case S5P_MFC_CODEC_H264_ENC: in s5p_mfc_alloc_instance_buffer_v6()
1864 if (ctx->codec_mode == S5P_MFC_CODEC_H264_ENC) in s5p_mfc_init_encode_v6()
1924 if (ctx->codec_mode == S5P_MFC_CODEC_H264_ENC) in s5p_mfc_encode_one_frame_v6()
H A Ds5p_mfc_enc.c78 .codec_mode = S5P_MFC_CODEC_H264_ENC,