HomeSort by relevance Sort by last modified time
    Searched full:preprocess (Results 26 - 50 of 230) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
video_processing_impl.h 65 // Preprocess:
  /external/speex/include/speex/
speex_preprocess.h 5 * @brief Speex preprocessor. The preprocess can do noise suppression,
40 * This is the Speex preprocessor. The preprocess can do noise suppression,
72 /** Preprocess a frame
79 /** Preprocess a frame (deprecated, use speex_preprocess_run() instead)*/
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 102 // Call preprocess to render it to low-res and high-res RGB textures.
103 MosaicRenderer.preprocess(mTransformMatrix);
116 // Call preprocess to render it to low-res and high-res RGB textures.
117 MosaicRenderer.preprocess(mTransformMatrix);
MosaicRenderer.java 57 public static native void preprocess(float[] stMatrix); method in class:MosaicRenderer
  /frameworks/base/tools/aidl/
options.cpp 13 " aidl --preprocess OUTPUT INPUT...\n"
19 " -p<FILE> file created by --preprocess to import.\n"
39 if (argc >= 2 && 0 == strcmp(argv[1], "--preprocess")) {
  /external/opencv/otherlibs/highgui/
loadsave.cpp 60 // preprocess folder or file name - calculate its length,
64 static int Preprocess( const char* filename, char* buffer );
118 int len = Preprocess( path, buffer );
189 int len = Preprocess( filename, path0 );
236 int CvFilePath::Preprocess( const char* str, char* buffer )
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentationCustomInl.h 71 inline PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode) function in namespace:WebCore::InspectorInstrumentation
PageDebuggerAgent.h 58 PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
  /external/clang/include/clang/Driver/
CLCompatOptions.td 60 def _SLASH_E : CLFlag<"E">, HelpText<"Preprocess to stdout">, Alias<E>;
145 HelpText<"Disable linemarker output and preprocess to stdout">;
159 HelpText<"Set preprocess output file name">,
176 def _SLASH_P : CLFlag<"P">, HelpText<"Preprocess to file">;
  /external/apache-http/src/org/apache/http/
HttpRequestInterceptor.java 60 * @param request the request to preprocess
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
TODO 67 server, pull out the JS test content, preprocess it, and add it as a
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
PageScriptDebugServer.h 72 virtual PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&) OVERRIDE;
  /external/chromium_org/third_party/icu/source/i18n/
inputext.cpp 77 * MungeInput - after getting a set of raw input data to be analyzed, preprocess
  /external/clang/test/Driver/
cl-fallback.c 54 // Only fall back when actually compiling, not for e.g. /P (preprocess).
  /external/clang/test/Preprocessor/
traditional-cpp.c 3 * things like using /usr/bin/cpp to preprocess non-source files. */
  /external/clang/www/demo/
DemoInfo.html 27 preprocess it (e.g., with the <tt>-save-temps</tt> or <tt>-E</tt> options to
  /external/icu/icu4c/source/i18n/
inputext.cpp 77 * MungeInput - after getting a set of raw input data to be analyzed, preprocess
  /external/libgsm/src/
preprocess.c 7 /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/preprocess.c,v 1.2 1994/05/10 20:18:45 jutta Exp $ */
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRenderer.java 57 public static native void preprocess(float[] stMatrix); method in class:MosaicRenderer
MosaicRendererSurfaceView.java 339 public void preprocess(final float[] transformMatrix) { method in class:MosaicRendererSurfaceView
344 mRenderer.preprocess(transformMatrix);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
errors.py 74 """Failure to preprocess one or more C/C++ files."""
bcppcompiler.py 362 def preprocess (self, member in class:BCPPCompiler
382 # We need to preprocess: either we're being forced to, or the
394 # preprocess()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
errors.py 74 """Failure to preprocess one or more C/C++ files."""
  /ndk/sources/host-tools/make-3.81/
default.c 254 "$(PREPROCESS.F) $(OUTPUT_OPTION) $<",
256 "$(PREPROCESS.r) $(OUTPUT_OPTION) $<",
265 "$(PREPROCESS.S) $< > $@",
493 "PREPROCESS.S", "$(CC) -E $(CPPFLAGS)",
494 "PREPROCESS.F", "$(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -F",
495 "PREPROCESS.r", "$(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -F",
  /external/clang/lib/Driver/
Tools.h 139 class LLVM_LIBRARY_VISIBILITY Preprocess : public Common {
141 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
177 // For Hexagon, we do not need to instantiate tools for PreProcess, PreCompile and Compile.
616 // For XCore, we do not need to instantiate tools for PreProcess, PreCompile and Compile.

Completed in 736 milliseconds

12 3 4 5 6 7 8 910