Searched refs:rle (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dimage.mak13 FATE_SUNRASTER += fate-sunraster-1bit-rle
14 fate-sunraster-1bit-rle: CMD = framecrc -i $(SAMPLES)/sunraster/lena-1bit-rle.sun
19 FATE_SUNRASTER += fate-sunraster-8bit-rle
20 fate-sunraster-8bit-rle: CMD = framecrc -i $(SAMPLES)/sunraster/lena-8bit-rle.sun -pix_fmt rgb24
25 FATE_SUNRASTER += fate-sunraster-24bit-rle
26 fate-sunraster-24bit-rle: CMD = framecrc -i $(SAMPLES)/sunraster/lena-24bit-rle.sun
H A Dqtrle.mak14 fate-qtrle-16bit: CMD = framecrc -i $(SAMPLES)/qtrle/mr-cork-rle.mov -pix_fmt rgb24
17 fate-qtrle-24bit: CMD = framecrc -i $(SAMPLES)/qtrle/aletrek-rle.mov -vsync 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dimage.mak39 FATE_EXR += fate-exr-slice-rle
40 fate-exr-slice-rle: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgba_slice_rle.exr -pix_fmt rgba64le
74 FATE_SGI += fate-sgi-rgb24-rle
75 fate-sgi-rgb24-rle: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/uvmap_rgb24_rle.sgi -pix_fmt rgb24
80 FATE_SGI += fate-sgi-rgb48-rle
81 fate-sgi-rgb48-rle: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/uvmap_rgb48_rle.sgi -pix_fmt rgb48be
89 FATE_SGI += fate-sgi-rgba64-rle
90 fate-sgi-rgba64-rle: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/maya_rgba64_rle.sgi -pix_fmt rgba64be
100 FATE_SUNRASTER += fate-sunraster-1bit-rle
101 fate-sunraster-1bit-rle
[all...]
H A Dqtrle.mak14 fate-qtrle-16bit: CMD = framecrc -i $(TARGET_SAMPLES)/qtrle/mr-cork-rle.mov -pix_fmt rgb24
17 fate-qtrle-24bit: CMD = framecrc -i $(TARGET_SAMPLES)/qtrle/aletrek-rle.mov
H A Dvideo.mak202 fate-mv-sgirle: CMD = framecrc -i $(TARGET_SAMPLES)/mv/pet-rle.movie -an
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpgssubdec.c53 uint8_t *rle; member in struct:PGSSubPicture
75 av_freep(&ctx->picture.rle);
181 memcpy(ctx->picture.rle + ctx->picture.rle_data_len, buf, buf_size);
192 /* Decode rle bitmap length, stored size includes width/height data */
208 av_fast_malloc(&ctx->picture.rle, &ctx->picture.rle_buffer_size, rle_bitmap_len);
210 if (!ctx->picture.rle)
213 memcpy(ctx->picture.rle, buf, buf_size);
380 if (ctx->picture.rle) {
384 if(decode_rle(avctx, sub, ctx->picture.rle, ctx->picture.rle_data_len) < 0)
H A Dsgidec.c159 unsigned int dimension, rle; local
175 rle = bytestream2_get_byte(&s->g);
182 if (s->bytes_per_channel != 1 && (s->bytes_per_channel != 2 || rle)) {
227 if (rle) {
H A DMakefile337 OBJS-$(CONFIG_SGI_ENCODER) += sgienc.o rle.o
370 OBJS-$(CONFIG_TARGA_ENCODER) += targaenc.o rle.o
375 OBJS-$(CONFIG_TIFF_ENCODER) += tiffenc.o rle.o lzwenc.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpgssubdec.c73 uint8_t *rle; member in struct:PGSSubObject
107 av_freep(&ctx->objects.object[i].rle);
267 memcpy(object->rle + object->rle_data_len, buf, buf_size);
278 /* Decode rle bitmap length, stored size includes width/height data */
299 av_fast_padded_malloc(&object->rle, &object->rle_buffer_size, rle_bitmap_len);
301 if (!object->rle)
304 memcpy(object->rle, buf, buf_size);
556 if (object->rle) {
565 ret = decode_rle(avctx, sub->rects[i], object->rle, object->rle_data_len);
H A Dsgidec.c208 unsigned int dimension, rle; local
224 rle = bytestream2_get_byteu(&s->g);
270 if (rle) {
H A DMakefile413 OBJS-$(CONFIG_SGI_ENCODER) += sgienc.o rle.o
447 OBJS-$(CONFIG_TARGA_ENCODER) += targaenc.o rle.o
452 OBJS-$(CONFIG_TIFF_ENCODER) += tiffenc.o rle.o lzwenc.o tiff_data.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dieee1284_ops.c500 int rle = 0;
552 if (rle)
587 rle = 1;
617 if (rle) {
618 rle = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dwrrle.c23 /* rle.h is provided by the Utah Raster Toolkit. */
25 #include <rle.h>
H A Drdrle.c26 /* rle.h is provided by the Utah Raster Toolkit. */
28 #include <rle.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c972 runlist_element *rle; local
975 rle = ntfs_mapping_pairs_decompress_i(vol, attr, old_rl);
977 return rle;

Completed in 193 milliseconds