Searched refs:descr_count (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | mpegts.c | 2053 int descr_count; member 2071 d->descr_count = 0; in init_MP4DescrParseContext() 2133 if (d->descr_count >= d->max_descr_count) in parse_MP4ESDescrTag() 2136 d->active_descr = d->descr + (d->descr_count++); in parse_MP4ESDescrTag() 2261 Mp4Descr *descr, int *descr_count, int max_descr_count) in mp4_read_iods() 2272 *descr_count = d.descr_count; in mp4_read_iods() 2277 Mp4Descr *descr, int *descr_count, int max_descr_count) in mp4_read_od() 2288 *descr_count = d.descr_count; in mp4_read_od() 2260 mp4_read_iods(AVFormatContext *s, const uint8_t *buf, unsigned size, Mp4Descr *descr, int *descr_count, int max_descr_count) mp4_read_iods() argument 2276 mp4_read_od(AVFormatContext *s, const uint8_t *buf, unsigned size, Mp4Descr *descr, int *descr_count, int max_descr_count) mp4_read_od() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_common.h | 335 u8 descr_count; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_ft.c | 2375 u8 *pos, u8 *end, u8 id, u8 descr_count, in wpa_ft_process_rdie() 2381 wpa_printf(MSG_DEBUG, "FT: Resource Request: id=%d descr_count=%d", in wpa_ft_process_rdie() 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() 2374 wpa_ft_process_rdie(struct wpa_state_machine *sm, u8 *pos, u8 *end, u8 id, u8 descr_count, const u8 *ies, size_t ies_len) wpa_ft_process_rdie() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_ft.c | 2286 u8 *pos, u8 *end, u8 id, u8 descr_count, in wpa_ft_process_rdie() 2292 wpa_printf(MSG_DEBUG, "FT: Resource Request: id=%d descr_count=%d", in wpa_ft_process_rdie() 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() 2285 wpa_ft_process_rdie(struct wpa_state_machine *sm, u8 *pos, u8 *end, u8 id, u8 descr_count, const u8 *ies, size_t ies_len) wpa_ft_process_rdie() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_common.h | 419 u8 descr_count; member
|
Completed in 19 milliseconds