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.cpp340 return VideoDecoderBase::setupVA(MPEG2_SURFACE_NUMBER, vaProfile); in startVA()
DVideoDecoderAVC.cpp58 return VideoDecoderBase::setupVA(buffer->surfaceNumber, buffer->profile); in start()
711 return VideoDecoderBase::setupVA(DPBSize + AVC_EXTRA_SURFACE_NUMBER, vaProfile); in startVA()
DVideoDecoderVP8.cpp114 return VideoDecoderBase::setupVA(VP8_SURFACE_NUMBER + VP8_REF_SIZE, vaProfile); in startVA()
DVideoDecoderWMV.cpp474 return VideoDecoderBase::setupVA(VC1_SURFACE_NUMBER, vaProfile, VC1_EXTRA_SURFACE_NUMBER); in startVA()
DVideoDecoderMPEG4.cpp597 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