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

1 2

  /external/testng/src/main/java/org/testng/
TimeBombSkipException.java 79 * in the specified format <tt>inFormat</tt>. The <tt>outFormat</tt> will be
84 * @param outFormat format of the time comparison
86 public TimeBombSkipException(String msg, String date, String inFormat, String outFormat) {
89 m_outFormat= new SimpleDateFormat(outFormat);
159 * in the specified format <tt>inFormat</tt>. The <tt>outFormat</tt> will be
164 * @param outFormat format of the time comparison
170 public TimeBombSkipException(String msg, String date, String inFormat, String outFormat, Throwable cause) {
173 m_outFormat= new SimpleDateFormat(outFormat);
  /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/libs/hwui/
Texture.cpp 175 GLint* outFormat, GLint* outType) {
178 *outFormat = GL_ALPHA;
182 *outFormat = GL_RGB;
189 *outFormat = GL_RGBA;
193 *outFormat = GL_LUMINANCE;
  /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/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);
  /frameworks/av/media/mtp/
MtpDatabase.h 92 MtpObjectFormat& outFormat) = 0;
  /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);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.h 83 int32_t *outFormat);
gr_device_impl.cpp 309 int32_t *outFormat) {
312 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat();
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_device_impl.h 83 int32_t *outFormat);
gr_device_impl.cpp 309 int32_t *outFormat) {
312 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat();
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 108 } outformat; typedef in typeref:struct:output_format_t
camera_test_script.cpp 36 extern const outformat outputFormat[];
    [all...]
camera_test_menu.cpp 275 outformat outputFormat[] = {
    [all...]
  /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);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 96 VO_AUDIO_OUTPUTINFO outFormat;
210 returnCode = AudioAPI.GetOutputData(hCodec,&outData, &outFormat);
  /frameworks/native/include/ui/
Gralloc1On0Adapter.h 244 gralloc1_error_t getFormat(int32_t* outFormat) const {
245 *outFormat = mDescriptor.format;
  /hardware/libhardware/include/hardware/
gralloc1.h 545 /* getFormat(..., outFormat)
555 * outFormat - the format of the buffer; must be non-NULL
565 int32_t* 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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java     [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 164 MtpObjectFormat& outFormat);
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test.h 179 } outformat; typedef in typeref:struct:output_format_t
camera_test_script.cpp 46 extern const outformat outputFormat[];
    [all...]
camera_test_menu.cpp 436 outformat outputFormat[] = {
    [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...]

Completed in 1463 milliseconds

1 2