Home
last modified time | relevance | path

Searched refs:id_ext (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmpeg.c238 int pes_ext, ext2_len, id_ext, skip; in mpegps_read_pes_header() local
425 id_ext = avio_r8(s->pb); in mpegps_read_pes_header()
426 if ((id_ext & 0x80) == 0) in mpegps_read_pes_header()
427 startcode = ((startcode & 0xff) << 8) | id_ext; in mpegps_read_pes_header()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dwpa_common.h539 u8 id_ext; member
Dwpa_common.c3486 params->id_ext = WLAN_EID_EXT_PASN_PARAMS; in wpa_pasn_add_parameter_ie()