Lines Matching refs:Decode_Status
104 Decode_Status VideoDecoderVP8::startVA(vbp_data_vp8 *data) { in startVA()
117 Decode_Status VideoDecoderVP8::start(VideoConfigBuffer *buffer) { in start()
118 Decode_Status status; in start()
153 Decode_Status VideoDecoderVP8::decode(VideoDecodeBuffer *buffer) { in decode()
154 Decode_Status status; in decode()
182 Decode_Status VideoDecoderVP8::decodeFrame(VideoDecodeBuffer* buffer, vbp_data_vp8 *data) { in decodeFrame()
183 Decode_Status status; in decodeFrame()
258 Decode_Status VideoDecoderVP8::decodePicture(vbp_data_vp8 *data, int32_t picIndex) { in decodePicture()
260 Decode_Status status; in decodePicture()
347 Decode_Status VideoDecoderVP8::setReference(VAPictureParameterBufferVP8 *picParam) { in setReference()
467 Decode_Status VideoDecoderVP8::checkHardwareCapability() { in checkHardwareCapability()