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

12 3 4

  /hardware/intel/img/psb_video/src/
Android.mk 31 # psb_drv_video.c: comparison of constant 32 with expression of type 'VAProfile'
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,
  /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;
  /hardware/intel/common/libva/va/
va_fool.c 172 VAProfile profile,
va.c 409 return "the requested VAProfile is not supported";
579 VAProfile profile,
593 VAProfile profile,
608 VAProfile *profile_list, /* out */
621 VAProfile profile,
658 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 336 VAProfile vaProfile;
348 vaProfile = VAProfileMPEG2Simple;
350 vaProfile = VAProfileMPEG2Main;
353 return VideoDecoderBase::setupVA(MPEG2_SURFACE_NUMBER, vaProfile);
VideoDecoderVP8.cpp 110 VAProfile vaProfile = VAProfileVP8Version0_3;
117 return VideoDecoderBase::setupVA(VP8_SURFACE_NUMBER + VP8_REF_SIZE, vaProfile);
VideoDecoderWMV.cpp 474 VAProfile vaProfile;
477 vaProfile = VAProfileVC1Simple;
480 vaProfile = VAProfileVC1Main;
483 vaProfile = VAProfileVC1Advanced;
487 return VideoDecoderBase::setupVA(VC1_SURFACE_NUMBER, vaProfile, VC1_EXTRA_SURFACE_NUMBER);
VideoDecoderAVC.cpp 696 VAProfile vaProfile = VAProfileH264High;
711 vaProfile = VAProfileH264ConstrainedBaseline;
725 return VideoDecoderBase::setupVA(DPBSize + AVC_EXTRA_SURFACE_NUMBER, vaProfile);
    [all...]
VideoDecoderMPEG4.cpp 600 VAProfile vaProfile;
603 vaProfile = VAProfileMPEG4AdvancedSimple;
605 vaProfile = VAProfileMPEG4Simple;
610 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,

Completed in 1289 milliseconds

12 3 4