Searched refs:vaProfile (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderMPEG2.cpp336 VAProfile vaProfile; local
348 vaProfile = VAProfileMPEG2Simple;
350 vaProfile = VAProfileMPEG2Main;
353 return VideoDecoderBase::setupVA(MPEG2_SURFACE_NUMBER, vaProfile);
H A DVideoDecoderWMV.cpp474 VAProfile vaProfile; local
477 vaProfile = VAProfileVC1Simple;
480 vaProfile = VAProfileVC1Main;
483 vaProfile = VAProfileVC1Advanced;
487 return VideoDecoderBase::setupVA(VC1_SURFACE_NUMBER, vaProfile, VC1_EXTRA_SURFACE_NUMBER);
H A DVideoDecoderMPEG4.cpp600 VAProfile vaProfile; local
603 vaProfile = VAProfileMPEG4AdvancedSimple;
605 vaProfile = VAProfileMPEG4Simple;
610 return VideoDecoderBase::setupVA(MP4_SURFACE_NUMBER, vaProfile);
H A DVideoDecoderVP8.cpp110 VAProfile vaProfile = VAProfileVP8Version0_3; local
117 return VideoDecoderBase::setupVA(VP8_SURFACE_NUMBER + VP8_REF_SIZE, vaProfile);
H A DVideoDecoderAVC.cpp696 VAProfile vaProfile = VAProfileH264High; local
711 vaProfile = VAProfileH264ConstrainedBaseline;
725 return VideoDecoderBase::setupVA(DPBSize + AVC_EXTRA_SURFACE_NUMBER, vaProfile);

Completed in 72 milliseconds