Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmpeg.c234 int pes_ext, ext2_len, id_ext, skip; in mpegps_read_pes_header() local
421 id_ext = avio_r8(s->pb); in mpegps_read_pes_header()
422 if ((id_ext & 0x80) == 0) in mpegps_read_pes_header()
423 startcode = ((startcode & 0xff) << 8) | id_ext; in mpegps_read_pes_header()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dwpa_common.h534 u8 id_ext; member
Dwpa_common.c3447 params->id_ext = WLAN_EID_EXT_PASN_PARAMS; in wpa_pasn_add_parameter_ie()
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c751 uint64_t id_ext; in sg_get_designation_descriptor_str() local
847 id_ext = sg_get_unaligned_be64(ip); in sg_get_designation_descriptor_str()
849 PRIx64 "\n", lip, id_ext); in sg_get_designation_descriptor_str()