Home
last modified time | relevance | path

Searched refs:setupVA (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.h76 …virtual Decode_Status setupVA(uint32_t numSurface, VAProfile profile, uint32_t numExtraSurface = 0…
DVideoDecoderAVC.cpp58 return VideoDecoderBase::setupVA(buffer->surfaceNumber, buffer->profile); in start()
704 return VideoDecoderBase::setupVA(DPBSize + AVC_EXTRA_SURFACE_NUMBER, vaProfile); in startVA()
DVideoDecoderVP8.cpp86 return VideoDecoderBase::setupVA(VP8_SURFACE_NUMBER + VP8_REF_SIZE, vaProfile); in startVA()
DVideoDecoderWMV.cpp455 return VideoDecoderBase::setupVA(VC1_SURFACE_NUMBER, vaProfile, VC1_EXTRA_SURFACE_NUMBER); in startVA()
DVideoDecoderMPEG4.cpp575 return VideoDecoderBase::setupVA(MP4_SURFACE_NUMBER, vaProfile); in startVA()
DVideoDecoderBase.cpp767 Decode_Status VideoDecoderBase::setupVA(uint32_t numSurface, VAProfile profile, uint32_t numExtraSu… in setupVA() function in VideoDecoderBase