Lines Matching refs:VideoDecoderWMV
21 VideoDecoderWMV::VideoDecoderWMV(const char *mimeType) in VideoDecoderWMV() function in VideoDecoderWMV
33 VideoDecoderWMV::~VideoDecoderWMV() { in ~VideoDecoderWMV()
37 Decode_Status VideoDecoderWMV::start(VideoConfigBuffer *buffer) { in start()
56 void VideoDecoderWMV::stop(void) { in stop()
72 void VideoDecoderWMV::flush(void) { in flush()
81 Decode_Status VideoDecoderWMV::decode(VideoDecodeBuffer *buffer) { in decode()
151 Decode_Status VideoDecoderWMV::decodeFrame(VideoDecodeBuffer* buffer, vbp_data_vc1 *data) { in decodeFrame()
238 Decode_Status VideoDecoderWMV::decodePicture(vbp_data_vc1 *data, int32_t picIndex) { in decodePicture()
336 Decode_Status VideoDecoderWMV::setReference( in setReference()
400 void VideoDecoderWMV::updateDeblockedPicIndexes(int frameType) { in updateDeblockedPicIndexes()
415 Decode_Status VideoDecoderWMV::updateConfigData( in updateConfigData()
458 Decode_Status VideoDecoderWMV::startVA(vbp_data_vc1 *data) { in startVA()
477 void VideoDecoderWMV::updateFormatInfo(vbp_data_vc1 *data) { in updateFormatInfo()
524 Decode_Status VideoDecoderWMV::allocateVABufferIDs(int32_t number) { in allocateVABufferIDs()
541 Decode_Status VideoDecoderWMV::parseBuffer(uint8_t *data, int32_t size, vbp_data_vc1 **vbpData) { in parseBuffer()
570 Decode_Status VideoDecoderWMV::checkHardwareCapability() { in checkHardwareCapability()