Home
last modified time | relevance | path

Searched refs:OMX_VIDEO_CodingImageHEIC (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp130 codec_type = OMX_VIDEO_CodingImageHEIC; in component_init()
271 } else if (codec_type == OMX_VIDEO_CodingImageHEIC) { in component_init()
323 } else if (codec_type == OMX_VIDEO_CodingImageHEIC) { in component_init()
324 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingImageHEIC; in component_init()
356 } else if (codec_type == OMX_VIDEO_CodingImageHEIC) { in component_init()
357 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingImageHEIC; in component_init()
Dvideo_encoder_device_v4l2.cpp1414 } else if (codec == OMX_VIDEO_CodingHEVC || codec == OMX_VIDEO_CodingImageHEIC) { in venc_open()
1419 if (codec == OMX_VIDEO_CodingImageHEIC) in venc_open()
2256 if (m_codec != OMX_VIDEO_CodingImageHEIC) { in venc_set_param()
3445 if(m_codec == OMX_VIDEO_CodingImageHEIC && mIsGridset) { in venc_start()
4274 if (!(m_codec == OMX_VIDEO_CodingImageHEIC) && in venc_empty_buf()
5055 (m_codec != OMX_VIDEO_CodingImageHEIC)) { in venc_reconfigure_intra_period()
5197 m_codec == OMX_VIDEO_CodingImageHEIC) { in _venc_set_intra_period()
5660 case OMX_VIDEO_CodingImageHEIC: in venc_get_codectype()
Domx_video_base.cpp1589 OMX_VIDEO_CodingImageHEIC) { in get_parameter()
/hardware/qcom/sdm845/media/mm-core/inc/
DOMX_Video.h74 OMX_VIDEO_CodingImageHEIC = 13, /**< HEIC */ enumerator