Searched refs:compression (Results 1 - 25 of 77) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dc14n.in.h79 int compression);
H A DxmlIO.in.h228 int compression);
274 int compression);
330 int compression );
H A Dxmlwriter.in.h36 xmlNewTextWriterFilename(const char *uri, int compression);
38 xmlNewTextWriterMemory(xmlBufferPtr buf, int compression);
40 xmlNewTextWriterPushParser(xmlParserCtxtPtr ctxt, int compression);
42 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression);
45 int compression);
H A DxmlIO.c1150 * @compression: the compression factor (0 - 9 included)
1158 xmlGzfileOpenW (const char *filename, int compression) { argument
1163 snprintf(mode, sizeof(mode), "wb%d", compression);
1258 int compression; member in struct:xmlIOHTTPWriteCtxt_
1357 *@compression: Compression value to use
1363 * the compression is plagiarized from the zlib source files.
1366 xmlCreateZMemBuff( int compression ) {
1372 if ( ( compression < 1 ) || ( compression >
1671 xmlIOHTTPOpenW(const char *post_uri, int compression) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dc14n.in.h79 int compression);
H A DxmlIO.in.h228 int compression);
274 int compression);
330 int compression );
H A Dxmlwriter.in.h36 xmlNewTextWriterFilename(const char *uri, int compression);
38 xmlNewTextWriterMemory(xmlBufferPtr buf, int compression);
40 xmlNewTextWriterPushParser(xmlParserCtxtPtr ctxt, int compression);
42 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression);
45 int compression);
H A DxmlIO.c1150 * @compression: the compression factor (0 - 9 included)
1158 xmlGzfileOpenW (const char *filename, int compression) { argument
1163 snprintf(mode, sizeof(mode), "wb%d", compression);
1258 int compression; member in struct:xmlIOHTTPWriteCtxt_
1357 *@compression: Compression value to use
1363 * the compression is plagiarized from the zlib source files.
1366 xmlCreateZMemBuff( int compression ) {
1372 if ( ( compression < 1 ) || ( compression >
1671 xmlIOHTTPOpenW(const char *post_uri, int compression) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtruemotion1.c62 int compression; member in struct:TrueMotion1Context
85 uint8_t compression; member in struct:frame_header
346 header.compression = header_buffer[0];
396 if (header.compression >= 17) {
397 av_log(s->avctx, AV_LOG_ERROR, "invalid compression type (%d)\n", header.compression);
405 if ((header.compression & 1) && header.header_type)
417 if (compression_types[header.compression].algorithm == ALGO_RGB24H)
424 if (compression_types[header.compression].algorithm == ALGO_RGB24H)
447 s->compression
[all...]
H A Dlclenc.c64 int compression; member in struct:LclEncContext
160 c->compression = 6;
179 ((uint8_t*)avctx->extradata)[5]= c->compression;
187 zret = deflateInit(&(c->zstream), c->compression);
197 av_log(avctx, AV_LOG_ERROR, "Can't allocate compression buffer.\n");
H A Dlcldec.c61 int compression; member in struct:LclDecContext
197 switch (c->compression) {
233 av_log(avctx, AV_LOG_ERROR, "BUG! Unknown MSZH compression in frame decoder.\n");
239 /* Using the original dll with normal compression (-1) and RGB format
242 if ((c->compression == COMP_ZLIB_NORMAL) && (c->imgtype == IMGTYPE_RGB24) &&
312 av_log(avctx, AV_LOG_ERROR, "BUG! Unknown codec in frame decoder compression switch.\n");
584 /* Detect compression method */
585 c->compression = *((char *)avctx->extradata + 5);
588 switch (c->compression) {
594 av_log(avctx, AV_LOG_INFO, "No compression
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dc14n.h79 int compression);
H A DxmlIO.h228 int compression);
274 int compression);
330 int compression );
H A Dxmlwriter.h36 xmlNewTextWriterFilename(const char *uri, int compression);
38 xmlNewTextWriterMemory(xmlBufferPtr buf, int compression);
40 xmlNewTextWriterPushParser(xmlParserCtxtPtr ctxt, int compression);
42 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression);
45 int compression);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-ctrl.c137 /* Entries for the Nala (645/646) camera; the Nala doesn't have compression
246 if (pdev->release < 5) { /* 4 fold compression */
261 static int set_video_mode_Timon(struct pwc_device *pdev, int size, int frames, int compression, int snapshot) argument
267 if (size >= PSZ_MAX || frames < 5 || frames > 30 || compression < 0 || compression > 3)
273 /* Find a supported framerate with progressively higher compression ratios
277 while (compression <= 3) {
278 pChoose = &Timon_table[size][fps][compression];
281 compression++;
314 static int set_video_mode_Kiara(struct pwc_device *pdev, int size, int frames, int compression, in argument
397 pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int frames, int compression, int snapshot) argument
[all...]
H A Dpwc-v4l.c290 int ret, fps, snapshot, compression, pixelformat; local
297 compression = pdev->vcompression;
301 compression = (f->fmt.pix.priv & PWC_QLT_MASK) >> PWC_QLT_SHIFT;
314 "compression=%d snapshot=%d format=%c%c%c%c\n",
316 compression, snapshot,
326 compression,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DxmlIO.c1166 * @compression: the compression factor (0 - 9 included)
1174 xmlGzfileOpenW (const char *filename, int compression) { argument
1179 snprintf(mode, sizeof(mode), "wb%d", compression);
1274 int compression; member in struct:xmlIOHTTPWriteCtxt_
1373 *@compression: Compression value to use
1379 * the compression is plagiarized from the zlib source files.
1382 xmlCreateZMemBuff( int compression ) {
1388 if ( ( compression < 1 ) || ( compression >
1687 xmlIOHTTPOpenW(const char *post_uri, int compression) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dexample.pas1 (* example.c -- usage example of the zlib compression library
29 * stresses the compression code better, sorry...
185 var c_stream: z_stream; (* compression stream *)
269 * Test deflate with large buffers and dynamic change of compression level
274 var c_stream: z_stream; (* compression stream *)
297 (* Feed in already compressed data and switch to no compression: *)
369 var c_stream: z_stream; (* compression stream *)
451 var c_stream: z_stream; (* compression stream *)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dexample.pas1 (* example.c -- usage example of the zlib compression library
29 * stresses the compression code better, sorry...
185 var c_stream: z_stream; (* compression stream *)
269 * Test deflate with large buffers and dynamic change of compression level
274 var c_stream: z_stream; (* compression stream *)
297 (* Feed in already compressed data and switch to no compression: *)
369 var c_stream: z_stream; (* compression stream *)
451 var c_stream: z_stream; (* compression stream *)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102.h117 struct v4l2_jpegcompression compression; member in struct:sn9c102_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301.h120 struct v4l2_jpegcompression compression; member in struct:zc0301_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/as400/
H A Dzlib.inc1 * ZLIB.INC - Interface to the general purpose compression library
195 D deflateInit PR 10I 0 extproc('deflateInit_') Init. compression
205 D deflateEnd PR 10I 0 extproc('deflateEnd') Termin. compression
224 D deflateInit2 PR 10I 0 extproc('deflateInit2_') Init. compression
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/as400/
H A Dzlib.inc1 * ZLIB.INC - Interface to the general purpose compression library
195 D deflateInit PR 10I 0 extproc('deflateInit_') Init. compression
205 D deflateEnd PR 10I 0 extproc('deflateEnd') Termin. compression
224 D deflateInit2 PR 10I 0 extproc('deflateInit2_') Init. compression
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcpia.h194 } compression; member in struct:cam_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251.h156 struct v4l2_jpegcompression compression; member in struct:et61x251_device

Completed in 267 milliseconds

1234