Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp264 codec_type = OMX_VIDEO_CodingImageHEIC; in component_init()
268 codec_type = OMX_VIDEO_CodingImageHEIC; in component_init()
452 } else if (codec_type == OMX_VIDEO_CodingImageHEIC) { in component_init()
504 } else if (codec_type == OMX_VIDEO_CodingImageHEIC) { in component_init()
505 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingImageHEIC; in component_init()
538 } else if (codec_type == OMX_VIDEO_CodingImageHEIC) { in component_init()
539 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingImageHEIC; in component_init()
Dvideo_encoder_device_v4l2.cpp1712 } else if (codec == OMX_VIDEO_CodingHEVC || codec == OMX_VIDEO_CodingImageHEIC) { in venc_open()
1717 if (codec == OMX_VIDEO_CodingImageHEIC) { in venc_open()
1814 if (m_codec == OMX_VIDEO_CodingImageHEIC) { in venc_open()
3802 if (m_codec == OMX_VIDEO_CodingImageHEIC && mIsGridset) { in venc_start()
4675 if (!(m_codec == OMX_VIDEO_CodingImageHEIC) && in venc_empty_buf()
5420 (m_codec != OMX_VIDEO_CodingImageHEIC)) { in venc_reconfigure_intra_period()
5559 m_codec == OMX_VIDEO_CodingImageHEIC) { in _venc_set_intra_period()
5971 case OMX_VIDEO_CodingImageHEIC: in venc_get_codectype()
6019 if (m_codec == OMX_VIDEO_CodingImageHEIC) in venc_get_color_format()
6065 if (m_codec == OMX_VIDEO_CodingImageHEIC) in venc_set_color_format()
[all …]
Domx_video_base.cpp1600 OMX_VIDEO_CodingImageHEIC) { in get_parameter()
5343 if (m_sOutPortDef.format.video.eCompressionFormat == OMX_VIDEO_CodingImageHEIC) in empty_this_buffer_opaque()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp265 codec_type = OMX_VIDEO_CodingImageHEIC; in component_init()
404 } else if (codec_type == OMX_VIDEO_CodingImageHEIC) { in component_init()
456 } else if (codec_type == OMX_VIDEO_CodingImageHEIC) { in component_init()
457 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingImageHEIC; in component_init()
488 } else if (codec_type == OMX_VIDEO_CodingImageHEIC) { in component_init()
489 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingImageHEIC; in component_init()
Dvideo_encoder_device_v4l2_params.cpp61 m_codec == OMX_VIDEO_CodingImageHEIC) { in venc_get_consumer_usage()
69 if (m_codec == OMX_VIDEO_CodingImageHEIC) { in venc_get_consumer_usage()
1623 case OMX_VIDEO_CodingImageHEIC: in venc_get_codectype()
Dvideo_encoder_device_v4l2.cpp1536 } else if (codec == OMX_VIDEO_CodingHEVC || codec == OMX_VIDEO_CodingImageHEIC) { in venc_open()
1541 if (codec == OMX_VIDEO_CodingImageHEIC) { in venc_open()
1616 if (m_codec == OMX_VIDEO_CodingImageHEIC) { in venc_open()
2971 if (!(m_codec == OMX_VIDEO_CodingImageHEIC) && in venc_empty_buf()
3616 if (m_codec == OMX_VIDEO_CodingImageHEIC) in venc_get_color_format()
3662 if (m_codec == OMX_VIDEO_CodingImageHEIC) in venc_set_color_format()
/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()
/hardware/qcom/sdm845/media/mm-core/inc/
DOMX_Video.h74 OMX_VIDEO_CodingImageHEIC = 13, /**< HEIC */ enumerator
/hardware/qcom/sm7250/media/mm-core/inc/
DOMX_Video.h75 OMX_VIDEO_CodingImageHEIC, /**< HEIF image encoded with HEVC */ enumerator
/hardware/qcom/sm8150/media/mm-core/inc/
DOMX_QCOMExtns.h362 QOMX_VIDEO_CodingImageHeic = OMX_VIDEO_CodingImageHEIC,