Searched refs:codectype (Results 1 – 5 of 5) sorted by relevance
254 m_sVenc_cfg.codectype = VEN_CODEC_MPEG4; in venc_open()263 m_sVenc_cfg.codectype = VEN_CODEC_H263; in venc_open()272 m_sVenc_cfg.codectype = VEN_CODEC_H264; in venc_open()1399 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print()1850 if(m_sVenc_cfg.codectype == VEN_CODEC_MPEG4) in venc_set_profile_level()1928 else if(m_sVenc_cfg.codectype == VEN_CODEC_H263) in venc_set_profile_level()1972 else if(m_sVenc_cfg.codectype == VEN_CODEC_H264) in venc_set_profile_level()2268 if (m_sVenc_cfg.codectype == OMX_VIDEO_CodingMPEG4) { in venc_set_error_resilience()2290 if (( m_sVenc_cfg.codectype != OMX_VIDEO_CodingH263) && in venc_set_error_resilience()2296 if (( m_sVenc_cfg.codectype != OMX_VIDEO_CodingH263) && in venc_set_error_resilience()[all …]
281 m_sVenc_cfg.codectype = V4L2_PIX_FMT_MPEG4; in venc_open()290 m_sVenc_cfg.codectype = V4L2_PIX_FMT_H263; in venc_open()299 m_sVenc_cfg.codectype = V4L2_PIX_FMT_H264; in venc_open()1365 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print()1786 if(m_sVenc_cfg.codectype == V4L2_PIX_FMT_MPEG4) in venc_set_profile_level()1867 else if(m_sVenc_cfg.codectype == V4L2_PIX_FMT_H263) in venc_set_profile_level()1911 else if(m_sVenc_cfg.codectype == V4L2_PIX_FMT_H264) in venc_set_profile_level()2322 if (m_sVenc_cfg.codectype == V4L2_PIX_FMT_MPEG4) { in venc_set_error_resilience()2342 if (( m_sVenc_cfg.codectype != OMX_VIDEO_CodingH263) && in venc_set_error_resilience()2348 if (( m_sVenc_cfg.codectype != OMX_VIDEO_CodingH263) && in venc_set_error_resilience()[all …]
99 encoder_context->codectype = VEN_CODEC_MPEG4; in main()118 encoder_context->codectype = VEN_CODEC_MPEG4; in main()123 encoder_context->codectype = VEN_CODEC_H263; in main()128 encoder_context->codectype = VEN_CODEC_H264; in main()248 basecfg.codectype = init_decode->codectype; in init_encoder()281 if (basecfg.codectype == VEN_CODEC_H264) in init_encoder()
46 unsigned long codectype; member
64 unsigned long codectype; member