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

1 2

  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 297 MediaFormat oformat = codec.getOutputFormat(); local
299 Log.d(TAG, "output format has changed to " + oformat);
660 MediaFormat oformat = codec.getOutputFormat(); local
662 Log.d(TAG, "output format has changed to " + oformat);
829 MediaFormat oformat = codec.getOutputFormat(); local
943 MediaFormat oformat = codec.getOutputFormat(); local
1090 MediaFormat oformat = codec.getOutputFormat(); local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 84 oformat=dvi
164 -p | --p*) oformat=pdf;;
428 if test $oformat = dvi; then
439 if test $oformat = dvi; then
643 $verbose "Copying $oformat file from `pwd` to $dest"
644 cp -p "./$filename_noext.$oformat" "$dest"
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 639 * @param oformat A set of output properties that will be
649 public void setOutputProperties(Properties oformat)
653 if (null != oformat)
657 String method = (String) oformat.get(OutputKeys.METHOD);
664 m_outputFormat.copyFrom(oformat);
667 // if oformat is null JAXP says that any props previously set are removed
    [all...]
TransformerImpl.java 858 * @param oformat A set of output properties that will be
868 public void setOutputProperties(Properties oformat)
874 if (null != oformat)
878 String method = (String) oformat.get(OutputKeys.METHOD);
885 m_outputFormat.copyFrom(oformat);
892 // if oformat is null JAXP says that any props previously set are removed
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
Transformer.java 209 * @param oformat A set of output properties that will be
217 public abstract void setOutputProperties(Properties oformat);
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 416 MediaFormat oformat = codec.getOutputFormat();
417 Log.d(TAG, "output format has changed to " + oformat);
418 int colorFormat = oformat.getInteger(MediaFormat.KEY_COLOR_FORMAT);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.xml 128 <option>--oformat=<replaceable>format</replaceable></option>:
yasm.c 157 { 'f', "oformat", 1, opt_objfmt_handler, 0,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
yasm.1 81 \fB\-f \fR\fB\fIformat\fR\fR or \fB\-\-oformat=\fR\fB\fIformat\fR\fR: Select object format
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-ld.1 486 \&\fB\-b\fR, \fB\-\-format\fR, \fB\-\-oformat\fR options, the
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-ld.1 486 \&\fB\-b\fR, \fB\-\-format\fR, \fB\-\-oformat\fR options, the
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-ld.1 486 \&\fB\-b\fR, \fB\-\-format\fR, \fB\-\-oformat\fR options, the
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-ld.1 486 \&\fB\-b\fR, \fB\-\-format\fR, \fB\-\-oformat\fR options, the
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 784 ArgOFormat("oformat",
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
ld.info 385 this purpose: the `-b', `--format', `--oformat' options, the
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
ld.info 385 this purpose: the `-b', `--format', `--oformat' options, the
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
ld.info 385 this purpose: the `-b', `--format', `--oformat' options, the
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
ld.info 385 this purpose: the `-b', `--format', `--oformat' options, the
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/
i686-linux-android-ld 
i686-linux-android-ld.gold 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/bin/
ld 
ld.gold 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-ld 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
ld 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-ld 

Completed in 1015 milliseconds

1 2