Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_cmd_v6.c112 case S5P_MFC_CODEC_MPEG4_ENC: in s5p_mfc_open_inst_cmd_v6()
H A Ds5p_mfc_cmd_v5.c103 case S5P_MFC_CODEC_MPEG4_ENC: in s5p_mfc_open_inst_cmd_v5()
H A Ds5p_mfc_common.h76 #define S5P_MFC_CODEC_MPEG4_ENC 22 macro
H A Ds5p_mfc_opr_v5.c151 case S5P_MFC_CODEC_MPEG4_ENC: in s5p_mfc_alloc_codec_buffers_v5()
609 case S5P_MFC_CODEC_MPEG4_ENC: in s5p_mfc_set_enc_ref_buffer_v5()
1114 else if (ctx->codec_mode == S5P_MFC_CODEC_MPEG4_ENC) in s5p_mfc_init_encode_v5()
H A Ds5p_mfc_opr_v6.c255 case S5P_MFC_CODEC_MPEG4_ENC: in s5p_mfc_alloc_codec_buffers_v6()
362 case S5P_MFC_CODEC_MPEG4_ENC: in s5p_mfc_alloc_instance_buffer_v6()
1709 else if (ctx->codec_mode == S5P_MFC_CODEC_MPEG4_ENC) in s5p_mfc_init_encode_v6()
H A Ds5p_mfc_enc.c71 .codec_mode = S5P_MFC_CODEC_MPEG4_ENC,