Home
last modified time | relevance | path

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

/third_party/boost/libs/atomic/src/
Dlock_pool.cpp1104 wait_state* last_w = pw[last_index]; in erase() local
1105 pw[index] = last_w; in erase()
1108 last_w->m_index = index; in erase()
/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()