Searched refs:seek_count (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | avio.h | 285 int seek_count; member
|
D | aviobuf.c | 319 s->seek_count ++; in avio_seek() 1160 …av_log(s, AV_LOG_VERBOSE, "Statistics: %d seeks, %d writeouts\n", s->seek_count, s->writeout_count… in avio_close() 1162 …g(s, AV_LOG_VERBOSE, "Statistics: %"PRId64" bytes read, %d seeks\n", s->bytes_read, s->seek_count); in avio_close()
|
D | utils.c | 3655 avio_tell(ic->pb), ic->pb->bytes_read, ic->pb->seek_count, ic->nb_streams); in avformat_find_stream_info() 4223 avio_tell(ic->pb), ic->pb->bytes_read, ic->pb->seek_count, count); in avformat_find_stream_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p.h | 1245 u8 seek_count, const char **seek_string, int freq);
|
D | p2p.c | 1158 u8 seek_count, const char **seek, int freq) in p2p_find() argument 1184 if (seek_count == 0 || !seek) { in p2p_find() 1187 } else if (seek_count == 1 && seek && (!seek[0] || !seek[0][0])) { in p2p_find() 1195 } else if (seek && seek_count <= P2P_MAX_QUERY_HASH) { in p2p_find() 1199 for (i = 0; i < seek_count; i++) { in p2p_find()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p.h | 1245 u8 seek_count, const char **seek_string, int freq);
|
D | p2p.c | 1158 u8 seek_count, const char **seek, int freq) in p2p_find() argument 1184 if (seek_count == 0 || !seek) { in p2p_find() 1187 } else if (seek_count == 1 && seek && (!seek[0] || !seek[0][0])) { in p2p_find() 1195 } else if (seek && seek_count <= P2P_MAX_QUERY_HASH) { in p2p_find() 1199 for (i = 0; i < seek_count; i++) { in p2p_find()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ctrl_iface.c | 5317 u8 seek_count = 0; in p2p_ctrl_find() local 5365 while (pos && seek_count < P2P_MAX_QUERY_HASH + 1) { in p2p_ctrl_find() 5368 _seek[seek_count++] = pos; in p2p_ctrl_find() 5378 if (seek_count > P2P_MAX_QUERY_HASH) { in p2p_ctrl_find() 5380 seek_count = 1; in p2p_ctrl_find() 5384 _dev_id, search_delay, seek_count, seek, freq); in p2p_ctrl_find()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ctrl_iface.c | 5317 u8 seek_count = 0; in p2p_ctrl_find() local 5365 while (pos && seek_count < P2P_MAX_QUERY_HASH + 1) { in p2p_ctrl_find() 5368 _seek[seek_count++] = pos; in p2p_ctrl_find() 5378 if (seek_count > P2P_MAX_QUERY_HASH) { in p2p_ctrl_find() 5380 seek_count = 1; in p2p_ctrl_find() 5384 _dev_id, search_delay, seek_count, seek, freq); in p2p_ctrl_find()
|