Searched refs:setupVA (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderBase.h | 95 …virtual Decode_Status setupVA(uint32_t numSurface, VAProfile profile, uint32_t numExtraSurface = 0…
|
D | VideoDecoderMPEG2.cpp | 340 return VideoDecoderBase::setupVA(MPEG2_SURFACE_NUMBER, vaProfile); in startVA()
|
D | VideoDecoderAVC.cpp | 58 return VideoDecoderBase::setupVA(buffer->surfaceNumber, buffer->profile); in start() 711 return VideoDecoderBase::setupVA(DPBSize + AVC_EXTRA_SURFACE_NUMBER, vaProfile); in startVA()
|
D | VideoDecoderVP8.cpp | 114 return VideoDecoderBase::setupVA(VP8_SURFACE_NUMBER + VP8_REF_SIZE, vaProfile); in startVA()
|
D | VideoDecoderWMV.cpp | 474 return VideoDecoderBase::setupVA(VC1_SURFACE_NUMBER, vaProfile, VC1_EXTRA_SURFACE_NUMBER); in startVA()
|
D | VideoDecoderMPEG4.cpp | 597 return VideoDecoderBase::setupVA(MP4_SURFACE_NUMBER, vaProfile); in startVA()
|
D | VideoDecoderBase.cpp | 783 Decode_Status VideoDecoderBase::setupVA(uint32_t numSurface, VAProfile profile, uint32_t numExtraSu… in setupVA() function in VideoDecoderBase
|