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

12 3 4 5 6 7 8

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.h 47 #define M_SOF5 0xC5 /* NB: codes C4 and CC are NOT SOF markers*/
  /external/jpeg/
usage.doc 156 -restart 0 (the default) means no restart markers.
171 The -restart option inserts extra markers that allow a JPEG decoder to
172 resynchronize after a transmission error. Without restart markers, any damage
174 to the end of the image; with restart markers, the damage is usually confined
176 restart markers occupy extra space. We recommend -restart 1 for images that
481 markers, such as comment blocks:
482 -copy none Copy no extra markers from source file. This setting
485 -copy comments Copy only comment markers. This setting copies
488 -copy all Copy all extra markers. This setting preserves
489 miscellaneous markers found in the source file, suc
    [all...]
jcapistd.c 96 * delayed so that application can write COM, etc, markers between
141 * delayed so that application can write COM, etc, markers between
libjpeg.doc 45 Special markers
573 This will read the source datastream header markers, up to the beginning
    [all...]
jdmarker.c 8 * This file contains routines to decode JPEG datastream markers.
166 * Routines to process JPEG markers.
179 * markers. Some COM/APPn markers might have large parameter segments
359 /* Prepare to scan data & restart markers */
572 * Routines for processing APPn and COM markers.
575 * JFIF and Adobe markers, respectively.
945 * Read markers until SOS or EOI.
1086 /* For now, we treat the reserved markers as fatal errors since they are
1128 /* Uh-oh, the restart markers have been messed up. *
    [all...]
jdapimin.c 73 * for COM, APPn markers before calling jpeg_read_header.
142 /* Saw no special markers, try to guess from the component IDs */
175 /* No special markers, assume straight CMYK. */
jpeglib.h 191 /* The decompressor can save APPn and COM markers in a list of these: */
339 /* Parameters controlling emission of special markers. */
498 int input_scan_number; /* Number of SOS markers seen so far */
534 * are given in SOF/SOS markers or defined to be reset by SOI.
551 /* These fields record data obtained from optional markers recognized by
566 /* Aside from the specific data retained from APPn markers known to the
567 * library, the uninterpreted contents of any or all APPn and COM markers
570 jpeg_saved_marker_ptr marker_list; /* Head of list of saved markers */
    [all...]
jctrans.c 82 * Fix it to get the right header markers for the image colorspace.
135 * if the application chooses to copy JFIF 1.02 extension markers from
192 * This lets application insert special markers after the SOI.
  /external/opencore/codecs_v2/video/m4v_h263/enc/include/
pvm4vencoder.h 64 /** Combined mode without resync markers. */
67 /** COmbined mode with resync markers, packet size must be specified. */
  /external/dhcpcd/
dhcpcd-run-hooks.in 59 # We normally use sed to remove markers from a configuration file
  /external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h 69 * Output labels for end of scope markers. These are of the form
  /external/webkit/WebCore/rendering/
SVGMarkerLayoutInfo.cpp 62 // After drawing the start marker, switch to drawing mid markers
InlineTextBox.cpp 734 // Never print spelling/grammar markers (5327887)
769 // Store rendered rects for bad grammar markers, so we can hit-test against it elsewhere in order to
770 // display a toolTip. We don't do this for misspelling markers.
    [all...]
HitTestResult.cpp 141 // Return the tool tip string associated with this point, if any. Only markers associated with bad grammar
142 // currently supply strings, but maybe someday markers associated with misspelled words will also.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml 7 point="org.eclipse.core.resources.markers">
15 point="org.eclipse.core.resources.markers">
23 point="org.eclipse.core.resources.markers">
31 point="org.eclipse.core.resources.markers">
39 point="org.eclipse.core.resources.markers">
305 point="org.eclipse.core.resources.markers">
313 point="org.eclipse.core.resources.markers">
320 point="org.eclipse.core.resources.markers">
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 519 * Returns if the project has error level markers.
525 IMarker[] markers = project.findMarkers(IMarker.PROBLEM, true, IResource.DEPTH_INFINITE); local
526 if (markers != null && markers.length > 0) {
530 for (IMarker m : markers) {
  /packages/apps/Gallery3D/src/com/cooliris/media/
TimeBar.java 189 // Clear existing markers.
195 // Place markers for every time interval that intersects one of the
197 // Markers for a full month would be for example: Jan 5 10 15 20 25
  /external/jhead/
jhead.h 245 // JPEG markers consist of one or more 0xFF bytes, followed by a marker
254 #define M_SOF5 0xC5 // NB: codes C4 and CC are NOT SOF markers
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ApkBuilder.java 258 // Clear the project of the generic markers
392 // anything since we've put some markers in the files anyway
396 // remove older packaging markers.
553 // remove some aapt_package only markers.
1422 IMarker[] markers = javaProject.getProject().findMarkers(null \/*type*\/, local
    [all...]
ResourceManagerBuilder.java 65 // Clear the project of the generic markers
78 // Clear the project of the generic markers
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
MsgHelp.java 98 * "argument markers" of the form "{argNum}" where each argNum must be in
  /external/iproute2/include/linux/
atmsap.h 12 * BEGIN_xx and END_xx markers are used for automatic generation of
  /external/kernel-headers/original/linux/
atmsap.h 12 * BEGIN_xx and END_xx markers are used for automatic generation of
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
mp4def.h 121 /* motion and resync markers used in error resilient mode */
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
combined_encode.cpp 227 if (!currVol->ResyncMarkerDisable) /* Resync Markers */
240 else /* No Resync Markers */
609 if (!currVol->ResyncMarkerDisable) /* Resync Markers */
628 else /* No Resync Markers */

Completed in 227 milliseconds

12 3 4 5 6 7 8