Searched refs:seek_count (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | avio_internal.h | 62 int seek_count; member
|
H A D | aviobuf.c | 337 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 D | demux.c | 2468 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 D | p2p.h | 1233 * @seek_count: Number of ASP Service Strings in the seek_string array 1245 u8 seek_count, const char **seek_string, int freq);
|
H A D | p2p.c | 1158 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 D | p2p.h | 1258 * @seek_count: Number of ASP Service Strings in the seek_string array 1271 u8 seek_count, const char **seek_string, int freq,
|
H A D | p2p.c | 1250 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 D | ctrl_iface.c | 5378 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 D | ctrl_iface.c | 6085 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 D | shell.c | 24800 { "seek_count", SQLITE_TESTCTRL_SEEK_COUNT, 0, "" }, in do_meta_command()
|
Completed in 82 milliseconds