Searched refs:obuff (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | adpcm.c | 115 SAMPL *obuff, /* output samples, n*chans */ in lsx_ms_adpcm_block_expand_i() argument 141 lsbshortldi(obuff[chans+ch], ip); in lsx_ms_adpcm_block_expand_i() 145 lsbshortldi(obuff[ch], ip); in lsx_ms_adpcm_block_expand_i() 153 op = obuff + 2*chans; in lsx_ms_adpcm_block_expand_i() 154 top = obuff + n*chans; in lsx_ms_adpcm_block_expand_i() 178 unsigned char *obuff /* output buffer[blockAlign], or NULL for no output */ in AdpcmMashS() argument 198 op = obuff; /* output pointer (or NULL) */ in AdpcmMashS() 207 op = obuff+7*chans; /* point to base of output nibbles */ in AdpcmMashS() 259 unsigned char *obuff /* output buffer[blockAlign] */ in AdpcmMashChannel() argument 299 AdpcmMashS(ch, chans, v, lsx_ms_adpcm_i_coef[kmin], ip, n, st, obuff); in AdpcmMashChannel() [all …]
|
| H A D | ima_rw.c | 69 SAMPL *obuff, /* obuff[n] will be output samples */ in ImaExpandS() argument 90 op = obuff; in ImaExpandS() 136 SAMPL *obuff, /* output samples, n*chans */ in lsx_ima_block_expand_i() argument 142 ImaExpandS(ch, chans, ibuff, obuff+ch, n, chans); in lsx_ima_block_expand_i() 165 unsigned char *obuff /* output buffer[blockAlign], or NULL for no output */ in ImaMashS() argument 181 op = obuff; /* output pointer (or NULL) */ in ImaMashS() 251 unsigned char *obuff, /* output buffer[blockAlign] */ in ImaMashChannel() argument 294 ImaMashS(ch, chans, ip[ch], ip,n,st, obuff); in ImaMashChannel() 303 unsigned char *obuff, /* output buffer[blockAlign] */ in lsx_ima_block_mash_i() argument 309 ImaMashChannel(ch, chans, ip, n, st+ch, obuff, opt); in lsx_ima_block_mash_i()
|
| H A D | adpcm.h | 41 SAMPL *obuff, /* output samples, n*chans */ 50 unsigned char *obuff, /* output buffer[blockAlign] */
|
| H A D | ima_rw.h | 36 SAMPL *obuff, /* output samples, n*chans */ 54 unsigned char *obuff, /* output buffer[blockAlign] */
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | xway-swap-bytes.c | 14 short ibuff[BUFSIZ], obuff[BUFSIZ]; in main() local 18 memset (obuff, 0, sizeof (obuff)); in main() 20 obuff[i] = ibuff[i ^ 1]; in main() 25 if (write (1, obuff, len) != len) { in main()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | getevents.c | 412 char *ibuff = NULL, *obuff; in GetMotionHistory() local 438 obuff = (char *) *buff; in GetMotionHistory() 454 memcpy(obuff, ibuff, sizeof(Time)); /* copy timestamp */ in GetMotionHistory() 457 corebuf = (INT16 *) (obuff + sizeof(Time)); in GetMotionHistory() 485 memcpy(obuff, ibuff, sizeof(Time)); /* copy timestamp */ in GetMotionHistory() 487 ocbuf = (INT32 *) (obuff + sizeof(Time)); in GetMotionHistory() 515 memcpy(obuff, ibuff, size); in GetMotionHistory() 520 obuff += sizeof(INT32) + sizeof(Time); in GetMotionHistory() 522 obuff += in GetMotionHistory()
|