Home
last modified time | relevance | path

Searched refs:last_w (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpngdec.c76 int last_w, last_h; member
994 s->last_w = s->cur_w; in decode_fctl_chunk()
1106 s->bpp * s->last_x_offset, 0, s->bpp * s->last_w); in handle_p_frame_apng()
/third_party/ffmpeg/fftools/
Dffplay.c2145 int last_w = 0; in video_thread() local
2163 if ( last_w != frame->width in video_thread()
2170 last_w, last_h, in video_thread()
2190 last_w = frame->width; in video_thread()