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

1 2 34 5 6 7

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateUnitTestTemplate.java 40 public static final int OUTPUT_FORMAT= MediaRecorder.OutputFormat.THREE_GPP;
  /external/pdfium/samples/
pdfium_test.cc 34 enum OutputFormat {
47 OutputFormat output_format;
  /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);
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
report.go 29 switch o.OutputFormat {
944 OutputFormat int
969 buildTree := o.CallTree && o.OutputFormat == Dot
1151 if o.OutputFormat == Dot {
1177 if o.OutputFormat == Dot {
1213 if minUnit != maxUnit && minValue*100 < maxValue && o.OutputFormat != Callgrind {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
report.go 29 switch o.OutputFormat {
944 OutputFormat int
969 buildTree := o.CallTree && o.OutputFormat == Dot
1151 if o.OutputFormat == Dot {
1177 if o.OutputFormat == Dot {
1213 if minUnit != maxUnit && minValue*100 < maxValue && o.OutputFormat != Callgrind {
    [all...]
  /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);
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
driver.go 946 o.OutputFormat = pcmd.Format
957 o.OutputFormat = pcmd.Format
1023 if o.OutputFormat != report.Proto {
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
driver.go 946 o.OutputFormat = pcmd.Format
957 o.OutputFormat = pcmd.Format
1023 if o.OutputFormat != report.Proto {
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java     [all...]

Completed in 1857 milliseconds

1 2 34 5 6 7