Home
last modified time | relevance | path

Searched refs:codectype (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/media/mm-video/vidc/venc/src/
Dvideo_encoder_device.cpp254 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 …]
Dvideo_encoder_device_copper.cpp281 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 …]
/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c99 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()
/hardware/qcom/media/mm-video/vidc/venc/inc/
Dvideo_encoder_test.h46 unsigned long codectype; member
Dvideo_encoder_device_copper.h64 unsigned long codectype; member