Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.h95 …virtual Decode_Status setupVA(uint32_t numSurface, VAProfile profile, uint32_t numExtraSurface = 0…
DVideoDecoderMPEG2.cpp353 return VideoDecoderBase::setupVA(MPEG2_SURFACE_NUMBER, vaProfile); in startVA()
DVideoDecoderAVC.cpp62 return VideoDecoderBase::setupVA(buffer->surfaceNumber, buffer->profile); in start()
725 return VideoDecoderBase::setupVA(DPBSize + AVC_EXTRA_SURFACE_NUMBER, vaProfile); in startVA()
DVideoDecoderVP8.cpp117 return VideoDecoderBase::setupVA(VP8_SURFACE_NUMBER + VP8_REF_SIZE, vaProfile); in startVA()
DVideoDecoderWMV.cpp487 return VideoDecoderBase::setupVA(VC1_SURFACE_NUMBER, vaProfile, VC1_EXTRA_SURFACE_NUMBER); in startVA()
DVideoDecoderMPEG4.cpp610 return VideoDecoderBase::setupVA(MP4_SURFACE_NUMBER, vaProfile); in startVA()
DVideoDecoderBase.cpp783 Decode_Status VideoDecoderBase::setupVA(uint32_t numSurface, VAProfile profile, uint32_t numExtraSu… in setupVA() function in VideoDecoderBase