Searched refs:pad (Results 26 - 39 of 39) sorted by relevance

12

/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dasound.h32 unsigned char pad; member in struct:snd_aes_iec958
764 int pad; member in struct:snd_ctl_card_info
/hardware/qcom/msm8x26/original-kernel-headers/sound/
H A Dasound.h51 unsigned char pad; /* nothing */ member in struct:snd_aes_iec958
767 int pad; /* reserved for future (was type) */ member in struct:snd_ctl_card_info
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h32 unsigned char pad; member in struct:snd_aes_iec958
764 int pad; member in struct:snd_ctl_card_info
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dasound.h51 unsigned char pad; /* nothing */ member in struct:snd_aes_iec958
767 int pad; /* reserved for future (was type) */ member in struct:snd_ctl_card_info
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c432 int letter, col, row, pad; local
458 pad = 18 * (col + 1) - strlen(buf+row*80);
459 if (pad < 1)
460 pad = 1;
461 for (; pad; pad--)
H A Dbcmutils.c2165 unsigned int pad = 0; local
2194 pad = 4 - buf_len % 4;
2195 if (pad && (buf_len + pad <= len)) {
2196 buf_len += pad;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbt_amp_hci.h132 uint8 pad; member in struct:plh_pad
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg.c762 memset(huffman_table.huffman_table[i].pad, 0,
763 sizeof(huffman_table.huffman_table[i].pad));
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h656 uint8_t pad; member in struct:_h264_Dec_Ref_Pic_Marking
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h800 __u32 pad; member in struct:v4l2_enum_dv_timings
826 __u32 pad; member in struct:v4l2_dv_timings_cap
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h1185 * @pad: the pad number for which to enumerate timings (used with
1192 __u32 pad; member in struct:v4l2_enum_dv_timings
1231 * @pad: the pad number for which to query capabilities (used with
1237 __u32 pad; member in struct:v4l2_dv_timings_cap
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h326 uint8 pad; member in struct:chan_scandata
344 int8 pad; member in struct:wl_extdscan_params
391 * meaning an odd channel count implies a 2-byte pad
2281 uint16 pad; member in struct:__anon125
3662 uint32 pad; /* future */ member in struct:dpt_iovar
3721 uint32 pad; /* future */ member in struct:tdls_iovar
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c6108 OMX_U32 pad = 0; /* padding */ local
6139 pad = 4 - rem;
6142 len = off + fl + pad;
6144 OMX_PRINT1(pComponentPrivate->dbg,"off=%d,fl=%d,rem=%d,pad=%d,len=%d\n", off, fl, rem, pad, len);
/hardware/intel/common/libva/va/
H A Dva_trace.c1011 sprintf(tmp + strlen(tmp), "%u ", p->huffman_table[i].pad[j]);

Completed in 302 milliseconds

12