Home
last modified time | relevance | path

Searched refs:m_sParamProfileLevel (Results 1 – 25 of 28) sorted by relevance

12

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp209 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 …]
Domx_video_base.cpp1667 memcpy(pParam, &m_sParamProfileLevel, sizeof(m_sParamProfileLevel)); in get_parameter()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_extensions.hpp93 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()
Domx_video_encoder.cpp322 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 …]
Domx_swvenc_mpeg4.cpp213 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 …]
Domx_swvenc_hevc.cpp211 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/
Domx_video_extensions.hpp93 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()
Domx_video_encoder.cpp331 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 …]
Domx_swvenc_mpeg4.cpp213 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/
Domx_video_encoder.cpp250 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 …]
Domx_video_base.cpp1605 memcpy(pParam, &m_sParamProfileLevel, sizeof(m_sParamProfileLevel)); in get_parameter()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp223 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 …]
Domx_swvenc_mpeg4.cpp237 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 …]
Domx_video_extensions.hpp198 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/
Domx_video_encoder.cpp396 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 …]
Domx_swvenc_mpeg4.cpp242 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 …]
Domx_video_extensions.hpp213 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/
Domx_video_encoder.cpp354 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 …]
Domx_swvenc_mpeg4.cpp250 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 …]
Domx_video_extensions.hpp210 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/
Domx_video_base.h532 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h586 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h670 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h674 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h679 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable

12