Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpngdec.c76 int last_w, last_h; member
995 s->last_h = s->cur_h; in decode_fctl_chunk()
1104 for (y = s->last_y_offset; y < s->last_y_offset + s->last_h; y++) { in handle_p_frame_apng()
/third_party/ffmpeg/fftools/
Dffplay.c2146 int last_h = 0; in video_thread() local
2164 || last_h != frame->height in video_thread()
2170 last_w, last_h, in video_thread()
2191 last_h = frame->height; in video_thread()