HomeSort by relevance Sort by last modified time
    Searched full:output_format (Results 1 - 25 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.so 4 OUTPUT_FORMAT(elf32-i386)
libc.so 4 OUTPUT_FORMAT(elf32-i386)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/
i386linux.xr 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
i386linux.xu 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
i386linux.x 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
i386linux.xbn 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
i386linux.xn 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/
i386linux.xr 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
i386linux.xu 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
i386linux.x 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
i386linux.xbn 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
i386linux.xn 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
  /external/e2fsprogs/misc/
blkid.c 136 int output_format = 0; local
158 output_format = OUTPUT_VALUE_ONLY;
160 output_format = OUTPUT_DEVICE_ONLY;
162 output_format = 0;
231 print_tags(dev, show, numtag, output_format);
247 print_tags(dev, show, numtag, output_format);
261 print_tags(dev, show, numtag, output_format);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateUnitTestTemplate.java 40 public static final int OUTPUT_FORMAT= MediaRecorder.OutputFormat.THREE_GPP;
103 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
130 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
143 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
157 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
198 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
MediaRecorderSetOutputFormatStateUnitTest.java 54 recorder.setOutputFormat(MediaRecorderStateUnitTestTemplate.OUTPUT_FORMAT);
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker.py 240 'default_output_format': defaults.output_format}
275 output_format: A string that is the output format. The supported
289 output_format="emacs",
298 if output_format not in ("emacs", "vs7"):
299 raise ValueError('Invalid "output_format" parameter: '
301 'Value given: "%s".' % output_format)
312 self.output_format = output_format
326 if self.output_format != other.output_format
    [all...]
checker_unittest.py 63 self.assertEquals(options.output_format, "emacs")
67 self.assertRaises(ValueError, ProcessorOptions, output_format="bad")
68 ProcessorOptions(output_format="emacs") # No ValueError: works
69 ProcessorOptions(output_format="vs7") # works
81 output_format="vs7",
87 self.assertEquals(options.output_format, "vs7")
101 output_format="vs7",
110 self.assertFalse(options == ProcessorOptions(output_format="emacs"))
206 output_format='emacs',
215 output_format=output_format
    [all...]
error_handlers_unittest.py 97 options = ProcessorOptions(verbosity=3, output_format="emacs")
109 options = ProcessorOptions(verbosity=3, output_format="vs7")
  /frameworks/base/media/libmediaplayerservice/
StagefrightRecorder.h 39 virtual status_t setOutputFormat(output_format of);
73 output_format mOutputFormat;
  /frameworks/base/include/media/
MediaProfiles.h 73 Vector<output_format> getOutputFileFormats() const;
183 output_format mFileFormat;
266 static output_format createEncoderOutputFileFormat(const char **atts);
318 Vector<output_format> mEncoderOutputFileFormats;
MediaRecorderBase.h 34 virtual status_t setOutputFormat(output_format of) = 0;
PVMediaRecorder.h 38 virtual status_t setOutputFormat(output_format of);
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
amrencode.cpp 497 output_format = output format type (Word16); valid values are AMR_WMF,
534 format type (output_format) will be checked to determine the format of the
537 If output_format is AMR_TX_WMF, the function ets_to_wmf will be called to
546 If output_format is AMR_TX_IF2, the function if2_to_ets will be called to
554 If output_format is AMR_TX_ETS, GSMFrameEncode is called to generate the
571 If output_format is invalid, this function flags the error and sets
588 IF ((output_format == AMR_TX_WMF) | (output_format == AMR_TX_IF2))
641 IF (output_format == AMR_TX_WMF)
653 ELSEIF (output_format == AMR_TX_IF2
    [all...]
gsmamr_enc.h 53 AMR_ETS, and changed output_type to output_format in the
175 * depending on the the value of output_format. A zero is returned on success.
184 Word16 output_format
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
decoder_driver_test.h 42 enum vdec_output_fromat output_format; member in struct:video_decoder_context

Completed in 166 milliseconds

1 2 3 4 5 6 7 8 910