HomeSort by relevance Sort by last modified time
    Searched refs:SubmitDecode (Results 1 - 7 of 7) sorted by null

  /external/v4l2_codec2/vda/
vp8_decoder.h 50 virtual bool SubmitDecode(const scoped_refptr<VP8Picture>& pic,
vp9_decoder.h 63 virtual bool SubmitDecode(
75 // they are decoded before outputting (assuming SubmitDecode() has been
h264_decoder.h 54 // before calling SubmitDecode().
70 // This must be called one or more times per frame, before SubmitDecode().
83 // the previous call to SubmitDecode().
85 virtual bool SubmitDecode(const scoped_refptr<H264Picture>& pic) = 0;
vp8_decoder.cc 168 if (!accelerator_->SubmitDecode(curr_pic_, curr_frame_hdr_.get(), last_frame_,
vp9_decoder.cc 197 if (!accelerator_->SubmitDecode(pic, context.segmentation(),
v4l2_slice_video_decode_accelerator.cc 255 bool SubmitDecode(const scoped_refptr<H264Picture>& pic) override;
293 bool SubmitDecode(const scoped_refptr<VP8Picture>& pic,
319 bool SubmitDecode(const scoped_refptr<VP9Picture>& pic,
    [all...]
h264_decoder.cc 97 return accelerator_->SubmitDecode(curr_pic_);
    [all...]

Completed in 80 milliseconds