Lines Matching refs:Decode_Status
34 Decode_Status VideoDecoderMPEG4::start(VideoConfigBuffer *buffer) { in start()
35 Decode_Status status; in start()
63 Decode_Status VideoDecoderMPEG4::decode(VideoDecodeBuffer *buffer) { in decode()
64 Decode_Status status; in decode()
155 Decode_Status VideoDecoderMPEG4::decodeFrame(VideoDecodeBuffer *buffer, vbp_data_mp42 *data) { in decodeFrame()
156 Decode_Status status; in decodeFrame()
213 Decode_Status VideoDecoderMPEG4::beginDecodingFrame(vbp_data_mp42 *data) { in beginDecodingFrame()
215 Decode_Status status = DECODE_SUCCESS; in beginDecodingFrame()
300 Decode_Status VideoDecoderMPEG4::continueDecodingFrame(vbp_data_mp42 *data) { in continueDecodingFrame()
301 Decode_Status status = DECODE_SUCCESS; in continueDecodingFrame()
444 Decode_Status VideoDecoderMPEG4::decodeSlice(vbp_data_mp42 *data, vbp_picture_data_mp42 *picData) { in decodeSlice()
445 Decode_Status status; in decodeSlice()
527 Decode_Status VideoDecoderMPEG4::setReference(VAPictureParameterBufferMPEG4 *picParam) { in setReference()
584 Decode_Status VideoDecoderMPEG4::startVA(vbp_data_mp42 *data) { in startVA()
657 Decode_Status VideoDecoderMPEG4::checkHardwareCapability() { in checkHardwareCapability()