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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.cpp 48 mVideoConfigVP8ReferenceFrame.no_ref_last = 0;
49 mVideoConfigVP8ReferenceFrame.no_ref_gf = 0;
50 mVideoConfigVP8ReferenceFrame.no_ref_arf = 0;
51 mVideoConfigVP8ReferenceFrame.refresh_last = 1;
52 mVideoConfigVP8ReferenceFrame.refresh_golden_frame = 1;
53 mVideoConfigVP8ReferenceFrame.refresh_alternate_frame = 1;
119 vp8PicParam.ref_flags.bits.no_ref_last = mVideoConfigVP8ReferenceFrame.no_ref_last;
120 vp8PicParam.ref_flags.bits.no_ref_arf = mVideoConfigVP8ReferenceFrame.no_ref_arf;
121 vp8PicParam.ref_flags.bits.no_ref_gf = mVideoConfigVP8ReferenceFrame.no_ref_gf;
126 vp8PicParam.pic_flags.bits.refresh_last = mVideoConfigVP8ReferenceFrame.refresh_last
    [all...]
VideoEncoderVP8.h 55 VideoConfigVP8ReferenceFrame mVideoConfigVP8ReferenceFrame;

Completed in 353 milliseconds