Searched refs:alt_frame (Results 1 – 3 of 3) sorted by relevance
53 const scoped_refptr<VP8Picture>& alt_frame) = 0;
291 const scoped_refptr<VP8Picture>& alt_frame) override;2424 const scoped_refptr<VP8Picture>& alt_frame) { in SubmitDecode() argument2503 if (alt_frame) { in SubmitDecode()2505 VP8PictureToV4L2DecodeSurface(alt_frame); in SubmitDecode()2506 v4l2_frame_hdr.alt_frame = alt_frame_surface->output_record(); in SubmitDecode()2509 v4l2_frame_hdr.alt_frame = VIDEO_MAX_FRAME; in SubmitDecode()
1220 __u32 alt_frame; member