HomeSort by relevance Sort by last modified time
    Searched refs:eProfile (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /hardware/interfaces/media/omx/1.0/vts/functional/video/
media_video_hidl_test_common.h 43 OMX_VIDEO_AVCPROFILETYPE eProfile,
47 OMX_VIDEO_HEVCPROFILETYPE eProfile,
51 OMX_VIDEO_MPEG4PROFILETYPE eProfile,
55 OMX_VIDEO_H263PROFILETYPE eProfile,
61 OMX_VIDEO_VP8PROFILETYPE eProfile,
65 OMX_VIDEO_VP9PROFILETYPE eProfile,
media_video_hidl_test_common.cpp 130 arrProfile->push_back(static_cast<int32_t>(param.eProfile));
166 OMX_VIDEO_AVCPROFILETYPE eProfile,
179 param.eProfile = eProfile;
192 OMX_VIDEO_HEVCPROFILETYPE eProfile,
200 (void)eProfile;
204 // param.eProfile = eProfile;
213 OMX_VIDEO_MPEG4PROFILETYPE eProfile,
230 param.eProfile = eProfile
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderPAVC.cpp 54 // TODO: check eProfile/eLevel
55 mParamAvc.eProfile = OMX_VIDEO_AVCProfileMain; //OMX_VIDEO_AVCProfileBaseline;
58 mCurrentProfile = mParamAvc.eProfile;
158 p->eProfile = mParamAvc.eProfile;
181 p->eProfile = mCurrentProfile;
199 mCurrentProfile = (OMX_VIDEO_AVCPROFILETYPE) p->eProfile;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 230 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
235 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
240 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
341 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple;
358 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline;
380 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline;
673 if(pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple)
722 if((pParam->eProfile == OMX_VIDEO_AVCProfileHigh)||
723 (pParam->eProfile == OMX_VIDEO_AVCProfileMain))
777 "Level :%d", pParam->eProfile, pParam->eLevel)
    [all...]
video_encoder_device_copper.cpp 813 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel))
819 if(pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple)
862 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel))
890 DEBUG_PRINT_LOW("pParam->eProfile :%d ,pParam->eLevel %d\n",
891 pParam->eProfile,pParam->eLevel);
    [all...]
video_encoder_device.cpp 739 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel))
746 if(pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple)
790 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel))
818 DEBUG_PRINT_LOW("pParam->eProfile :%d ,pParam->eLevel %d\n",
819 pParam->eProfile,pParam->eLevel);
824 if(!venc_set_profile_level (pParam->eProfile,pParam->eLevel))
827 pParam->eProfile, pParam->eLevel);
832 if(pParam->eProfile != OMX_VIDEO_AVCProfileBaseline)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 274 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
277 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
280 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
283 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain;
286 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain;
389 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple;
406 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline;
428 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline;
445 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain;
453 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain
    [all...]
video_encoder_device.cpp     [all...]
video_encoder_device_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 353 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
356 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
359 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
362 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain;
365 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain;
467 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple;
484 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline;
505 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline;
522 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain;
530 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain
    [all...]
video_encoder_device.cpp     [all...]
omx_video_extensions.hpp 93 setStatus &= vExt.setParamInt32(ext, "profile", m_sParamProfileLevel.eProfile);
199 valueSet |= vExt.readParamInt32(ext, "profile", (OMX_S32 *)&(profileParam.eProfile));
206 (OMX_U32)profileParam.eProfile, (OMX_U32)profileParam.eLevel);
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 364 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
367 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
370 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
373 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain;
376 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain;
482 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple;
499 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline;
520 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline;
537 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain;
545 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain
    [all...]
video_encoder_device.cpp     [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
portvideo.cpp 184 avcparam.eProfile = OMX_VIDEO_AVCProfileVendorStartUnused; //defaul profle for buffer sharing in opencore
241 avcparam.eProfile = p->eProfile;
245 avcparam.eProfile = p->eProfile;
  /hardware/qcom/media/msm8974/mm-core/inc/
QOMX_VideoExtensions.h 140 * eProfile : Profile of DivX stream / data
147 QOMX_VIDEO_DIVXPROFILETYPE eProfile;
187 * eProfile : Profile or Version of VP stream / data
194 QOMX_VIDEO_VPPROFILETYPE eProfile;
263 * eProfile : Profile of VC-1 stream / data
270 QOMX_VIDEO_VC1PROFILETYPE eProfile;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
video_encoder_device.h 74 bool venc_get_profile_level(OMX_U32 *eProfile,OMX_U32 *eLevel);
127 bool venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel);
136 bool venc_validate_profile_level(OMX_U32 *eProfile, OMX_U32 *eLevel);
video_encoder_device_copper.h 191 bool venc_get_profile_level(OMX_U32 *eProfile,OMX_U32 *eLevel);
237 bool venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel);
245 bool venc_validate_profile_level(OMX_U32 *eProfile, OMX_U32 *eLevel);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 74 bool venc_get_profile_level(OMX_U32 *eProfile,OMX_U32 *eLevel);
136 bool venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel);
146 bool venc_validate_profile_level(OMX_U32 *eProfile, OMX_U32 *eLevel);
  /hardware/qcom/media/msm8996/mm-core/inc/
QOMX_VideoExtensions.h 140 * eProfile : Profile of DivX stream / data
147 QOMX_VIDEO_DIVXPROFILETYPE eProfile;
188 * eProfile : Profile or Version of VP stream / data
195 QOMX_VIDEO_VPPROFILETYPE eProfile;
264 * eProfile : Profile of VC-1 stream / data
271 QOMX_VIDEO_VC1PROFILETYPE eProfile;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 74 bool venc_get_profile_level(OMX_U32 *eProfile,OMX_U32 *eLevel);
136 bool venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel);
146 bool venc_validate_profile_level(OMX_U32 *eProfile, OMX_U32 *eLevel);
  /hardware/qcom/media/msm8998/mm-core/inc/
QOMX_VideoExtensions.h 140 * eProfile : Profile of DivX stream / data
147 QOMX_VIDEO_DIVXPROFILETYPE eProfile;
188 * eProfile : Profile or Version of VP stream / data
195 QOMX_VIDEO_VPPROFILETYPE eProfile;
264 * eProfile : Profile of VC-1 stream / data
271 QOMX_VIDEO_VC1PROFILETYPE eProfile;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 74 bool venc_get_profile_level(OMX_U32 *eProfile,OMX_U32 *eLevel);
136 bool venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel);
146 bool venc_validate_profile_level(OMX_U32 *eProfile, OMX_U32 *eLevel);
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVP8Encoder.cpp 127 vp8Params->eProfile = OMX_VIDEO_VP8ProfileMain;
140 if (vp8Params->eProfile != OMX_VIDEO_VP8ProfileMain) {
  /frameworks/native/include/media/openmax/
OMX_AudioExt.h 101 OMX_U32 eProfile; /**< type is OMX_AUDIO_AACPROFILETYPE or OMX_AUDIO_WMAPROFILETYPE

Completed in 391 milliseconds

1 2 3 4