• Home
  • Raw
  • Download

Lines Matching refs:Decode_Status

46 Decode_Status VideoDecoderAVC::start(VideoConfigBuffer *buffer) {  in start()
47 Decode_Status status; in start()
100 Decode_Status VideoDecoderAVC::decode(VideoDecodeBuffer *buffer) { in decode()
101 Decode_Status status; in decode()
140 Decode_Status VideoDecoderAVC::decodeFrame(VideoDecodeBuffer *buffer, vbp_data_h264 *data) { in decodeFrame()
141 Decode_Status status; in decodeFrame()
196 Decode_Status st = status; in decodeFrame()
230 Decode_Status VideoDecoderAVC::beginDecodingFrame(vbp_data_h264 *data) { in beginDecodingFrame()
231 Decode_Status status; in beginDecodingFrame()
266 Decode_Status VideoDecoderAVC::continueDecodingFrame(vbp_data_h264 *data) { in continueDecodingFrame()
267 Decode_Status status; in continueDecodingFrame()
306 Decode_Status VideoDecoderAVC::decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIn… in decodeSlice()
307 Decode_Status status; in decodeSlice()
423 Decode_Status VideoDecoderAVC::setReference(VASliceParameterBufferH264 *sliceParam) { in setReference()
463 Decode_Status VideoDecoderAVC::updateDPB(VAPictureParameterBufferH264 *picParam) { in updateDPB()
524 Decode_Status VideoDecoderAVC::updateReferenceFrames(vbp_picture_data_h264 *picData) { in updateReferenceFrames()
692 Decode_Status VideoDecoderAVC::startVA(vbp_data_h264 *data) { in startVA()
860 Decode_Status VideoDecoderAVC::handleNewSequence(vbp_data_h264 *data) { in handleNewSequence()
861 Decode_Status status; in handleNewSequence()
1003 Decode_Status VideoDecoderAVC::checkHardwareCapability() { in checkHardwareCapability()
1022 Decode_Status VideoDecoderAVC::getCodecSpecificConfigs( in getCodecSpecificConfigs()