Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Davio_internal.h62 int seek_count; member
Daviobuf.c337 ctx->seek_count++; in avio_seek()
1272 ctx->bytes_written, ctx->seek_count, ctx->writeout_count); in avio_close()
1275 ctx->bytes_read, ctx->seek_count); in avio_close()
Ddemux.c2449 avio_tell(ic->pb), ctx->bytes_read, ctx->seek_count, ic->nb_streams); in avformat_find_stream_info()
2970 avio_tell(ic->pb), ctx->bytes_read, ctx->seek_count, count); in avformat_find_stream_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p.c1158 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()
Dp2p.h1245 u8 seek_count, const char **seek_string, int freq);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p.h1255 u8 seek_count, const char **seek_string, int freq,
Dp2p.c1162 u8 seek_count, const char **seek, int freq, bool include_6ghz) in p2p_find() argument
1188 if (seek_count == 0 || !seek) { in p2p_find()
1191 } else if (seek_count == 1 && seek && (!seek[0] || !seek[0][0])) { in p2p_find()
1199 } else if (seek && seek_count <= P2P_MAX_QUERY_HASH) { in p2p_find()
1203 for (i = 0; i < seek_count; i++) { in p2p_find()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dctrl_iface.c5378 u8 seek_count = 0; in p2p_ctrl_find() local
5426 while (pos && seek_count < P2P_MAX_QUERY_HASH + 1) { in p2p_ctrl_find()
5429 _seek[seek_count++] = pos; in p2p_ctrl_find()
5439 if (seek_count > P2P_MAX_QUERY_HASH) { in p2p_ctrl_find()
5441 seek_count = 1; in p2p_ctrl_find()
5445 _dev_id, search_delay, seek_count, seek, freq); in p2p_ctrl_find()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dctrl_iface.c5969 u8 seek_count = 0; local
6021 while (pos && seek_count < P2P_MAX_QUERY_HASH + 1) {
6024 _seek[seek_count++] = pos;
6034 if (seek_count > P2P_MAX_QUERY_HASH) {
6036 seek_count = 1;
6040 _dev_id, search_delay, seek_count, seek, freq,