Lines Matching refs:Decode_Status
107 Decode_Status VideoDecoderVP8::startVA(vbp_data_vp8 *data) { in startVA()
120 Decode_Status VideoDecoderVP8::start(VideoConfigBuffer *buffer) { in start()
121 Decode_Status status; in start()
161 Decode_Status VideoDecoderVP8::decode(VideoDecodeBuffer *buffer) { in decode()
162 Decode_Status status; in decode()
195 Decode_Status VideoDecoderVP8::decodeFrame(VideoDecodeBuffer* buffer, vbp_data_vp8 *data) { in decodeFrame()
196 Decode_Status status; in decodeFrame()
271 Decode_Status VideoDecoderVP8::decodePicture(vbp_data_vp8 *data, int32_t picIndex) { in decodePicture()
273 Decode_Status status; in decodePicture()
360 Decode_Status VideoDecoderVP8::setReference(VAPictureParameterBufferVP8 *picParam) { in setReference()
480 Decode_Status VideoDecoderVP8::checkHardwareCapability() { in checkHardwareCapability()