Home
last modified time | relevance | path

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

/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/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/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 …]
Domx_video_base.cpp1722 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()
Domx_video_base.cpp1700 memcpy(pParam, &m_sParamProfileLevel, sizeof(m_sParamProfileLevel)); in get_parameter()
/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/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h608 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h619 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable