HomeSort by relevance Sort by last modified time
    Searched refs:marker (Results 1 - 25 of 480) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
JpegHeader.java 26 * SOF (start of frame). All value between SOF0 and SOF15 is SOF marker except for DHT, JPG,
27 * and DAC marker.
35 public static final boolean isSofMarker(short marker) {
36 return marker >= SOF0 && marker <= SOF15 && marker != DHT && marker != JPG
37 && marker != DAC;
  /packages/apps/Camera2/src/com/android/camera/exif/
JpegHeader.java 26 * SOF (start of frame). All value between SOF0 and SOF15 is SOF marker except for DHT, JPG,
27 * and DAC marker.
35 public static final boolean isSofMarker(short marker) {
36 return marker >= SOF0 && marker <= SOF15 && marker != DHT && marker != JPG
37 && marker != DAC;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
JpegHeader.java 26 * SOF (start of frame). All value between SOF0 and SOF15 is SOF marker except for DHT, JPG,
27 * and DAC marker.
35 public static final boolean isSofMarker(short marker) {
36 return marker >= SOF0 && marker <= SOF15 && marker != DHT && marker != JPG
37 && marker != DAC;
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
JpegHeader.java 26 * SOF (start of frame). All value between SOF0 and SOF15 is SOF marker except for DHT, JPG,
27 * and DAC marker.
35 public static final boolean isSofMarker(short marker) {
36 return marker >= SOF0 && marker <= SOF15 && marker != DHT && marker != JPG
37 && marker != DAC;
  /packages/apps/Mms/src/com/android/mms/exif/
JpegHeader.java 26 * SOF (start of frame). All value between SOF0 and SOF15 is SOF marker except for DHT, JPG,
27 * and DAC marker.
35 public static final boolean isSofMarker(short marker) {
36 return marker >= SOF0 && marker <= SOF15 && marker != DHT && marker != JPG
37 && marker != DAC;
  /external/chromium_org/third_party/iccjpeg/
iccjpeg.c 25 * Since an ICC profile can be larger than the maximum size of a JPEG marker
30 * Marker sequence number 1 for first APP2, 2 for next, etc (1 byte)
33 * Decoders should use the marker sequence numbers to reassemble the profile,
37 #define ICC_MARKER (JPEG_APP0 + 2) /* JPEG marker code for ICC */
39 #define MAX_BYTES_IN_MARKER 65533 /* maximum data len of a JPEG marker */
47 * (This ordering ensures that the APP2 marker(s) will appear after the
58 unsigned int length; /* number of bytes to write in this marker */
66 /* length of profile to put in this marker */
72 /* Write the JPEG marker header (APP2 code and marker length) *
169 jpeg_saved_marker_ptr marker; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
IntStream.java 44 * current input position, index(), or some other marker so that
58 /** Reset the stream so that next call to index would return marker.
59 * The marker will usually be index() but it doesn't have to be. It's
60 * just a marker to indicate what state the stream was in. This is
62 * created after this marker argument, this routine must unroll them
63 * like a stack. Assume the state the stream was in when this marker
66 void rewind(int marker);
68 /** Rewind to the input position of the last marker.
72 * Do not "pop" the marker off the state. mark(i)
74 * like invoking rewind(last marker) but it should not "pop
    [all...]
  /frameworks/av/libvideoeditor/osal/src/
M4PSW_Trace.c 57 va_list marker; /* pointer to list of arguments */ local
60 va_start(marker,format); /* set ptr to first argument in the list of arguments passed to the function */
61 vsprintf((char *)message, (const char *)format,marker ); /* formats and writes the data into message */
62 va_end(marker); /* reset pointer to NULL */
82 va_list marker; /* pointer to list of arguments */ local
85 va_start(marker,stringMsg); /* set ptr to first argument in the list of arguments passed to the function */
86 vsprintf((char *)message, (const char *)stringMsg,marker ); /* formats and writes the data into message */
87 va_end(marker); /* reset pointer to NULL */
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileCleaner.java 23 * marker object is reclaimed by the garbage collector.
48 * Track the specified file, using the provided marker, deleting the file
49 * when the marker instance is garbage collected.
53 * @param marker the marker object used to track the file, not null
57 public static void track(File file, Object marker) {
58 theInstance.track(file, marker);
62 * Track the specified file, using the provided marker, deleting the file
63 * when the marker instance is garbage collected.
67 * @param marker the marker object used to track the file, not null
    [all...]
FileCleaningTracker.java 27 * marker object is reclaimed by the garbage collector.
63 * Track the specified file, using the provided marker, deleting the file
64 * when the marker instance is garbage collected.
68 * @param marker the marker object used to track the file, not null
71 public void track(File file, Object marker) {
72 track(file, marker, (FileDeleteStrategy) null);
76 * Track the specified file, using the provided marker, deleting the file
77 * when the marker instance is garbage collected.
81 * @param marker the marker object used to track the file, not null
89 addTracker(file.getPath(), marker, deleteStrategy); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceMarker.cpp 80 // Map repaint rect into parent coordinate space, in which the marker boundaries have to be evaluated
96 SVGMarkerElement* marker = toSVGMarkerElement(node()); local
97 ASSERT(marker);
99 SVGLengthContext lengthContext(marker);
100 return FloatPoint(marker->refXCurrentValue().value(lengthContext), marker->refYCurrentValue().value(lengthContext));
105 SVGMarkerElement* marker = toSVGMarkerElement(node()); local
106 ASSERT(marker);
109 if (marker->orientTypeCurrentValue() == SVGMarkerOrientAngle)
110 angle = marker->orientAngleCurrentValue().value()
117 SVGMarkerElement* marker = toSVGMarkerElement(node()); local
133 SVGMarkerElement* marker = toSVGMarkerElement(toSVGElement(node())); local
159 SVGMarkerElement* marker = toSVGMarkerElement(node()); local
    [all...]
  /external/clang/test/Lexer/
conflict-marker.c 6 // diff3 style expected-error@+1 {{version control conflict marker in file}}
15 // normal style expected-error@+1 {{version control conflict marker in file}}
22 // Perforce style expected-error@+1 {{version control conflict marker in file}}
23 >>>> ORIGINAL conflict-marker.c#6
25 ==== THEIRS conflict-marker.c#7
27 ==== YOURS conflict-marker.c
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRIntStream.h 35 // current input position, index(), or some other marker so that
38 // TODO: problem in that lexer stream returns not index but some marker
47 // Reset the stream so that next call to index would return marker.
48 // The marker will usually be -index but it doesn't have to be. It's
49 // just a marker to indicate what state the stream was in. This is
51 // created after this marker argument, this routine must unroll them
52 // like a stack. Assume the state the stream was in when this marker
56 - (void) rewind:(NSInteger) marker;
59 // stream to keep bookkeeping objects around for a marker that is
63 - (void) release:(NSInteger) marker;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRIntStream.h 35 // current input position, index(), or some other marker so that
38 // TODO: problem in that lexer stream returns not index but some marker
47 // Reset the stream so that next call to index would return marker.
48 // The marker will usually be -index but it doesn't have to be. It's
49 // just a marker to indicate what state the stream was in. This is
51 // created after this marker argument, this routine must unroll them
52 // like a stack. Assume the state the stream was in when this marker
56 - (void) rewind:(NSInteger) marker;
59 // stream to keep bookkeeping objects around for a marker that is
63 - (void) release:(NSInteger) marker;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRIntStream.h 35 // current input position, index(), or some other marker so that
38 // TODO: problem in that lexer stream returns not index but some marker
47 // Reset the stream so that next call to index would return marker.
48 // The marker will usually be -index but it doesn't have to be. It's
49 // just a marker to indicate what state the stream was in. This is
51 // created after this marker argument, this routine must unroll them
52 // like a stack. Assume the state the stream was in when this marker
56 - (void) rewind:(NSInteger) marker;
59 // stream to keep bookkeeping objects around for a marker that is
63 - (void) release:(NSInteger) marker;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 61 /// <returns>Return a marker that can be passed to
64 /// <see cref="IIntStream.Index"/>, or some other marker.</returns>
76 /// <see cref="IIntStream.Index"/> would return marker.
79 /// The marker will usually be <see cref="IIntStream.Index"/> but
80 /// it doesn't have to be. It's just a marker to indicate what
83 /// If there are other markers created after the specified marker,
85 /// stream was in when this marker was created.
87 void Rewind(int marker);
90 /// Rewind to the input position of the last marker.
95 /// of the decision. Do not "pop" the marker off the state. Mark(i)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IIntStream.cs 56 * current input position, Index, or some other marker so that
77 * Reset the stream so that next call to index would return marker.
78 * The marker will usually be Index but it doesn't have to be. It's
79 * just a marker to indicate what state the stream was in. This is
81 * created after this marker argument, this routine must unroll them
82 * like a stack. Assume the state the stream was in when this marker
86 void Rewind( int marker );
89 * Rewind to the input position of the last marker.
93 * Do not "pop" the marker off the state. mark(i)
95 * like invoking rewind(last marker) but it should not "pop
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
debug_marker_manager.cc 18 void DebugMarkerManager::Group::SetMarker(const std::string& marker) {
19 marker_ = name_ + "." + marker;
30 void DebugMarkerManager::SetMarker(const std::string& marker) {
31 group_stack_.top().SetMarker(marker);
35 return group_stack_.top().marker();
debug_marker_manager.h 15 // Tracks debug marker.
21 // Gets the current marker on the top group.
23 // Sets the current marker on the top group.
24 void SetMarker(const std::string& marker);
41 void SetMarker(const std::string& marker);
43 const std::string& marker() const { function in class:gpu::gles2::DebugMarkerManager::Group
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
IntStream.as 43 * current input position, index(), or some other marker so that
57 /** Reset the stream so that next call to index would return marker.
58 * The marker will usually be index() but it doesn't have to be. It's
59 * just a marker to indicate what state the stream was in. This is
61 * created after this marker argument, this routine must unroll them
62 * like a stack. Assume the state the stream was in when this marker
65 function rewindTo(marker:int):void;
67 /** Rewind to the input position of the last marker.
71 * Do not "pop" the marker off the state. mark(i)
73 * like invoking rewind(last marker) but it should not "pop
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
RenderedDocumentMarker.h 37 explicit RenderedDocumentMarker(const DocumentMarker& marker)
38 : DocumentMarker(marker), m_renderedRect(invalidMarkerRect())
65 inline RenderedDocumentMarker* toRenderedDocumentMarker(DocumentMarker* marker)
67 return static_cast<RenderedDocumentMarker*>(marker);
DocumentMarkerController.cpp 156 // Iterate over all markers whose start offset is less than or equal to the new marker's.
157 // If one of them is of the same type as the new marker and touches it or intersects with it
158 // (there is at most one), remove it and adjust the new marker's start offset to encompass it.
160 DocumentMarker marker = list->at(i); local
161 if (marker.startOffset() > toInsert.startOffset())
163 if (marker.type() == toInsert.type() && marker.endOffset() >= toInsert.startOffset()) {
164 toInsert.setStartOffset(marker.startOffset());
171 // Iterate over all markers whose end offset is less than or equal to the new marker's,
172 // removing markers of the same type as the new marker which touch it or intersect with it
175 DocumentMarker marker = list->at(j); local
215 DocumentMarker marker = list->at(i); local
257 DocumentMarker marker = list->at(i); local
320 RenderedDocumentMarker& marker = list->at(markerIndex); local
390 DocumentMarker* marker = *it; local
418 const RenderedDocumentMarker& marker = list->at(markerIndex); local
475 DocumentMarker marker = list->at(i); local
519 DocumentMarker marker = list->at(i); local
562 RenderedDocumentMarker& marker = list->at(i); local
604 DocumentMarker& marker = list->at(i); local
639 DocumentMarker* marker = *it; local
662 const DocumentMarker& marker = list->at(markerIndex); local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRIntStream.h 39 // current input position, index(), or some other marker so that
42 // TODO: problem in that lexer stream returns not index but some marker
55 // Reset the stream so that next call to index would return marker.
56 // The marker will usually be -index but it doesn't have to be. It's
57 // just a marker to indicate what state the stream was in. This is
59 // created after this marker argument, this routine must unroll them
60 // like a stack. Assume the state the stream was in when this marker
64 - (void) rewind:(NSInteger) marker;
67 // stream to keep bookkeeping objects around for a marker that is
71 - (void) release:(NSInteger) marker;
    [all...]
  /external/chromium_org/chrome/common/
spellcheck_marker.h 10 // A predicate to test spellcheck marker validity.
15 bool operator()(const SpellCheckMarker& marker) const {
16 return marker.offset < text_length_;
  /packages/apps/LegacyCamera/src/com/android/camera/
Exif.java 34 int marker = jpeg[offset] & 0xFF; local
36 // Check if the marker is a padding.
37 if (marker == 0xFF) {
42 // Check if the marker is SOI or TEM.
43 if (marker == 0xD8 || marker == 0x01) {
46 // Check if the marker is EOI or SOS.
47 if (marker == 0xD9 || marker == 0xDA) {
58 // Break if the marker is EXIF in APP1
    [all...]

Completed in 1021 milliseconds

1 2 3 4 5 6 7 8 91011>>