Searched refs:frame_end (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddfa.c68 const uint8_t *frame_end = frame + width * height; local
75 if (segments == 0 && offset == frame_end - frame)
77 if (frame_end - frame <= offset)
87 if (frame_end - frame < 2)
93 if (frame - frame_start < offset || frame_end - frame < count)
110 const uint8_t *frame_end = frame + width * height; local
122 if (frame_end - frame < 2)
128 if (frame - frame_start < offset || frame_end - frame < count)
147 const uint8_t *frame_end = frame + width * height; local
164 if (frame - frame_start < offset || frame_end
237 const uint8_t *frame_end = frame + width * height; local
298 const uint8_t *frame_end = frame + width * height; local
[all...]
H A Dbmvvideo.c61 uint8_t *frame_end = frame + SCREEN_WIDE * SCREEN_HIGH; local
76 dst_end = frame_end;
79 dst = frame_end - 1;
150 frame_end - dst < frame_off + len ||
151 frame_end - dst < len)
160 frame_end - dst < frame_off + len ||
161 frame_end - dst < len)
H A Dbethsoftvideo.c76 uint8_t * frame_end; local
96 frame_end = vid->frame->data[0] + vid->frame->linesize[0] * avctx->height;
127 if(dst == frame_end)
H A Dbfi.c59 uint8_t *frame_end = bfi->dst + avctx->width * avctx->height; local
97 while (dst != frame_end) {
125 if (dst + (length << lentab[code]) > frame_end)
H A Dh263dec.c579 goto frame_end;
599 goto frame_end;
634 frame_end:
H A Dflacenc.c1122 int32_t *frame_end = &sub->residual[s->frame.blocksize]; local
1135 while (res < frame_end)
1166 part_end = FFMIN(frame_end, part_end + psize);
H A Dmpegvideo_enc.c1544 static void frame_end(MpegEncContext *s) function
1733 frame_end(s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddfa.c65 const uint8_t *frame_end = frame + width * height; local
72 if (frame_end - frame <= offset)
82 if (frame_end - frame < 2)
88 if (frame - frame_start < offset || frame_end - frame < count)
105 const uint8_t *frame_end = frame + width * height; local
117 if (frame_end - frame < 2)
123 if (frame - frame_start < offset || frame_end - frame < count)
144 const uint8_t *frame_end = frame + width * height; local
161 if (frame - frame_start < offset || frame_end - frame < count*2 + width)
171 if (frame - frame_end <
234 const uint8_t *frame_end = frame + width * height; local
[all...]
H A Dbethsoftvideo.c72 uint8_t * frame_end; local
85 frame_end = vid->frame.data[0] + vid->frame.linesize[0] * avctx->height;
111 if(dst == frame_end)
H A Dbfi.c55 uint8_t *frame_end = bfi->dst + avctx->width * avctx->height; local
98 while (dst != frame_end) {
126 if (dst + (length << lentab[code]) > frame_end)
H A Dbmv.c58 uint8_t *frame_end = frame + SCREEN_WIDE * SCREEN_HIGH; local
73 dst_end = frame_end;
76 dst = frame_end - 1;
143 frame_end - dst < frame_off + len)
151 frame_end - dst < frame_off + len)
H A Dh263dec.c635 goto frame_end;
682 frame_end:
H A Dflacenc.c1179 int32_t *frame_end = &sub->residual[s->frame.blocksize]; local
1190 while (res < frame_end)
1221 part_end = FFMIN(frame_end, part_end + psize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_cursor.c233 int cursor_end, frame_end; local
236 frame_end = crtc->x + crtc->mode.crtc_hdisplay;
237 if (cursor_end >= frame_end) {
238 w = w - (cursor_end - frame_end);
239 if (!(frame_end & 0x7f))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmicrodvddec.c70 int frame_start, frame_end; local
72 if (sscanf(buf, "{%d}{%d}", &frame_start, &frame_end) == 2)
73 return frame_end - frame_start;
H A Dgifdec.c201 int64_t frame_start = avio_tell(pb), frame_end; local
265 frame_end = avio_tell(pb);
270 ret = av_get_packet(pb, pkt, frame_end - frame_start);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsh_mobile_lcdcfb.c128 unsigned long frame_end; member in struct:sh_mobile_lcdc_chan
367 ch->frame_end = 1;
618 ch->frame_end = 0;
620 wait_event(ch->frame_end_wait, ch->frame_end);

Completed in 279 milliseconds