Lines Matching refs:Decode_Status
42 Decode_Status VideoDecoderAVC::start(VideoConfigBuffer *buffer) { in start()
43 Decode_Status status; in start()
91 Decode_Status VideoDecoderAVC::decode(VideoDecodeBuffer *buffer) { in decode()
92 Decode_Status status; in decode()
126 Decode_Status VideoDecoderAVC::decodeFrame(VideoDecodeBuffer *buffer, vbp_data_h264 *data) { in decodeFrame()
127 Decode_Status status; in decodeFrame()
182 Decode_Status st = status; in decodeFrame()
216 Decode_Status VideoDecoderAVC::beginDecodingFrame(vbp_data_h264 *data) { in beginDecodingFrame()
217 Decode_Status status; in beginDecodingFrame()
252 Decode_Status VideoDecoderAVC::continueDecodingFrame(vbp_data_h264 *data) { in continueDecodingFrame()
253 Decode_Status status; in continueDecodingFrame()
292 Decode_Status VideoDecoderAVC::decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIn… in decodeSlice()
293 Decode_Status status; in decodeSlice()
409 Decode_Status VideoDecoderAVC::setReference(VASliceParameterBufferH264 *sliceParam) { in setReference()
449 Decode_Status VideoDecoderAVC::updateDPB(VAPictureParameterBufferH264 *picParam) { in updateDPB()
510 Decode_Status VideoDecoderAVC::updateReferenceFrames(vbp_picture_data_h264 *picData) { in updateReferenceFrames()
678 Decode_Status VideoDecoderAVC::startVA(vbp_data_h264 *data) { in startVA()
845 Decode_Status VideoDecoderAVC::handleNewSequence(vbp_data_h264 *data) { in handleNewSequence()
846 Decode_Status status; in handleNewSequence()
988 Decode_Status VideoDecoderAVC::checkHardwareCapability() { in checkHardwareCapability()
1007 Decode_Status VideoDecoderAVC::getCodecSpecificConfigs( in getCodecSpecificConfigs()