Searched refs:vhdr (Results 1 – 4 of 4) sorted by relevance
/third_party/libsnd/src/ |
D | svx.c | 132 { VHDR_CHUNK vhdr ; in svx_read_header() local 140 memset (&vhdr, 0, sizeof (vhdr)) ; in svx_read_header() 175 psf_binheader_readf (psf, "E4442114", &(vhdr.oneShotHiSamples), &(vhdr.repeatHiSamples), in svx_read_header() 176 &(vhdr.samplesPerHiCycle), &(vhdr.samplesPerSec), &(vhdr.octave), &(vhdr.compression), in svx_read_header() 177 &(vhdr.volume)) ; in svx_read_header() 179 psf_log_printf (psf, " OneShotHiSamples : %d\n", vhdr.oneShotHiSamples) ; in svx_read_header() 180 psf_log_printf (psf, " RepeatHiSamples : %d\n", vhdr.repeatHiSamples) ; in svx_read_header() 181 psf_log_printf (psf, " samplesPerHiCycle : %d\n", vhdr.samplesPerHiCycle) ; in svx_read_header() 182 psf_log_printf (psf, " Sample Rate : %d\n", vhdr.samplesPerSec) ; in svx_read_header() 183 psf_log_printf (psf, " Octave : %d\n", vhdr.octave) ; in svx_read_header() [all …]
|
/third_party/ffmpeg/libavdevice/ |
D | vfwcap.c | 127 static void dump_videohdr(AVFormatContext *s, VIDEOHDR *vhdr) in dump_videohdr() argument 131 dstruct(s, vhdr, lpData, "p"); in dump_videohdr() 132 dstruct(s, vhdr, dwBufferLength, "lu"); in dump_videohdr() 133 dstruct(s, vhdr, dwBytesUsed, "lu"); in dump_videohdr() 134 dstruct(s, vhdr, dwTimeCaptured, "lu"); in dump_videohdr() 135 dstruct(s, vhdr, dwUser, "lu"); in dump_videohdr() 136 dstruct(s, vhdr, dwFlags, "lu"); in dump_videohdr() 137 dstruct(s, vhdr, dwReserved[0], "lu"); in dump_videohdr() 138 dstruct(s, vhdr, dwReserved[1], "lu"); in dump_videohdr() 139 dstruct(s, vhdr, dwReserved[2], "lu"); in dump_videohdr() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius.c | 936 struct radius_attr_vendor *vhdr; in radius_msg_get_vendor_attr() local 955 while (left >= sizeof(*vhdr)) { in radius_msg_get_vendor_attr() 956 vhdr = (struct radius_attr_vendor *) pos; in radius_msg_get_vendor_attr() 957 if (vhdr->vendor_length > left || in radius_msg_get_vendor_attr() 958 vhdr->vendor_length < sizeof(*vhdr)) { in radius_msg_get_vendor_attr() 961 if (vhdr->vendor_type != subtype) { in radius_msg_get_vendor_attr() 962 pos += vhdr->vendor_length; in radius_msg_get_vendor_attr() 963 left -= vhdr->vendor_length; in radius_msg_get_vendor_attr() 967 len = vhdr->vendor_length - sizeof(*vhdr); in radius_msg_get_vendor_attr() 968 data = os_memdup(pos + sizeof(*vhdr), len); in radius_msg_get_vendor_attr() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius.c | 936 struct radius_attr_vendor *vhdr; in radius_msg_get_vendor_attr() local 955 while (left >= sizeof(*vhdr)) { in radius_msg_get_vendor_attr() 956 vhdr = (struct radius_attr_vendor *) pos; in radius_msg_get_vendor_attr() 957 if (vhdr->vendor_length > left || in radius_msg_get_vendor_attr() 958 vhdr->vendor_length < sizeof(*vhdr)) { in radius_msg_get_vendor_attr() 961 if (vhdr->vendor_type != subtype) { in radius_msg_get_vendor_attr() 962 pos += vhdr->vendor_length; in radius_msg_get_vendor_attr() 963 left -= vhdr->vendor_length; in radius_msg_get_vendor_attr() 967 len = vhdr->vendor_length - sizeof(*vhdr); in radius_msg_get_vendor_attr() 968 data = os_memdup(pos + sizeof(*vhdr), len); in radius_msg_get_vendor_attr() [all …]
|