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

  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 231 MediaFormat outFmt = MediaFormat.createVideoFormat(outMime, width, height);
243 outFmt.setInteger(MediaFormat.KEY_FRAME_RATE, frameRate);
251 outFmt.setInteger(MediaFormat.KEY_BIT_RATE, bitRate);
255 outFmt.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 1);
256 outFmt.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
257 mEncoder.configure(outFmt, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
258 Log.i(TAG, "encoder input format " + mEncoder.getInputFormat() + " from " + outFmt);
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.c 270 const int outFmt = get_map_idx(outFormat);
272 const GLubyte *rgba2out = mappings[outFmt].from_rgba;
    [all...]

Completed in 176 milliseconds