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

1 2

  /external/markdown/markdown/
postprocessors.py 19 class Postprocessor(Processor):
23 Each Postprocessor implements a "run" method that takes a pointer to a
26 Postprocessors must extend markdown.Postprocessor.
32 Subclasses of Postprocessor should implement a `run` method, which
40 class RawHtmlPostprocessor(Postprocessor):
70 class AndSubstitutePostprocessor(Postprocessor):
  /external/jpeg/
jdmainct.c 28 * Postprocessor input data is counted in "row groups". A row group
51 * out as row groups to the postprocessor.
121 JDIMENSION rowgroup_ctr; /* counts row groups output to postprocessor */
130 JDIMENSION rowgroups_avail; /* row groups available to postprocessor */
138 #define CTX_PROCESS_IMCU 1 /* feeding iMCU to postprocessor */
328 /* For last pass of 2-pass quantization, just crank the postprocessor */
362 * to the postprocessor. The postprocessor has to check for bottom
366 /* Feed the postprocessor */
371 /* Has postprocessor consumed all the data yet? If so, mark buffer empty *
    [all...]
filelist.doc 84 jdmainct.c Main buffer controller (JPEG decompressor => postprocessor).
86 jdpostct.c Postprocessor buffer controller.
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdmainct.c 29 * Postprocessor input data is counted in "row groups". A row group
52 * out as row groups to the postprocessor.
122 JDIMENSION rowgroup_ctr; /* counts row groups output to postprocessor */
131 JDIMENSION rowgroups_avail; /* row groups available to postprocessor */
139 #define CTX_PROCESS_IMCU 1 /* feeding iMCU to postprocessor */
329 /* For last pass of 2-pass quantization, just crank the postprocessor */
363 * to the postprocessor. The postprocessor has to check for bottom
367 /* Feed the postprocessor */
372 /* Has postprocessor consumed all the data yet? If so, mark buffer empty *
    [all...]
  /external/markdown/markdown/extensions/
html_tidy.py 52 class TidyProcessor(markdown.postprocessors.Postprocessor):
footnotes.py 71 # Insert a postprocessor after amp_substitute oricessor
297 class FootnotePostprocessor(markdown.postprocessors.Postprocessor):
  /external/ceres-solver/docs/source/
faqs.rst 216 Postprocessor 0.002
235 Postprocessor 0.002
267 Postprocessor 0.002
  /frameworks/webview/chromium/tools/
memreport.py 17 """WebView postprocessor for the go/memdump tool.
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h 28 * Header file for PostProcessor OMX Component Test application.
  /external/markdown/docs/
CHANGE_LOG 24 Sept 2008: Moved prettifyTree to a Postprocessor, replaced wikilink ext
writing_extensions.txt 158 A Postprocessor should inherit from ``markdown.postprocessors.Postprocessor``
166 class TocPostprocessor(markdown.postprocessors.Postprocessor):
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 84 // send to postprocessor
137 // send to postprocessor
220 // send to postprocessor
585 * snapshot, it need to send to postprocessor for jpeg
587 * hand to postprocessor.
623 * frame, there is no need to send to postprocessor for jpeg
768 * case, reprocessed frame need to be passed to postprocessor
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 84 // send to postprocessor
137 // send to postprocessor
220 // send to postprocessor
585 * snapshot, it need to send to postprocessor for jpeg
587 * hand to postprocessor.
623 * frame, there is no need to send to postprocessor for jpeg
768 * case, reprocessed frame need to be passed to postprocessor
    [all...]
  /external/aac/libPCMutils/include/
limiter.h 84 /************************ FDK PCM postprocessor module *********************
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-interpolation-1.19.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.13/
plexus-interpolation-1.13.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 253 // send to postprocessor
418 // send to postprocessor
498 // send to postprocessor
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 92 * DESCRIPTION: initialization of postprocessor
121 * DESCRIPTION: de-initialization of postprocessor
153 * DESCRIPTION: start postprocessor. Data process thread and data notify thread
203 * DESCRIPTION: stop postprocessor. Data process and notify thread will be stopped.
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 95 * DESCRIPTION: initialization of postprocessor
125 * DESCRIPTION: de-initialization of postprocessor
159 * DESCRIPTION: start postprocessor. Data process thread and data notify thread
216 * DESCRIPTION: stop postprocessor. Data process and notify thread will be stopped.
    [all...]
  /external/aac/libPCMutils/src/
limiter.cpp 84 /************************ FDK PCM postprocessor module *********************
  /external/ceres-solver/internal/ceres/
solver.cc 595 StringAppendF(&report, "Postprocessor %24.3f\n",
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedNumberFormat.java 610 private transient RBNFPostProcessor postProcessor;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp 585 ALOGE("Init Postprocessor failed");
604 ALOGE("%s: Postprocessor stop failed", __func__);
609 ALOGE("De-init Postprocessor failed");
950 * including the reprocessing channel in postprocessor.
975 * DESCRIPTION: figure out if the postprocessor needs to be restarted and if yes
    [all...]

Completed in 1884 milliseconds

1 2