HomeSort by relevance Sort by last modified time
    Searched refs:OutputFormat (Results 51 - 75 of 155) sorted by null

1 23 4 5 6 7

  /external/deqp/executor/tools/
xeTestLogCompare.cpp 53 enum OutputFormat
73 DE_DECLARE_COMMAND_LINE_OPT(OutFormat, OutputFormat);
86 static const NamedValue<OutputFormat> s_outputFormats[] =
114 OutputFormat outFormat;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
apinames.c 37 } OutputFormat;
128 OutputFormat format,
342 OutputFormat format = OUTPUT_LIST; /* the default */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
CopyCutAction.java 24 import org.apache.xml.serialize.OutputFormat;
200 new OutputFormat(Method.XML,
201 OutputFormat.Defaults.Encoding /* utf-8 */,
  /external/pdfium/third_party/lcms2-2.6/src/
cmsopt.c 549 cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
566 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE;
569 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat));
941 cmsBool OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
959 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE;
963 if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE;
981 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat));
    [all...]
cmsps2.c     [all...]
lcms2_internal.h 899 cmsUInt32Number* OutputFormat,
952 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference
    [all...]
cmsgmt.c 35 cmsUInt32Number OutputFormat,
80 OutputFormat,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 141 recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
350 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
486 MediaRecorder.OutputFormat.THREE_GPP,
502 MediaRecorder.OutputFormat.THREE_GPP, MediaNames.INVALD_VIDEO_PATH, false);
566 MediaRecorder.OutputFormat.THREE_GPP, filename,
594 MediaRecorder.OutputFormat.THREE_GPP, filename,
633 MediaRecorder.OutputFormat.THREE_GPP,
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
MediaRecorderTest.java 120 assertThat(shadowMediaRecorder.getOutputFormat(), not(equalTo(MediaRecorder.OutputFormat.MPEG_4)));
121 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
122 assertThat(shadowMediaRecorder.getOutputFormat(), equalTo(MediaRecorder.OutputFormat.MPEG_4));
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
MediaRecorderCameraActivity.java 123 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MmsVideoRecorder.java 120 if (mCamcorderProfile.fileFormat == OutputFormat.MPEG_4) {
123 // 3GPP is the only other video format with a constant in OutputFormat
LevelTrackingMediaRecorder.java 62 private static final int MEDIA_RECORDER_OUTPUT_FORMAT = MediaRecorder.OutputFormat.THREE_GPP;
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 71 enum OutputFormat {
81 OutputFormat(int imageFormat) {
89 private final List<OutputFormat> mFormats = new ArrayList<>();
105 private OutputFormat mConfiguredFormat = null;
188 OutputFormat oldFormat = null;
198 for (OutputFormat format : OutputFormat.values()) {
460 OutputFormat f = mFormats.get(mCurrentFormatId);
479 if (mConfiguredFormat == OutputFormat.YUV_420_888) {
  /frameworks/av/cmds/stagefright/
muxer.cpp 65 MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4) {
241 MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4;
  /frameworks/base/media/jni/
android_media_MediaMuxer.cpp 141 MediaMuxer::OutputFormat fileFormat =
142 static_cast<MediaMuxer::OutputFormat>(format);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 268 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
357 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
436 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /frameworks/av/media/libstagefright/
MediaMuxer.cpp 41 MediaMuxer::MediaMuxer(int fd, OutputFormat format)
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 269 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
461 MediaRecorder.VideoEncoder.H263, MediaRecorder.OutputFormat.MPEG_4,
482 MediaRecorder.VideoEncoder.MPEG_4_SP, MediaRecorder.OutputFormat.MPEG_4,
504 MediaRecorder.VideoEncoder.H263, MediaRecorder.OutputFormat.MPEG_4,
  /frameworks/base/media/java/android/media/
MediaRecorder.java 45 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
358 public final class OutputFormat {
362 private OutputFormat() {}
373 * @deprecated Deprecated in favor of MediaRecorder.OutputFormat.AMR_NB
528 * video if the output format is OutputFormat.THREE_GPP or
529 * OutputFormat.MPEG_4 so that a video player can choose the proper
551 * stored in udta box if the output format is OutputFormat.THREE_GPP
552 * or OutputFormat.MPEG_4, and is ignored for other output formats.
593 * @see android.media.MediaRecorder.OutputFormat
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
scan-build     [all...]
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
scan-build     [all...]
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
scan-build     [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build     [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build     [all...]

Completed in 1644 milliseconds

1 23 4 5 6 7