HomeSort by relevance Sort by last modified time
    Searched full:postprocessor (Results 1 - 25 of 31) 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):
__init__.py 299 # footnote postprocessor will be inserted with ">amp_substitute"
  /external/chromium_org/tools/grit/grit/tool/
postprocess_unittest.py 7 Tests postprocessing by having the postprocessor
46 class DummyPostProcessor(grit.tool.postprocess_interface.PostProcessor):
postprocess_interface.py 10 class PostProcessor(object):
toolbar_postprocess.py 17 class ToolbarPostProcessor(postprocess_interface.PostProcessor):
rc2grd.py 132 has to be a subclass of grit.tool.PostProcessor, to
252 postprocess_interface.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/qemu/distrib/jpeg-6b/
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/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):
  /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...]
QCameraPostProc.cpp 99 * DESCRIPTION: initialization of postprocessor
128 * DESCRIPTION: de-initialization of postprocessor
154 * DESCRIPTION: start postprocessor. Data process thread and data notify thread
200 * DESCRIPTION: stop postprocessor. Data process and notify thread will be stopped.
    [all...]
  /hardware/qcom/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...]
QCameraPostProc.cpp 99 * DESCRIPTION: initialization of postprocessor
128 * DESCRIPTION: de-initialization of postprocessor
154 * DESCRIPTION: start postprocessor. Data process thread and data notify thread
200 * DESCRIPTION: stop postprocessor. Data process and notify thread will be stopped.
    [all...]
  /external/ceres-solver/internal/ceres/
solver.cc 367 StringAppendF(&report, "Postprocessor %24.3f\n",
  /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...]
  /external/libvpx/libvpx/
examples.mk 78 postproc.DESCRIPTION = Decoder postprocessor control
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 93 * DESCRIPTION: initialization of postprocessor
122 * DESCRIPTION: de-initialization of postprocessor
154 * DESCRIPTION: start postprocessor. Data process thread and data notify thread
209 * DESCRIPTION: stop postprocessor. Data process and notify thread will be stopped.
    [all...]
  /external/ceres-solver/docs/source/
building.rst 159 Postprocessor 1.920e-02

Completed in 652 milliseconds

1 2