Home
last modified time | relevance | path

Searched refs:golden_frame (Results 1 – 3 of 3) sorted by relevance

/external/v4l2_codec2/vda/
Dvp8_decoder.h52 const scoped_refptr<VP8Picture>& golden_frame,
Dv4l2_slice_video_decode_accelerator.cc290 const scoped_refptr<VP8Picture>& golden_frame,
2423 const scoped_refptr<VP8Picture>& golden_frame, in SubmitDecode() argument
2494 if (golden_frame) { in SubmitDecode()
2496 VP8PictureToV4L2DecodeSurface(golden_frame); in SubmitDecode()
2497 v4l2_frame_hdr.golden_frame = golden_frame_surface->output_record(); in SubmitDecode()
2500 v4l2_frame_hdr.golden_frame = VIDEO_MAX_FRAME; in SubmitDecode()
Dv4l2-controls.h1219 __u32 golden_frame; member