Searched refs:OMX_VIDEO_CodingImageHEIC (Results 1 – 4 of 4) sorted by relevance
130 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()
1414 } 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()
1589 OMX_VIDEO_CodingImageHEIC) { in get_parameter()
74 OMX_VIDEO_CodingImageHEIC = 13, /**< HEIC */ enumerator