Searched refs:setupVA (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderBase.h | 76 …virtual Decode_Status setupVA(uint32_t numSurface, VAProfile profile, uint32_t numExtraSurface = 0…
|
D | VideoDecoderAVC.cpp | 58 return VideoDecoderBase::setupVA(buffer->surfaceNumber, buffer->profile); in start() 704 return VideoDecoderBase::setupVA(DPBSize + AVC_EXTRA_SURFACE_NUMBER, vaProfile); in startVA()
|
D | VideoDecoderVP8.cpp | 86 return VideoDecoderBase::setupVA(VP8_SURFACE_NUMBER + VP8_REF_SIZE, vaProfile); in startVA()
|
D | VideoDecoderWMV.cpp | 455 return VideoDecoderBase::setupVA(VC1_SURFACE_NUMBER, vaProfile, VC1_EXTRA_SURFACE_NUMBER); in startVA()
|
D | VideoDecoderMPEG4.cpp | 575 return VideoDecoderBase::setupVA(MP4_SURFACE_NUMBER, vaProfile); in startVA()
|
D | VideoDecoderBase.cpp | 767 Decode_Status VideoDecoderBase::setupVA(uint32_t numSurface, VAProfile profile, uint32_t numExtraSu… in setupVA() function in VideoDecoderBase
|