HomeSort by relevance Sort by last modified time
    Searched refs:OutputFormat (Results 76 - 100 of 150) sorted by null

1 2 34 5 6

  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h     [all...]
lcms2_plugin.h 552 cmsUInt32Number* OutputFormat,
585 cmsUInt32Number* OutputFormat,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 270 org.apache.xml.serialize.OutputFormat outputFormat =
271 new org.apache.xml.serialize.OutputFormat(
273 outputFormat.setIndent(2);
274 outputFormat.setLineWidth(100);
275 outputFormat.setIndenting(true);
276 outputFormat.setOmitXMLDeclaration(true);
277 outputFormat.setOmitDocumentType(true);
283 new org.apache.xml.serialize.XMLSerializer(stringWriter, outputFormat);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 97 * settings to width, height, framerate, outputFormat, and videoEncoder.
119 * android.media.MediaRecorder.OutputFormat */
120 @GenerateFieldPort(name = "outputFormat", hasDefault = true)
121 private int mOutputFormat = MediaRecorder.OutputFormat.MPEG_4;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 138 muxer = new MediaMuxer(dstPath, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
  /cts/tests/tests/media/src/android/media/cts/
EncoderTest.java 288 muxer = new MediaMuxer(outFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
MediaPlayerTest.java     [all...]
VideoEncoderTest.java 288 outFileName + ".webm", MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM);
291 outFileName + ".mp4", MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
    [all...]
ExtractDecodeEditEncodeMuxTest.java 662 return new MediaMuxer(mOutputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 232 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
Camera2RecordingTest.java     [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 385 mRecorder.startRecording(MediaRecorder.OutputFormat.AMR_NB, ".amr", this);
388 mRecorder.startRecording(MediaRecorder.OutputFormat.THREE_GPP, ".3gpp",
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
TestingCamera2.java 508 return MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4;
511 return MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM;
654 /* outputFormat */ getOutputFormat());
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 580 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 580 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
Camera2VideoFragment.java 580 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 467 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /dalvik/dexdump/
DexDump.cpp 56 enum OutputFormat {
69 OutputFormat outputFormat;
556 if (gOptions.outputFormat == OUTPUT_PLAIN) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java     [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 466 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 492 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
RecordingTest.java     [all...]
  /external/clang/tools/scan-build/bin/
scan-build 65 OutputFormat => "html",
    [all...]

Completed in 1467 milliseconds

1 2 34 5 6