Searched refs:vhdr (Results 1 - 5 of 5) sorted by relevance
/third_party/libsnd/src/ |
H A 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 in svx_read_header() [all...] |
/third_party/ffmpeg/libavdevice/ |
H A 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, dwReserve in dump_videohdr() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A 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 in radius_msg_get_vendor_attr() 1195 struct radius_attr_vendor *vhdr; radius_msg_add_mppe_keys() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A 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 in radius_msg_get_vendor_attr() 1195 struct radius_attr_vendor *vhdr; radius_msg_add_mppe_keys() local [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/hal/ |
H A D | vou_drv.c | 211 hi_bool vhdr; member
|
Completed in 9 milliseconds