/external/libpng/contrib/pngminim/preader/ |
README | 3 To build a minimal read-only progressive decoder embedded libpng and
|
/frameworks/base/awt/javax/imageio/ |
ImageReadParam.java | 57 * The minimum progressive pass. 62 * The number of progressive passes. 116 * Gets the index of the minimum progressive pass that is decoded, default 119 * @return the index of the minimum progressive pass that is decoded, 127 * Gets the number of progressive passes. The default value is 130 * @return the number of progressive passes. 174 * Sets the source progressive passes.
|
ImageWriteParam.java | 37 * progressive, or compressed. 43 * progressive, or compressed according to the plug-in's default. 49 * progressive, or compressed according to current settings which are 56 * tiled, progressive, or compressed according to stream or image metadata. 106 * Whether the ImageWriter can write in progressive mode. 111 * The progressive mode. 163 * Gets the mode for writing the stream in a progressive sequence. 165 * @return the current progressive mode. 171 throw new UnsupportedOperationException("progressive mode is not supported"); 176 * progressive [all...] |
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/ |
pvmf_protocol_engine_node_progressive_streaming.h | 110 // clear several fields for progressive playback repositioning 150 // in case of progressive streaming, currently do not send PVMFInfoSessionDisconnect event 155 // in case of progressive streaming, add buffer fullness information into buffer status report
|
/external/jpeg/ |
change.log | 38 if decoding a progressive JPEG. The appearance no longer depends on the 63 cjpeg -progressive -restart no longer generates any unnecessary DRI markers. 112 Progressive JPEG support: library can read and write full progressive JPEG 114 display of progressive images. Simply recompiling an existing IJG-v5-based 115 decoder with v6 should allow it to read progressive files, though of course 116 without any special progressive display. 119 JPEG formats; primarily, it can be used to convert baseline to progressive
|
cjpeg.1 | 62 .B \-progressive 63 Create progressive JPEG file (see below). 112 .B \-progressive 113 switch creates a "progressive JPEG" file. In this type of JPEG file, the data 121 progressive JPEG is not yet widely implemented, so many decoders will be 122 unable to view a progressive JPEG file at all. 197 .B \-progressive 253 mode is always selected when generating progressive JPEG files.)
|
jchuff.h | 10 * progressive encoder (jcphuff.c). No other modules need to see these.
|
jpegtran.1 | 18 for example from baseline JPEG to progressive JPEG or vice versa. It can also 56 .B \-progressive 57 Create progressive JPEG file. 194 This example converts a baseline JPEG file to progressive form: 196 .B jpegtran \-progressive
|
wizard.doc | 117 -progressive switch generates a progressive JPEG file using a default series 119 files or progressive JPEG files with custom progression parameters by using 127 the components to be included in the scan, and for progressive JPEG it also 133 followed by a colon (':') and the four progressive-JPEG parameters. The 147 the script represents a progressive or sequential file, by observing whether 148 Ss and Se values other than 0 and 63 appear. (The -progressive switch is 168 Here is an example of a progressive scan script using only spectral selection 182 to the default script used by "cjpeg -progressive" for YCbCr images:
|
rdjpgcom.c | 284 case M_SOF2: process = "Progressive"; break; 287 case M_SOF6: process = "Differential progressive"; break; 290 case M_SOF10: process = "Progressive, arithmetic coding"; break; 293 case M_SOF14: process = "Differential progressive, arithmetic coding"; break; 341 case M_SOF2: /* Progressive, Huffman */ 344 case M_SOF6: /* Differential progressive, Huffman */ 347 case M_SOF10: /* Progressive, arithmetic */ 350 case M_SOF14: /* Differential progressive, arithmetic */
|
jpegtran.c | 63 fprintf(stderr, " -progressive Create progressive JPEG file\n"); 236 } else if (keymatch(arg, "progressive", 1)) { 237 /* Select simple progressive mode. */ 242 fprintf(stderr, "%s: sorry, progressive output was not compiled\n", 285 /* We must postpone reading the file in case -progressive appears. */ 314 if (simple_progressive) /* process -progressive; -scans can override */
|
usage.doc | 97 -progressive Create progressive JPEG file (see below). 131 The -progressive switch creates a "progressive JPEG" file. In this type of 137 file size is about the same --- often a little smaller. CAUTION: progressive 139 progressive JPEG file at all. 192 -baseline and -progressive together.) 333 mode is always selected when generating progressive JPEG files.) 375 free disk space, leave out -progressive and -optimize (for cjpeg) or specify 405 for example from baseline JPEG to progressive JPEG or vice versa. It can als [all...] |
jmorecfg.h | 293 #define C_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/ 300 * The exact same statements apply for progressive JPEG: the default tables 301 * don't work for progressive mode. (This may get fixed, however.) 309 #define D_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/ 311 #define BLOCK_SMOOTHING_SUPPORTED /* Block smoothing? (Progressive only) */
|
/external/opencore/nodes/pvdownloadmanagernode/config/opencore/ |
pvmf_downloadmanager_config.h | 28 ** Support progressive playback. 36 ** use for progressive playback.
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/ |
pvmf_protocol_engine_progressive_download.h | 25 #define DEFAULT_STATE_NUMBER_FOR_DOWNLOAD_GET_REQUEST 1 // for progressive streaming or shoutcast 107 // Progressive Streaming is a special form of progressive download 125 // Http progressive download, do state transition
|
/frameworks/base/awt/javax/imageio/event/ |
IIOReadUpdateListener.java | 72 * progressive pass. 83 * progressive pass. 114 * completed a progressive pass. 125 * begun a progressive pass.
|
/external/opencore/pvmi/pvmf/include/ |
pvmi_data_stream_interface.h | 391 * to provide them with updated stream size (take a case of progressive dowmnload 405 * Used in progressive playback where the HTTP server sends the content length 418 * Used in progressive playback where the HTTP server sends the content length 435 * the MBDS for progressive playback to not set the capacity or trim 460 * Used in progressive playback where MBDS has a finite cache size 490 * Used in progressive playback for repositioning requests, etc 504 * Used in progressive playback when reposition requests are sent to the writer (protocol engine) 516 * Used in progressive playback, mainly for moov atom storage 532 * Used in progressive playback when the network connection times out 542 * Used in progressive playbac [all...] |
/external/libxml2/include/libxml/ |
xmlregexp.h | 34 * A libxml progressive regular expression evaluation context 78 * The progressive API
|
/external/opencore/nodes/common/include/ |
pvmf_mp4_progdownload_support_extension.h | 69 * is progressive dowmloadable. 71 * @param uint32& metaDataSize - If the clip is progressive 78 * either way on whether a clip is progressive downloadable or not.
|
/frameworks/base/awt/org/apache/harmony/awt/gl/image/ |
JpegDecoder.java | 40 // Flags for the consumer, progressive JPEG 72 private boolean progressive = false; field in class:JpegDecoder 203 setHints(progressive ? hintflagsProgressive : hintflagsSingle);
|
/external/libpng/contrib/gregbook/ |
README | 37 rpng2-win.c Windows front end for the progressive viewer 38 rpng2-x.c X front end for the progressive viewer 39 readpng2.c generic back end for the progressive viewer 40 readpng2.h header file for the progressive viewer 170 would display the image with a red background. rpng2 is a progressive
|
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/ |
JPEGImageWriter.java | 139 boolean progressive = false; 156 //-- Only default progressive mode yet 157 // progressive = param.getProgressiveMode() == ImageWriteParam.MODE_DEFAULT; 198 sourceIJGCs, destIJGCs, numBands, progressive, 307 int numBands, boolean progressive,
|
/external/libpng/ |
png.5 | 14 World Wide Web, so it is fully streamable with a progressive display
|
/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
pvmf_cpmplugin_access_interface_factory.h | 61 * to provide them with updated stream size (take a case of progressive dowmnload
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
MediaPlayerDemo_Video.java | 96 * TODO: Set path variable to progressive streamable mp4 or 98 * Mediaplayer can only play "progressive streamable
|