Home
last modified time | relevance | path

Searched refs:seek_count (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Davio_internal.h62 int seek_count; member
H A 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()
H A Ddemux.c2468 avio_tell(ic->pb), ctx->bytes_read, ctx->seek_count, ic->nb_streams); in avformat_find_stream_info()
2989 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/
H A Dp2p.h1233 * @seek_count: Number of ASP Service Strings in the seek_string array
1245 u8 seek_count, const char **seek_string, int freq);
H A Dp2p.c1158 u8 seek_count, const char **seek, int freq) in p2p_find()
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()
1154 p2p_find(struct p2p_data *p2p, unsigned int timeout, enum p2p_discovery_type type, unsigned int num_req_dev_types, const u8 *req_dev_types, const u8 *dev_id, unsigned int search_delay, u8 seek_count, const char **seek, int freq) p2p_find() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.h1258 * @seek_count: Number of ASP Service Strings in the seek_string array
1271 u8 seek_count, const char **seek_string, int freq,
H A Dp2p.c1250 u8 seek_count, const char **seek, int freq, bool include_6ghz)
1280 if (seek_count == 0 || !seek) {
1283 } else if (seek_count == 1 && seek && (!seek[0] || !seek[0][0])) {
1291 } else if (seek && seek_count <= P2P_MAX_QUERY_HASH) {
1295 for (i = 0; i < seek_count; i++) {
1246 p2p_find(struct p2p_data *p2p, unsigned int timeout, enum p2p_discovery_type type, unsigned int num_req_dev_types, const u8 *req_dev_types, const u8 *dev_id, unsigned int search_delay, u8 seek_count, const char **seek, int freq, bool include_6ghz) global() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A 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/
H A Dctrl_iface.c6085 u8 seek_count = 0; local
6137 while (pos && seek_count < P2P_MAX_QUERY_HASH + 1) {
6140 _seek[seek_count++] = pos;
6150 if (seek_count > P2P_MAX_QUERY_HASH) {
6152 seek_count = 1;
6156 _dev_id, search_delay, seek_count, seek, freq,
/third_party/sqlite/src/
H A Dshell.c24800 { "seek_count", SQLITE_TESTCTRL_SEEK_COUNT, 0, "" }, in do_meta_command()

Completed in 82 milliseconds