Home
last modified time | relevance | path

Searched refs:seek_count (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davio.h142 int seek_count; member
/external/wpa_supplicant_8/src/p2p/
Dp2p.h1238 u8 seek_count, const char **seek_string, int freq);
Dp2p.c1156 u8 seek_count, const char **seek, int freq) in p2p_find() argument
1183 if (seek_count == 0 || !seek) { in p2p_find()
1186 } else if (seek_count == 1 && seek && (!seek[0] || !seek[0][0])) { in p2p_find()
1194 } else if (seek && seek_count <= P2P_MAX_QUERY_HASH) { in p2p_find()
1198 for (i = 0; i < seek_count; i++) { in p2p_find()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c4661 u8 seek_count = 0; in p2p_ctrl_find() local
4709 while (pos && seek_count < P2P_MAX_QUERY_HASH + 1) { in p2p_ctrl_find()
4712 _seek[seek_count++] = pos; in p2p_ctrl_find()
4722 if (seek_count > P2P_MAX_QUERY_HASH) { in p2p_ctrl_find()
4724 seek_count = 1; in p2p_ctrl_find()
4728 _dev_id, search_delay, seek_count, seek, freq); in p2p_ctrl_find()