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

  /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...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 82 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
90 mRecorder.setOutputFormat(outFormat);
91 Log.v(TAG, "output format " + outFormat);
229 int videoFormat, int outFormat, String outFile, boolean videoOnly,
240 recorder.setOutputFormat(outFormat);
375 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
382 mRecorder.setOutputFormat(outFormat);
383 Log.v(TAG, "output format " + outFormat);
  /frameworks/av/media/mtp/
MtpDatabase.h 92 MtpObjectFormat& outFormat) = 0;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 95 VO_AUDIO_OUTPUTINFO outFormat;
209 returnCode = AudioAPI.GetOutputData(hCodec,&outData, &outFormat);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 223 int outFormat, String outFile, boolean videoOnly) {
234 mRecorder.setOutputFormat(outFormat);
235 Log.v(TAG, "output format " + outFormat);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java     [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 159 MtpObjectFormat& outFormat);
    [all...]
  /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...]
  /external/mesa3d/src/mesa/main/
texstore.c 262 * \param outFormat the final texture format
266 compute_component_mapping(GLenum inFormat, GLenum outFormat,
270 const int outFmt = get_map_idx(outFormat);
284 outFormat, _mesa_lookup_enum_by_nr(outFormat),
    [all...]
  /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 1259 milliseconds