Searched refs:codectype (Results 1 – 3 of 3) sorted by relevance
198 m_sVenc_cfg.codectype = VEN_CODEC_MPEG4; in venc_open()204 m_sVenc_cfg.codectype = VEN_CODEC_H263; in venc_open()210 m_sVenc_cfg.codectype = VEN_CODEC_H264; in venc_open()1111 if(m_sVenc_cfg.codectype == VEN_CODEC_MPEG4) in venc_set_profile_level()1182 else if(m_sVenc_cfg.codectype == VEN_CODEC_H263) in venc_set_profile_level()1226 else if(m_sVenc_cfg.codectype == VEN_CODEC_H264) in venc_set_profile_level()1494 if(m_sVenc_cfg.codectype == VEN_CODEC_MPEG4) in venc_get_profile_level()1543 else if(m_sVenc_cfg.codectype == VEN_CODEC_H263) in venc_get_profile_level()1586 else if(m_sVenc_cfg.codectype == VEN_CODEC_H264) in venc_get_profile_level()1660 if(m_sVenc_cfg.codectype == VEN_CODEC_MPEG4) in venc_validate_profile_level()[all …]
102 encoder_context->codectype = VEN_CODEC_MPEG4; in main()120 encoder_context->codectype = VEN_CODEC_MPEG4; in main()125 encoder_context->codectype = VEN_CODEC_H263; in main()130 encoder_context->codectype = VEN_CODEC_H264; in main()250 basecfg.codectype = init_decode->codectype; in init_encoder()283 if (basecfg.codectype == VEN_CODEC_H264) in init_encoder()
46 unsigned long codectype; member