Lines Matching refs:Decode_Status
35 Decode_Status VideoDecoderMPEG2::start(VideoConfigBuffer *buffer) { in start()
36 Decode_Status status; in start()
73 Decode_Status VideoDecoderMPEG2::decode(VideoDecodeBuffer *buffer) { in decode()
74 Decode_Status status; in decode()
169 Decode_Status VideoDecoderMPEG2::decodeFrame(VideoDecodeBuffer *buffer, vbp_data_mpeg2 *data) { in decodeFrame()
170 Decode_Status status; in decodeFrame()
219 Decode_Status VideoDecoderMPEG2::decodePicture(vbp_data_mpeg2 *data, int picIndex) { in decodePicture()
220 Decode_Status status; in decodePicture()
303 Decode_Status VideoDecoderMPEG2::setReference(VAPictureParameterBufferMPEG2 *picParam) { in setReference()
333 Decode_Status VideoDecoderMPEG2::startVA(vbp_data_mpeg2 *data) { in startVA()
356 Decode_Status VideoDecoderMPEG2::allocateVABufferIDs(int32_t number) { in allocateVABufferIDs()
423 Decode_Status VideoDecoderMPEG2::checkHardwareCapability() { in checkHardwareCapability()