Home
last modified time | relevance | path

Searched refs:prev_s (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsccenc.c28 int prev_h, prev_m, prev_s, prev_f; member
52 scc->prev_h = scc->prev_m = scc->prev_s = scc->prev_f = -1; in scc_write_header()
82 …if (!scc->inside && (scc->prev_h != h || scc->prev_m != m || scc->prev_s != s || scc->prev_f != f)… in scc_write_packet()
101 …if (scc->inside && (scc->prev_h != h || scc->prev_m != m || scc->prev_s != s || scc->prev_f != f))… in scc_write_packet()
109 scc->prev_s = s; in scc_write_packet()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_er.c691 struct wps_er_ap_settings *prev_s, *s; in wps_er_ap_remove_all() local
694 dl_list_for_each_safe(s, prev_s, &er->ap_settings, in wps_er_ap_remove_all()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_er.c691 struct wps_er_ap_settings *prev_s, *s; in wps_er_ap_remove_all() local
694 dl_list_for_each_safe(s, prev_s, &er->ap_settings, in wps_er_ap_remove_all()
/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp2687 const char* prev_s = s; in CalcTextSizeA() local
2716 s = prev_s; in CalcTextSizeA()
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp3470 const char* prev_s = s; in CalcTextSizeA() local
3499 s = prev_s; in CalcTextSizeA()