HomeSort by relevance Sort by last modified time
    Searched refs:m_sParamProfileLevel (Results 1 - 22 of 22) sorted by null

  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_extensions.hpp 93 setStatus &= vExt.setParamInt32(ext, "profile", m_sParamProfileLevel.eProfile);
94 setStatus &= vExt.setParamInt32(ext, "level", m_sParamProfileLevel.eLevel);
198 memcpy(&profileParam, &m_sParamProfileLevel, sizeof(OMX_VIDEO_PARAM_PROFILELEVELTYPE));
omx_video_encoder.cpp 322 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
323 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
353 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
354 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0;
356 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
357 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10;
359 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
360 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1;
362 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain;
363 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0
    [all...]
omx_swvenc_mpeg4.cpp 213 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
214 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
234 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
235 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0;
238 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
239 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10;
243 Ret = swvenc_set_profile_level(m_sParamProfileLevel.eProfile,
244 m_sParamProfileLevel.eLevel);
    [all...]
omx_swvenc_hevc.cpp 211 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
212 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
599 m_sParamProfileLevel.eProfile = pParam->eProfile;
600 m_sParamProfileLevel.eLevel = pParam->eLevel;
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_extensions.hpp 93 setStatus &= vExt.setParamInt32(ext, "profile", m_sParamProfileLevel.eProfile);
94 setStatus &= vExt.setParamInt32(ext, "level", m_sParamProfileLevel.eLevel);
198 memcpy(&profileParam, &m_sParamProfileLevel, sizeof(OMX_VIDEO_PARAM_PROFILELEVELTYPE));
omx_video_encoder.cpp 331 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
332 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
364 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
365 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0;
367 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
368 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10;
370 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
371 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1;
373 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain;
374 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0
    [all...]
omx_swvenc_mpeg4.cpp 213 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
214 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
234 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
235 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0;
238 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
239 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10;
243 Ret = swvenc_set_profile_level(m_sParamProfileLevel.eProfile,
244 m_sParamProfileLevel.eLevel);
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/src/
omx_video_extensions.hpp 93 setStatus &= vExt.setParamInt32(ext, "profile", m_sParamProfileLevel.eProfile);
94 setStatus &= vExt.setParamInt32(ext, "level", m_sParamProfileLevel.eLevel);
198 memcpy(&profileParam, &m_sParamProfileLevel, sizeof(OMX_VIDEO_PARAM_PROFILELEVELTYPE));
omx_video_encoder.cpp 224 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
225 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
255 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
256 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1;
258 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain;
259 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0;
261 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain;
262 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_HEVCMainTierLevel1;
    [all...]
omx_swvenc_mpeg4.cpp 216 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
217 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
237 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
238 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0;
241 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
242 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10;
246 Ret = swvenc_set_profile_level(m_sParamProfileLevel.eProfile,
247 m_sParamProfileLevel.eLevel);
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 209 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
210 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
230 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
231 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0;
235 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
236 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10;
240 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
241 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1;
780 m_sParamProfileLevel.eProfile = pParam->eProfile;
781 m_sParamProfileLevel.eLevel = pParam->eLevel
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 250 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
251 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
274 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
275 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0;
277 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
278 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10;
280 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
281 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1;
283 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain;
284 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 532 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 586 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 608 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 619 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel;
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 637 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel;

Completed in 148 milliseconds