Searched refs:mVideoConfigVP8ReferenceFrame (Results 1 – 2 of 2) sorted by relevance
48 mVideoConfigVP8ReferenceFrame.no_ref_last = 0; in VideoEncoderVP8()49 mVideoConfigVP8ReferenceFrame.no_ref_gf = 0; in VideoEncoderVP8()50 mVideoConfigVP8ReferenceFrame.no_ref_arf = 0; in VideoEncoderVP8()51 mVideoConfigVP8ReferenceFrame.refresh_last = 1; in VideoEncoderVP8()52 mVideoConfigVP8ReferenceFrame.refresh_golden_frame = 1; in VideoEncoderVP8()53 mVideoConfigVP8ReferenceFrame.refresh_alternate_frame = 1; in VideoEncoderVP8()119 vp8PicParam.ref_flags.bits.no_ref_last = mVideoConfigVP8ReferenceFrame.no_ref_last; in renderPictureParams()120 vp8PicParam.ref_flags.bits.no_ref_arf = mVideoConfigVP8ReferenceFrame.no_ref_arf; in renderPictureParams()121 vp8PicParam.ref_flags.bits.no_ref_gf = mVideoConfigVP8ReferenceFrame.no_ref_gf; in renderPictureParams()126 vp8PicParam.pic_flags.bits.refresh_last = mVideoConfigVP8ReferenceFrame.refresh_last; in renderPictureParams()[all …]
55 VideoConfigVP8ReferenceFrame mVideoConfigVP8ReferenceFrame; variable