HomeSort by relevance Sort by last modified time
    Searched refs:VAProfile (Results 26 - 50 of 81) sorted by null

12 3 4

  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp 328 VAProfile profile, VAConfigID *config)
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp 312 VAProfile profile, VAConfigID *config)
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderMP4.cpp 27 mComParams.profile = (VAProfile)PROFILE_MPEG4SIMPLE;
VideoEncoderDef.h 366 VAProfile profile;
537 VAProfile profile;
  /hardware/intel/common/libva/va/
va_fool.c 172 VAProfile profile,
va.c 409 return "the requested VAProfile is not supported";
585 VAProfile profile,
599 VAProfile profile,
614 VAProfile *profile_list, /* out */
627 VAProfile profile,
664 VAProfile *profile, /* out */
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.cpp 74 mEncoderParams->profile = (VAProfile)PROFILE_H263BASELINE;
OMXVideoEncoderMPEG4.cpp 68 mEncoderParams->profile = (VAProfile)PROFILE_MPEG4SIMPLE;
OMXVideoEncoderAVC.cpp 25 VAProfile value;
39 { (OMX_VIDEO_AVCPROFILETYPE) 0, (VAProfile) 0, "Not Supported" },
86 VAProfile profiles[MAX_H264_PROFILE] = {VAProfileH264High, VAProfileH264Main, VAProfileH264Baseline};
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG2.cpp 323 VAProfile vaProfile;
335 vaProfile = VAProfileMPEG2Simple;
337 vaProfile = VAProfileMPEG2Main;
340 return VideoDecoderBase::setupVA(MPEG2_SURFACE_NUMBER, vaProfile);
VideoDecoderVP8.cpp 107 VAProfile vaProfile = VAProfileVP8Version0_3;
114 return VideoDecoderBase::setupVA(VP8_SURFACE_NUMBER + VP8_REF_SIZE, vaProfile);
VideoDecoderWMV.cpp 461 VAProfile vaProfile;
464 vaProfile = VAProfileVC1Simple;
467 vaProfile = VAProfileVC1Main;
470 vaProfile = VAProfileVC1Advanced;
474 return VideoDecoderBase::setupVA(VC1_SURFACE_NUMBER, vaProfile, VC1_EXTRA_SURFACE_NUMBER);
VideoDecoderAVC.cpp 682 VAProfile vaProfile = VAProfileH264High;
688 vaProfile = VAProfileH264ConstrainedBaseline;
702 return VideoDecoderBase::setupVA(DPBSize + AVC_EXTRA_SURFACE_NUMBER, vaProfile);
    [all...]
VideoDecoderMPEG4.cpp 587 VAProfile vaProfile;
590 vaProfile = VAProfileMPEG4AdvancedSimple;
592 vaProfile = VAProfileMPEG4Simple;
597 return VideoDecoderBase::setupVA(MP4_SURFACE_NUMBER, vaProfile);
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_vc1.c 259 VAProfile *profiles = NULL;
374 profiles = g_malloc(numprofs*sizeof(VAProfile));
395 VAProfile profile;
    [all...]
mixvideoformatenc_mpeg4.c 152 VAProfile *va_profiles = NULL;
286 va_profiles = g_malloc(sizeof(VAProfile)*va_max_num_profiles);
    [all...]
mixvideoformatenc_preview.c 151 VAProfile *va_profiles = NULL;
239 va_profiles = g_malloc(sizeof(VAProfile)*va_max_num_profiles);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_H263ES.c 53 VAProfile profile,
lnc_MPEG4ES.c 54 VAProfile profile,
  /hardware/intel/img/psb_video/src/
pnw_H263ES.c 52 VAProfile __maybe_unused profile,
pnw_MPEG4ES.c 53 VAProfile __maybe_unused profile,
tng_MPEG4ES.c 60 VAProfile __maybe_unused profile,
pnw_jpeg.c 61 VAProfile __maybe_unused profile,
tng_H263ES.c 60 VAProfile __maybe_unused profile,
tng_yuv_processor.c 43 VAProfile __maybe_unused rofile,

Completed in 591 milliseconds

12 3 4