Searched refs:height (Results 151 - 175 of 665) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dquickcam_messenger.h49 u16 height; member in struct:cam_size
73 int height; member in struct:qcm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davs.c31 int height; member in struct:avs_format
66 avs->height = get_le16(s->pb);
75 if (avs->width != 318 || avs->height != 198)
78 avs->width, avs->height);
184 avs->st_video->codec->height = avs->height;
H A Didroq.c47 int height; member in struct:RoqDemuxContext
88 roq->width = roq->height = roq->audio_channels = roq->video_pts =
103 /* fetch the width and height; reuse the preamble bytes */
108 roq->height = AV_RL16(&preamble[2]);
134 if ((roq->width && roq->height) && roq->audio_channels)
152 st->codec->height = roq->height;
H A Dnuv.c128 int is_mythtv, width, height, v_packs, a_packs; local
136 height = get_le32(pb);
161 vst->codec->height = height;
163 vst->sample_aspect_ratio = av_d2q(aspect * height / width, 10000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtarga.c36 int width, height; member in struct:TargaContext
121 s->height = h;
148 if(w != avctx->width || h != avctx->height)
194 memset(p->data[0], 0, p->linesize[0] * s->height);
197 targa_decode_rle(avctx, s, buf, dst, avctx->width, avctx->height, stride, bpp);
199 for(y = 0; y < s->height; y++){
H A Dsvq1dec.c172 for (y=0; y < height; y++) {\
184 for (y=0; y < height; y++) {\
215 unsigned x, y, width, height, level; local
228 height = 1 << ((3 + level) /2);
234 for (y=0; y < height; y++) {
250 for (y=0; y < height; y++) {
270 int x, y, width, height, level; local
283 height = 1 << ((3 + level) /2);
383 int h= (s->height+15)&~15;
466 int h= (s->height
649 int result, i, x, y, width, height; local
[all...]
H A Dvmnc.c63 int width, height; member in struct:VmncContext
124 if(c->height < c->cur_y + c->cur_h) h = c->height - c->cur_y;
310 if(c->height < c->cur_y + h) h = c->height - c->cur_y;
393 if((dx + w > c->width) || (dy + h > c->height)) {
394 av_log(avctx, AV_LOG_ERROR, "Incorrect frame size: %ix%i+%ix%i of %ix%i\n", w, h, dx, dy, c->width, c->height);
405 if((dx + w > c->width) || (dy + h > c->height)) {
406 av_log(avctx, AV_LOG_ERROR, "Incorrect frame size: %ix%i+%ix%i of %ix%i\n", w, h, dx, dy, c->width, c->height);
425 if(c->height <
[all...]
H A Ddxa.c59 data = code + ((avctx->width * avctx->height) >> 4);
63 for(j = 0; j < avctx->height; j += 4){
243 memcpy(c->pic.data[0], c->prev.data[0], c->pic.linesize[0] * avctx->height);
245 memset(c->pic.data[0], 0, c->pic.linesize[0] * avctx->height);
256 for(j = 0; j < avctx->height; j++){
296 if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
300 c->dsize = avctx->width * avctx->height * 2;
H A Dgifdec.c66 int left, top, width, height, bits_per_pixel, code_size, flags; local
73 height = bytestream_get_le16(&s->bytestream);
79 dprintf(s->avctx, "gif: image x=%d y=%d w=%d h=%d\n", left, top, width, height);
92 top + height > s->screen_height)
119 for (y = 0; y < height; y++) {
128 if (y1 >= height) {
137 if (y1 >= height) {
H A Dtiff.c40 int width, height; member in struct:TiffContext
228 s->height = value;
268 if(s->width != s->avctx->width || s->height != s->avctx->height){
269 if(avcodec_check_dimensions(s->avctx, s->width, s->height))
271 avcodec_set_dimensions(s->avctx, s->width, s->height);
318 value = s->avctx->height;
332 if(s->strips == 1) s->rps = s->height;
463 for(i = 0; i < s->height; i += s->rps){
473 if(tiff_unpack_strip(s, dst, stride, orig_buf + soff, ssize, FFMIN(s->rps, s->height
[all...]
H A Dmotionpixels.c111 mp->changes_map = av_mallocz(avctx->width * avctx->height);
112 mp->offset_bits_len = av_log2(avctx->width * avctx->height) + 1;
113 mp->vpt = av_mallocz(avctx->height * sizeof(YuvPixel));
114 mp->hpt = av_mallocz(avctx->height * avctx->width / 16 * sizeof(YuvPixel));
131 if (y >= mp->avctx->height)
134 h = FFMIN(h, mp->avctx->height - y);
263 for (y = 0; y < mp->avctx->height; ++y) {
278 for (y = y0; y < mp->avctx->height; y += 2)
304 memset(mp->changes_map, 0, avctx->width * avctx->height);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsticore.h53 #define sti_font_y(sti) (PTR_STI(sti->font)->height)
86 s16 onscreen_y; /* screen height in pixels */
88 s16 offscreen_y; /* offset height in pixels */
90 s16 total_y; /* frame buffer height in pixels */
165 s16 onscreen_y; /* screen height in pixels */
167 s16 offscreen_y; /* offscreen height in pixels */
169 s16 total_y; /* frame buffer height in pixels */
231 u8 height; member in struct:sti_rom_font
295 s16 height; /* block height i member in struct:sti_blkmv_inptr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_core.c634 cam->params.roi.height);
930 int height = cam->params.roi.height; local
938 || (height > STV_IMAGE_QCIF_ROWS)) {
947 || (height > STV_IMAGE_CIF_ROWS)) {
990 int cpia2_match_video_size(int width, int height) argument
992 if (width >= STV_IMAGE_VGA_COLS && height >= STV_IMAGE_VGA_ROWS)
995 if (width >= STV_IMAGE_CIF_COLS && height >= STV_IMAGE_CIF_ROWS)
998 if (width >= STV_IMAGE_QVGA_COLS && height >= STV_IMAGE_QVGA_ROWS)
1001 if (width >= 288 && height >
1129 int height = req_height; local
1315 int height = req_height; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-video.c296 dev->height = norm_maxh(dev);
297 dev->frame_size = dev->width * dev->height * 2;
719 static int em28xx_set_norm(struct em28xx *dev, int width, int height) argument
728 /* height must be even because of interlacing */
729 height &= 0xfffe;
732 if (height < 32)
733 height = 32;
734 if (height > maxh)
735 height = maxh;
745 if ((vscale = (((unsigned long)maxh) << 12) / height
813 int height = format->fmt.pix.height; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dvgacon.c557 c->vc_font.height = vga_video_font_height;
688 c->vc_font.height -
689 (c->vc_font.height <
691 c->vc_font.height -
692 (c->vc_font.height <
697 c->vc_font.height / 3,
698 c->vc_font.height -
699 (c->vc_font.height <
704 (c->vc_font.height * 2) / 3,
705 c->vc_font.height
731 vgacon_doresize(struct vc_data *c, unsigned int width, unsigned int height) argument
1276 vgacon_resize(struct vc_data *c, unsigned int width, unsigned int height) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dlibdc1394.c64 int height; member in struct:dc1394_frame_format
98 int height = !ap->height ? 240 : ap->height; local
102 if (fmt->pix_fmt == pix_fmt && fmt->width == width && fmt->height == height)
111 width, height, frame_rate);
125 vst->codec->height = fmt->height;
130 dc1394->packet.size = avpicture_get_size(fmt->pix_fmt, fmt->width, fmt->height);
[all...]
H A Dv4l.c88 s->video_win.height = ap->height;
112 if (s->video_win.width <= 0 || s->video_win.height <= 0) {
119 if(avcodec_check_dimensions(s1, s->video_win.width, s->video_win.height) < 0)
211 s->gb_buf.height = s->video_win.height;
234 s->frame_size = s->video_win.width * s->video_win.height * video_formats[j].depth / 8;
248 st->codec->height = s->video_win.height;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess.c638 static inline void postProcess(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, argument
652 postProcess_MMX2(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c);
654 postProcess_3DNow(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c);
656 postProcess_MMX(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c);
658 postProcess_C(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c);
662 postProcess_altivec(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c);
665 postProcess_C(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c);
669 postProcess_MMX2(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c);
671 postProcess_3DNow(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c);
673 postProcess_MMX(src, srcStride, dst, dstStride, width, height, QP
919 reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride) argument
952 pp_get_context(int width, int height, int cpuCaps) argument
996 pp_postprocess(const uint8_t * src[3], const int srcStride[3], uint8_t * dst[3], const int dstStride[3], int width, int height, const QP_STORE_T *QP_store, int QPStride, pp_mode *vm, void *vc, int pict_type) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dmetadata.c417 int width=0, height=0, thumb=0; local
486 if( (imsrc->width <= 160) && (imsrc->height <= 160) )
504 if( image_get_jpeg_resolution(path, &width, &height) != 0 || !width || !height )
516 height = cinfo.output_height;
521 //DEBUG DPRINTF(E_DEBUG, L_METADATA, " * resolution: %dx%d\n", width, height);
523 if( !width || !height )
529 if( width <= 640 && height <= 480 )
531 else if( width <= 1024 && height <= 768 )
533 else if( (width <= 4096 && height <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dmetadata.c495 int width=0, height=0, thumb=0; local
564 if( (imsrc->width <= 160) && (imsrc->height <= 160) )
578 if( image_get_jpeg_resolution(path, &width, &height) != 0 || !width || !height )
590 height = cinfo.output_height;
595 //DEBUG DPRINTF(E_DEBUG, L_METADATA, " * resolution: %dx%d\n", width, height);
597 if( !width || !height )
602 if( width <= 640 && height <= 480 )
604 else if( width <= 1024 && height <= 768 )
606 else if( (width <= 4096 && height <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dse401.c382 static void se401_send_size(struct usb_se401 *se401, int width, int height) argument
386 int sendheight=height;
395 while (i<se401->sizes && !(se401->width[i]==width && se401->height[i]==height))
398 if (se401->width[i]==width*2 && se401->height[i]==height*2) {
399 sendheight=se401->height[i];
403 if (se401->width[i]==width*4 && se401->height[i]==height*4) {
404 sendheight=se401->height[
547 se401_set_size(struct usb_se401 *se401, int width, int height) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-video.c568 dev->crop_bounds.height = ((norm->id & V4L2_STD_525_60) ? 524 : 624)
570 dev->crop_defrect.height = (norm->video_v_stop - norm->video_v_start +1)*2;
687 int width, int height, int interlace)
697 v_stop = (dev->crop_current.top + dev->crop_current.height -1)/2;
712 yscale = 512 * div * dev->crop_current.height / height;
721 saa_writeb(SAA7134_VIDEO_LINES1(task), height/div & 0xff);
722 saa_writeb(SAA7134_VIDEO_LINES2(task), height/div >> 8);
805 row[rows].position = clip_range((clips[i].c.top + clips[i].c.height)
826 if (win->w.width < 48 || win->w.height < 3
686 set_size(struct saa7134_dev *dev, int task, int width, int height, int interlace) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dframeview.pl32 $toplevel->configure(-height=>$2);
190 -width=>-20,-height=>-46,-anchor=>'nw');
201 -width=>-20,-height=>-46,-anchor=>'nw');
244 place(-relwidth=>1.,-width=>-10,-relheight=>.5,-height=>($graphy/2)-5-$temp->reqheight(),
332 my$height=$w->height();
336 $height!=$graph->{"height"});
339 $graph->{"height"}=$height;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Ddrawtext.c291 /* Measure text height to calculate text_height (or the maximum text height) */
309 static inline void draw_glyph(AVPicture *picture, FT_Bitmap *bitmap, unsigned int x, unsigned int y, unsigned int width, unsigned int height, unsigned char yuv_fgcolor[3], unsigned char yuv_bgcolor[3], int outline) argument
317 for (r=0; (r < bitmap->rows) && (r+y < height); r++)
358 if ( (r+1 < height) && (! bitmap->buffer[(r+1)*bitmap->pitch +c/8] & (0x80>>(c%8))) )
372 static inline void draw_box(AVPicture *picture, unsigned int x, unsigned int y, unsigned int width, unsigned int height, unsigned char yuv_color[3]) argument
376 for (j = 0; (j < height); j++)
387 void Process(void *ctx, AVPicture *picture, enum PixelFormat pix_fmt, int width, int height, int64_t pts) argument
492 if ( y >= height )
493 y = height
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_grabbag/picture/
H A Dmain.c32 FLAC__uint32 height; member in struct:__anon925
96 obj->data.picture.height,
110 if(obj->data.picture.height != pf->height)
111 return failed_("picture height mismatch");
200 picturefiles[0].height = 240;

Completed in 198 milliseconds

1234567891011>>