Home | History | Annotate | Download | only in cts

Lines Matching refs:setInteger

133             mFormat.setInteger(MediaFormat.KEY_MAX_INPUT_SIZE, mInputBufferSize);
246 mDecFormat.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
268 outFmt.setInteger(MediaFormat.KEY_FRAME_RATE, mFrameRate);
271 outFmt.setInteger(MediaFormat.KEY_BIT_RATE, mBitRate);
273 outFmt.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 1);
274 outFmt.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
1056 fmt.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 10000);
1057 fmt.setInteger(MediaFormat.KEY_INTRA_REFRESH_PERIOD, period);