Lines Matching refs:Decode_Status
37 Decode_Status VideoDecoderMPEG4::start(VideoConfigBuffer *buffer) { in start()
38 Decode_Status status; in start()
71 Decode_Status VideoDecoderMPEG4::decode(VideoDecodeBuffer *buffer) { in decode()
72 Decode_Status status; in decode()
168 Decode_Status VideoDecoderMPEG4::decodeFrame(VideoDecodeBuffer *buffer, vbp_data_mp42 *data) { in decodeFrame()
169 Decode_Status status; in decodeFrame()
226 Decode_Status VideoDecoderMPEG4::beginDecodingFrame(vbp_data_mp42 *data) { in beginDecodingFrame()
228 Decode_Status status = DECODE_SUCCESS; in beginDecodingFrame()
313 Decode_Status VideoDecoderMPEG4::continueDecodingFrame(vbp_data_mp42 *data) { in continueDecodingFrame()
314 Decode_Status status = DECODE_SUCCESS; in continueDecodingFrame()
457 Decode_Status VideoDecoderMPEG4::decodeSlice(vbp_data_mp42 *data, vbp_picture_data_mp42 *picData) { in decodeSlice()
458 Decode_Status status; in decodeSlice()
540 Decode_Status VideoDecoderMPEG4::setReference(VAPictureParameterBufferMPEG4 *picParam) { in setReference()
597 Decode_Status VideoDecoderMPEG4::startVA(vbp_data_mp42 *data) { in startVA()
670 Decode_Status VideoDecoderMPEG4::checkHardwareCapability() { in checkHardwareCapability()