HomeSort by relevance Sort by last modified time
    Searched refs:OutputFormat (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/av/include/media/stagefright/
MediaMuxer.h 44 // OutputFormat is updated.
45 enum OutputFormat {
51 MediaMuxer(const char *path, OutputFormat format);
55 MediaMuxer(int fd, OutputFormat format);
  /external/llvm/tools/llvm-size/
llvm-size.cpp 36 OutputFormat("format",
90 /// The format used is determined by @c OutputFormat and @c Radix.
108 if (OutputFormat == sysv) {
263 if (OutputFormat == sysv)
267 if (OutputFormat == berkeley)
272 if (OutputFormat == sysv)
275 if (OutputFormat == berkeley)
281 if (OutputFormat == sysv)
295 OutputFormat = OutputFormatShort;
302 if (OutputFormat == berkeley
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java 95 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
106 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
117 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
127 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
139 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
148 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
174 muxer = new MediaMuxer(dstMediaPath, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
MediaRecorderTest.java 164 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
209 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
293 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
310 MediaRecorder.OutputFormat.AMR_NB,
314 MediaRecorder.OutputFormat.AMR_WB,
318 MediaRecorder.OutputFormat.AAC_ADTS,
353 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
367 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
385 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
425 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP)
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 46 OutputFormat("format",
53 cl::aliasopt(OutputFormat));
200 if (OutputFormat == posix && MultipleFiles) {
202 } else if (OutputFormat == bsd && MultipleFiles) {
204 } else if (OutputFormat == sysv) {
222 if (OutputFormat == sysv || i->Address == object::UnknownAddressOrSize)
224 if (OutputFormat == sysv)
233 if (OutputFormat == posix) {
236 } else if (OutputFormat == bsd) {
245 } else if (OutputFormat == sysv)
    [all...]
  /external/chromium_org/content/renderer/media/
media_stream_audio_processor_unittest.cc 124 EXPECT_EQ(audio_processor->OutputFormat().sample_rate(),
126 EXPECT_EQ(audio_processor->OutputFormat().channels(),
128 EXPECT_EQ(audio_processor->OutputFormat().frames_per_buffer(),
media_stream_audio_processor.h 76 const media::AudioParameters& OutputFormat() const;
  /frameworks/base/media/java/android/media/
MediaMuxer.java 38 * MediaMuxer muxer = new MediaMuxer("temp.mp4", OutputFormat.MUXER_OUTPUT_MPEG_4);
77 public static final class OutputFormat {
81 private OutputFormat() {}
118 * @see android.media.MediaMuxer.OutputFormat
125 if (format != OutputFormat.MUXER_OUTPUT_MPEG_4) {
149 * {@link OutputFormat#MUXER_OUTPUT_MPEG_4} so that a video player can
172 * {@link OutputFormat#MUXER_OUTPUT_MPEG_4}, and is ignored for other output
MediaRecorder.java 43 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
238 public final class OutputFormat {
242 private OutputFormat() {}
253 * @deprecated Deprecated in favor of MediaRecorder.OutputFormat.AMR_NB
404 * video if the output format is OutputFormat.THREE_GPP or
405 * OutputFormat.MPEG_4 so that a video player can choose the proper
427 * stored in udta box if the output format is OutputFormat.THREE_GPP
428 * or OutputFormat.MPEG_4, and is ignored for other output formats.
469 * @see android.media.MediaRecorder.OutputFormat
    [all...]
  /external/clang/tools/scan-build/
ccc-analyzer 443 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
444 if (!defined $OutputFormat) { $OutputFormat = "html"; }
671 if (defined $OutputFormat) {
672 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
673 if ($OutputFormat =~ /plist/) {
scan-build     [all...]
  /frameworks/av/media/libstagefright/
MediaMuxer.cpp 38 MediaMuxer::MediaMuxer(const char *path, OutputFormat format)
48 MediaMuxer::MediaMuxer(int fd, OutputFormat format)
  /cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java 50 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
CopyCutAction.java 24 import org.apache.xml.serialize.OutputFormat;
200 new OutputFormat(Method.XML,
201 OutputFormat.Defaults.Encoding /* utf-8 */,
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MediaRecorderTest.java 120 assertThat(shadowMediaRecorder.getOutputFormat(), not(equalTo(MediaRecorder.OutputFormat.MPEG_4)));
121 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
122 assertThat(shadowMediaRecorder.getOutputFormat(), equalTo(MediaRecorder.OutputFormat.MPEG_4));
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 269 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
431 MediaRecorder.VideoEncoder.H263, MediaRecorder.OutputFormat.MPEG_4,
452 MediaRecorder.VideoEncoder.MPEG_4_SP, MediaRecorder.OutputFormat.MPEG_4,
474 MediaRecorder.VideoEncoder.H263, MediaRecorder.OutputFormat.MPEG_4,
  /frameworks/base/media/jni/
android_media_MediaMuxer.cpp 142 MediaMuxer::OutputFormat fileFormat =
143 static_cast<MediaMuxer::OutputFormat>(format);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 40 import com.android.tools.lint.detector.api.Issue.OutputFormat;
113 return issue.getExplanation(OutputFormat.HTML);
LintFixGenerator.java 30 import com.android.tools.lint.detector.api.Issue.OutputFormat;
492 String explanation = issue.getExplanation(Issue.OutputFormat.TEXT);
497 sb.append(issue.getDescription(Issue.OutputFormat.TEXT));
549 OutputFormat.HTML);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 241 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
315 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
394 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 150 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
263 MediaRecorder.OutputFormat.THREE_GPP,
279 MediaRecorder.OutputFormat.THREE_GPP, MediaNames.INVALD_VIDEO_PATH, false);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateUnitTestTemplate.java 40 public static final int OUTPUT_FORMAT= MediaRecorder.OutputFormat.THREE_GPP;
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraRecordingStream.java 373 outputFileName, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 18 import static com.android.tools.lint.detector.api.Issue.OutputFormat.RAW;
19 import static com.android.tools.lint.detector.api.Issue.OutputFormat.TEXT;
454 String summary = issue.getDescription(Issue.OutputFormat.TEXT);
455 String explanation = issue.getExplanation(Issue.OutputFormat.TEXT);
  /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);

Completed in 404 milliseconds

1 2 3