/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 162 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 166 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 285 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 336 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 337 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingHEVC; in component_init() 369 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 370 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingHEVC; in component_init()
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 235 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 239 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 364 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 415 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 416 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingHEVC; in component_init() 448 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 449 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingHEVC; in component_init()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 126 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 134 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 268 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 321 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 322 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingHEVC; in component_init() 354 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 355 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingHEVC; in component_init()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 261 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 269 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 401 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 454 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 455 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingHEVC; in component_init() 486 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 487 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingHEVC; in component_init()
|
H A D | omx_video_extensions.hpp | 944 if (format != OMX_VIDEO_CodingHEVC && format != OMX_VIDEO_CodingAVC) { in set_vendor_extension_config()
|
H A D | video_encoder_device_v4l2.cpp | 731 if (m_codec == OMX_VIDEO_CodingHEVC) { in handle_input_extradata() 1536 } else if (codec == OMX_VIDEO_CodingHEVC || codec == OMX_VIDEO_CodingImageHEIC) { in venc_open() 2750 if (((m_codec == OMX_VIDEO_CodingHEVC) && in venc_empty_buf()
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 230 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 234 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 375 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 429 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 430 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingHEVC; in component_init() 463 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 464 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingHEVC; in component_init()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 248 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 273 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 449 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 502 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 503 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingHEVC; in component_init() 536 } else if (codec_type == OMX_VIDEO_CodingHEVC) { in component_init() 537 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingHEVC; in component_init()
|
H A D | omx_video_extensions.hpp | 1001 if (format != OMX_VIDEO_CodingHEVC && format != OMX_VIDEO_CodingAVC) { in set_vendor_extension_config()
|
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/ |
H A D | OMX_Video.h | 73 OMX_VIDEO_CodingHEVC, /**< HEVC */ enumerator
|
H A D | OMX_QCOMExtns.h | 294 … QOMX_VIDEO_CodingHevc = OMX_VIDEO_CodingHEVC, /**< keeping old enum for backwards compatibility*/
|
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/ |
H A D | OMX_Video.h | 73 OMX_VIDEO_CodingHEVC, /**< HEVC */ enumerator
|
H A D | OMX_QCOMExtns.h | 300 … QOMX_VIDEO_CodingHevc = OMX_VIDEO_CodingHEVC, /**< keeping old enum for backwards compatibility*/
|
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/ |
H A D | OMX_Video.h | 73 OMX_VIDEO_CodingHEVC, /**< HEVC */ enumerator
|
H A D | OMX_QCOMExtns.h | 344 … QOMX_VIDEO_CodingHevc = OMX_VIDEO_CodingHEVC, /**< keeping old enum for backwards compatibility*/
|
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/ |
H A D | OMX_Video.h | 73 OMX_VIDEO_CodingHEVC, /**< ITU H.265/HEVC */ enumerator
|
H A D | OMX_QCOMExtns.h | 358 … QOMX_VIDEO_CodingHevc = OMX_VIDEO_CodingHEVC, /**< keeping old enum for backwards compatibility*/
|
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/ |
H A D | OMX_Video.h | 73 OMX_VIDEO_CodingHEVC, /**< HEVC */ enumerator
|
H A D | OMX_QCOMExtns.h | 346 … QOMX_VIDEO_CodingHevc = OMX_VIDEO_CodingHEVC, /**< keeping old enum for backwards compatibility*/
|
/aosp12/frameworks/native/headers/media_plugin/media/openmax/ |
H A D | OMX_Video.h | 90 OMX_VIDEO_CodingHEVC, /**< ITU H.265/HEVC */ enumerator
|
H A D | OMX_AsString.h | 753 case OMX_VIDEO_CodingHEVC: return "HEVC";
|
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/ |
H A D | OMX_Video.h | 73 OMX_VIDEO_CodingHEVC, /**< ITU H.265/HEVC */ enumerator
|
H A D | OMX_QCOMExtns.h | 358 … QOMX_VIDEO_CodingHevc = OMX_VIDEO_CodingHEVC, /**< keeping old enum for backwards compatibility*/
|
/aosp12/frameworks/av/media/libstagefright/codecs/hevcdec/ |
H A D | SoftHEVC.cpp | 35 #define codingType OMX_VIDEO_CodingHEVC
|
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
H A D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 138 {mpeg4, OMX_VIDEO_CodingMPEG4}, {hevc, OMX_VIDEO_CodingHEVC}, in SetUp() 496 case OMX_VIDEO_CodingHEVC: in setDefaultPortParam()
|