Searched refs:descr_count (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mpegts.c | 1435 int descr_count; member 1455 d->descr_count = 0; in init_MP4DescrParseContext() 1515 if (d->descr_count >= d->max_descr_count) in parse_MP4ESDescrTag() 1518 d->active_descr = d->descr + (d->descr_count++); in parse_MP4ESDescrTag() 1641 Mp4Descr *descr, int *descr_count, int max_descr_count) in mp4_read_iods() argument 1652 *descr_count = d.descr_count; in mp4_read_iods() 1657 Mp4Descr *descr, int *descr_count, int max_descr_count) in mp4_read_od() argument 1668 *descr_count = d.descr_count; in mp4_read_od()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | wpa_common.h | 335 u8 descr_count; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth_ft.c | 2286 u8 *pos, u8 *end, u8 id, u8 descr_count, in wpa_ft_process_rdie() argument 2293 id, descr_count); in wpa_ft_process_rdie() 2306 rdie->descr_count = 0; in wpa_ft_process_rdie() 2353 rdie->descr_count = 1; in wpa_ft_process_rdie() 2371 rdie->descr_count = 1; in wpa_ft_process_rdie() 2408 rdie->descr_count, in wpa_ft_process_ric()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth_ft.c | 2375 u8 *pos, u8 *end, u8 id, u8 descr_count, in wpa_ft_process_rdie() argument 2382 id, descr_count); in wpa_ft_process_rdie() 2395 rdie->descr_count = 0; in wpa_ft_process_rdie() 2442 rdie->descr_count = 1; in wpa_ft_process_rdie() 2460 rdie->descr_count = 1; in wpa_ft_process_rdie() 2497 rdie->descr_count, in wpa_ft_process_ric()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | wpa_common.h | 366 u8 descr_count; member
|