/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 209 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init() 210 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 230 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init() 231 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0; in component_init() 235 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init() 236 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10; in component_init() 240 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init() 241 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1; in component_init() 780 m_sParamProfileLevel.eProfile = pParam->eProfile; in set_parameter() 781 m_sParamProfileLevel.eLevel = pParam->eLevel; in set_parameter() [all …]
|
D | omx_video_base.cpp | 1667 memcpy(pParam, &m_sParamProfileLevel, sizeof(m_sParamProfileLevel)); in get_parameter()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_extensions.hpp | 93 setStatus &= vExt.setParamInt32(ext, "profile", m_sParamProfileLevel.eProfile); in get_vendor_extension_config() 94 setStatus &= vExt.setParamInt32(ext, "level", m_sParamProfileLevel.eLevel); in get_vendor_extension_config() 198 memcpy(&profileParam, &m_sParamProfileLevel, sizeof(OMX_VIDEO_PARAM_PROFILELEVELTYPE)); in set_vendor_extension_config()
|
D | omx_video_encoder.cpp | 322 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init() 323 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 353 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init() 354 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0; in component_init() 356 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init() 357 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10; in component_init() 359 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init() 360 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1; in component_init() 362 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init() 363 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0; in component_init() [all …]
|
D | omx_swvenc_mpeg4.cpp | 213 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init() 214 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 234 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init() 235 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0; in component_init() 238 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init() 239 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10; in component_init() 243 Ret = swvenc_set_profile_level(m_sParamProfileLevel.eProfile, in component_init() 244 m_sParamProfileLevel.eLevel); in component_init() 877 m_sParamProfileLevel.eProfile = pParam->eProfile; in set_parameter() 878 m_sParamProfileLevel.eLevel = pParam->eLevel; in set_parameter() [all …]
|
D | omx_swvenc_hevc.cpp | 211 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init() 212 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 599 m_sParamProfileLevel.eProfile = pParam->eProfile; in set_parameter() 600 m_sParamProfileLevel.eLevel = pParam->eLevel; in set_parameter()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_extensions.hpp | 93 setStatus &= vExt.setParamInt32(ext, "profile", m_sParamProfileLevel.eProfile); in get_vendor_extension_config() 94 setStatus &= vExt.setParamInt32(ext, "level", m_sParamProfileLevel.eLevel); in get_vendor_extension_config() 198 memcpy(&profileParam, &m_sParamProfileLevel, sizeof(OMX_VIDEO_PARAM_PROFILELEVELTYPE)); in set_vendor_extension_config()
|
D | omx_video_encoder.cpp | 331 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init() 332 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 364 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init() 365 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0; in component_init() 367 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init() 368 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10; in component_init() 370 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init() 371 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1; in component_init() 373 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init() 374 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0; in component_init() [all …]
|
D | omx_swvenc_mpeg4.cpp | 213 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init() 214 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 234 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init() 235 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0; in component_init() 238 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init() 239 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10; in component_init() 243 Ret = swvenc_set_profile_level(m_sParamProfileLevel.eProfile, in component_init() 244 m_sParamProfileLevel.eLevel); in component_init() 873 m_sParamProfileLevel.eProfile = pParam->eProfile; in set_parameter() 874 m_sParamProfileLevel.eLevel = pParam->eLevel; in set_parameter() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 250 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init() 251 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 274 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init() 275 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0; in component_init() 277 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init() 278 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10; in component_init() 280 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init() 281 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1; in component_init() 283 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init() 284 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0; in component_init() [all …]
|
D | omx_video_base.cpp | 1605 memcpy(pParam, &m_sParamProfileLevel, sizeof(m_sParamProfileLevel)); in get_parameter()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 223 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init() 224 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 263 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init() 264 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1; in component_init() 266 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init() 267 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0; in component_init() 269 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain; in component_init() 270 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_HEVCMainTierLevel1; in component_init() 272 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMainStill; in component_init() 273 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_HEVCMainTierLevel1; in component_init() [all …]
|
D | omx_swvenc_mpeg4.cpp | 237 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init() 238 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 258 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init() 259 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0; in component_init() 262 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init() 263 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10; in component_init() 267 Ret = swvenc_set_profile_level(m_sParamProfileLevel.eProfile, in component_init() 268 m_sParamProfileLevel.eLevel); in component_init() 914 m_sParamProfileLevel.eProfile = pParam->eProfile; in set_parameter() 915 m_sParamProfileLevel.eLevel = pParam->eLevel; in set_parameter() [all …]
|
D | omx_video_extensions.hpp | 198 setStatus &= vExt.setParamInt32(ext, "profile", m_sParamProfileLevel.eProfile); in get_vendor_extension_config() 199 setStatus &= vExt.setParamInt32(ext, "level", m_sParamProfileLevel.eLevel); in get_vendor_extension_config() 485 memcpy(&profileParam, &m_sParamProfileLevel, sizeof(OMX_VIDEO_PARAM_PROFILELEVELTYPE)); in set_vendor_extension_config()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 396 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init() 397 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 444 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init() 445 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1; in component_init() 447 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init() 448 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0; in component_init() 450 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain; in component_init() 451 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_HEVCMainTierLevel1; in component_init() 453 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMainStill; in component_init() 454 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_HEVCMainTierLevel1; in component_init() [all …]
|
D | omx_swvenc_mpeg4.cpp | 242 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init() 243 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 263 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init() 264 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0; in component_init() 267 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init() 268 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10; in component_init() 272 Ret = swvenc_set_profile_level(m_sParamProfileLevel.eProfile, in component_init() 273 m_sParamProfileLevel.eLevel); in component_init() 911 m_sParamProfileLevel.eProfile = pParam->eProfile; in set_parameter() 912 m_sParamProfileLevel.eLevel = pParam->eLevel; in set_parameter() [all …]
|
D | omx_video_extensions.hpp | 213 setStatus &= vExt.setParamInt32(ext, "profile", m_sParamProfileLevel.eProfile); in get_vendor_extension_config() 214 setStatus &= vExt.setParamInt32(ext, "level", m_sParamProfileLevel.eLevel); in get_vendor_extension_config() 568 memcpy(&profileParam, &m_sParamProfileLevel, sizeof(OMX_VIDEO_PARAM_PROFILELEVELTYPE)); in set_vendor_extension_config()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 354 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init() 355 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 396 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init() 397 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1; in component_init() 399 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init() 400 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0; in component_init() 402 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain; in component_init() 403 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_HEVCMainTierLevel1; in component_init() 405 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMainStill; in component_init() 406 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_HEVCMainTierLevel1; in component_init() [all …]
|
D | omx_swvenc_mpeg4.cpp | 250 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init() 251 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 271 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init() 272 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0; in component_init() 275 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init() 276 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10; in component_init() 280 Ret = swvenc_set_profile_level(m_sParamProfileLevel.eProfile, in component_init() 281 m_sParamProfileLevel.eLevel); in component_init() 918 m_sParamProfileLevel.eProfile = pParam->eProfile; in set_parameter() 919 m_sParamProfileLevel.eLevel = pParam->eLevel; in set_parameter() [all …]
|
D | omx_video_extensions.hpp | 210 setStatus &= vExt.setParamInt32(ext, "profile", m_sParamProfileLevel.eProfile); in get_vendor_extension_config() 211 setStatus &= vExt.setParamInt32(ext, "level", m_sParamProfileLevel.eLevel); in get_vendor_extension_config() 516 memcpy(&profileParam, &m_sParamProfileLevel, sizeof(OMX_VIDEO_PARAM_PROFILELEVELTYPE)); in set_vendor_extension_config()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_base.h | 532 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 586 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 670 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 674 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 679 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable
|