HomeSort by relevance Sort by last modified time
    Searched defs:outFormat (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 96 VO_AUDIO_OUTPUTINFO outFormat;
210 returnCode = AudioAPI.GetOutputData(hCodec,&outData, &outFormat);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DateUtils.java 171 final java.text.DateFormat outFormat;
173 outFormat = getLocalizedDateFormatWithoutYear(context);
175 outFormat =
179 synchronized (outFormat) {
180 outFormat.setTimeZone(UTC_TIMEZONE);
181 return outFormat.format(cal.getTime());
  /external/deqp/executor/tools/
xeTestLogCompare.cpp 73 DE_DECLARE_COMMAND_LINE_OPT(OutFormat, OutputFormat);
97 parser << Option<OutFormat> ("f", "format", "Output format", s_outputFormats, "csv")
108 , outFormat (OUTPUTFORMAT_CSV)
114 OutputFormat outFormat;
302 if (cmdLine.outFormat == OUTPUTFORMAT_CSV)
333 if (cmdLine.outFormat == OUTPUTFORMAT_TEXT)
340 else if (cmdLine.outFormat == OUTPUTFORMAT_CSV)
352 if (cmdLine.outFormat == OUTPUTFORMAT_TEXT)
384 cmdLine.outFormat = opts.getOption<opt::OutFormat>();
    [all...]
  /external/libjpeg-turbo/java/
TJExample.java 116 String inFormat = "jpg", outFormat = "jpg";
234 outFormat = "bmp";
238 outFormat = outFileTokens[outFileTokens.length - 1];
275 if (outFormat.equalsIgnoreCase("jpg") &&
288 if (!outFormat.equalsIgnoreCase("jpg"))
309 System.out.print("Dest. Image (" + outFormat + "): " + width + " x " +
317 } else if (outFormat.equalsIgnoreCase("jpg")) {
342 ImageIO.write(img, outFormat, file);
  /cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java 539 MediaFormat outFormat = decoder.getOutputFormat();
540 if (VERBOSE) Log.v(TAG, "decoder output format changed: " + outFormat);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java     [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1034 milliseconds