Lines Matching refs:Decode_Status
32 Decode_Status VideoDecoderMPEG2::start(VideoConfigBuffer *buffer) { in start()
33 Decode_Status status; in start()
65 Decode_Status VideoDecoderMPEG2::decode(VideoDecodeBuffer *buffer) { in decode()
66 Decode_Status status; in decode()
156 Decode_Status VideoDecoderMPEG2::decodeFrame(VideoDecodeBuffer *buffer, vbp_data_mpeg2 *data) { in decodeFrame()
157 Decode_Status status; in decodeFrame()
206 Decode_Status VideoDecoderMPEG2::decodePicture(vbp_data_mpeg2 *data, int picIndex) { in decodePicture()
207 Decode_Status status; in decodePicture()
290 Decode_Status VideoDecoderMPEG2::setReference(VAPictureParameterBufferMPEG2 *picParam) { in setReference()
320 Decode_Status VideoDecoderMPEG2::startVA(vbp_data_mpeg2 *data) { in startVA()
343 Decode_Status VideoDecoderMPEG2::allocateVABufferIDs(int32_t number) { in allocateVABufferIDs()
410 Decode_Status VideoDecoderMPEG2::checkHardwareCapability() { in checkHardwareCapability()