/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
mp4def.h | 181 /* motion and resync markers used in error resilient mode */
|
/external/svox/pico/lib/ |
picotrns.h | 33 * - The input to the transducer is a list of pos/sym pairs, where pos are arbitrary position markers
|
/external/webkit/WebCore/dom/ |
CharacterData.cpp | 166 // update the markers for spell checking and grammar checking
|
/frameworks/base/media/libstagefright/ |
JPEGSource.cpp | 33 #define JPEG_SOF5 0xC5 /* NB: codes C4 and CC are NOT SOF markers*/
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4def.h | 121 /* motion and resync markers used in error resilient mode */
|
mp4lib_int.h | 98 /* (Use Resynch markers) */
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccRecords.java | 65 // Markers for mncLength
|
/prebuilt/common/jfreechart/ |
README.txt | 273 - added support for GradientPaint in interval markers. 301 - domain and range markers now support intervals; 342 - range and domain markers can now be placed in the foreground or the 416 - added support for range markers against secondary axis in a 418 - added labels to domain and range markers; 594 renderers. Added optional range markers to horizontal number 614 - range markers now drawn only if in visible axis range; [all...] |
/external/jpeg/ |
transupp.c | 856 /* Setup decompression object to save desired markers in memory. 870 /* Save all types of APPn markers iff ALL option */ 878 /* Copy markers saved in the given source object to the destination object. 882 * JFIF APP0 or Adobe APP14 markers if selected. 893 * But to avoid confusion, we do not output JFIF and Adobe APP14 markers
|
jdinput.c | 278 * Read JPEG markers before, between, or after compressed-data scans. 284 * we are reading a compressed data segment or inter-segment markers.
|
jerror.h | 106 JMESSAGE(JERR_SOF_DUPLICATE, "Invalid JPEG file structure: two SOF markers") 109 JMESSAGE(JERR_SOI_DUPLICATE, "Invalid JPEG file structure: two SOI markers")
|
jcapimin.c | 186 * This is only recommended for writing COM or APPn markers.
|
jdapistd.c | 265 /* Read markers looking for SOS or EOI */
|
jdatasrc.c | 152 * resync_to_restart method for error recovery in the presence of RST markers.
|
/external/opencore/codecs_v2/video/m4v_h263/enc/include/ |
cvei.h | 232 /** Specifies the packet size in bytes which represents the number of bytes between two resync markers. 233 For ECVEI_DOWNLOAD and ECVEI_H263, if iPacketSize is set to 0, there will be no resync markers in the bitstream.
|
/external/webkit/WebCore/rendering/ |
RenderObjectChildList.cpp | 54 firstChild()->remove(); // List markers are owned by their enclosing list and so don't get destroyed by this container. Similarly, first letters are destroyed by their remaining text fragment. 239 // Skip list markers.
|
InlineBox.h | 282 bool m_isText : 1; // Whether or not this object represents text with a non-zero height. Includes non-image list markers, text boxes.
|
RenderListMarker.cpp | 298 // first 3 group markers, then 3 digit markers, then ten digits. 315 const int groupLength = 8; // 4 digits, 3 digit markers, and a group marker 329 // Put in the four digits and digit markers for any non-zero digits. [all...] |
/hardware/ti/wlan/wl1271/platforms/os/linux/ |
Makefile | 310 # in order to remove Module.markers file 311 @find ../../../. -type f -print | grep Module.markers | xargs rm -f
|
/dalvik/docs/ |
libraries.html | 81 markers help us keep track of our own changes when we pull down updates from
|
/external/iproute2/include/linux/ |
atm.h | 15 * BEGIN_xx and END_xx markers are used for automatic generation of
|
/external/kernel-headers/original/linux/ |
atm.h | 15 * BEGIN_xx and END_xx markers are used for automatic generation of
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
mp4lib_int.h | 98 /* (Use Resynch markers) */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseProjectHelper.java | 121 // markers (and only the element, not its children), to force the marker display. 168 // markers (and only the element, not its children), to force the marker display. 288 // remove previous markers
|
/external/webkit/WebKit/chromium/src/ |
WebFrameImpl.cpp | 1875 Vector<DocumentMarker> markers = frame()->document()->markersForNode(node); local [all...] |