/system/bt/bta/include/ |
bta_av_sbc.h | 61 ** p_dst: the data buffer to hold the converted audio data 63 ** dst_samples: The size of p_dst (number of bytes) 73 ** Returns The number of bytes used in p_dst 77 extern int bta_av_sbc_up_sample (void *p_src, void *p_dst, 90 ** p_dst: the data buffer to hold the converted audio data 92 ** dst_samples: The size of p_dst (in uint of 4 bytes) 94 ** Returns The number of bytes used in p_dst 98 extern int bta_av_sbc_up_sample_16s (void *p_src, void *p_dst, 111 ** p_dst: the data buffer to hold the converted audio data 113 ** dst_samples: The size of p_dst (in uint of 2 bytes [all...] |
bta_api.h | [all...] |
/system/bt/stack/a2dp/ |
a2d_sbc.c | 175 ** p_dst: the resulting media payload header byte sequence. 179 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) 181 if(p_dst) 183 *p_dst = 0; 185 *p_dst |= A2D_SBC_HDR_F_MSK; 187 *p_dst |= A2D_SBC_HDR_S_MSK; 189 *p_dst |= A2D_SBC_HDR_L_MSK; 190 *p_dst |= (A2D_SBC_HDR_NUM_MSK & num);
|
/system/bt/bta/av/ |
bta_av_sbc.c | 31 typedef int (tBTA_AV_SBC_ACT)(void *p_src, void *p_dst, 111 ** p_dst: the data buffer to hold the converted audio data 113 ** dst_samples: The size of p_dst (number of bytes) 123 ** Returns The number of bytes used in p_dst 127 int bta_av_sbc_up_sample (void *p_src, void *p_dst, 138 return (*bta_av_sbc_ups_cb.p_act)(p_src, p_dst, src, dst, p_ret); 156 ** p_dst: the data buffer to hold the converted audio data 158 ** dst_samples: The size of p_dst (in uint of 4 bytes) 160 ** Returns The number of bytes used in p_dst 164 int bta_av_sbc_up_sample_16s (void *p_src, void *p_dst, [all...] |
/external/libvpx/libvpx/ |
tools_common.c | 322 uint16_t *p_dst = local 325 *p_dst++ = (*p_src++ << input_shift) + offset; 362 uint16_t *p_dst = local 365 *p_dst++ = (*p_src++ << input_shift) + offset; 409 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; local 411 *p_dst++ = (uint8_t)(*p_src++); 447 uint16_t *p_dst = local 450 *p_dst++ = *p_src++ >> down_shift; 486 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; local 488 *p_dst++ = *p_src++ >> down_shift [all...] |
/external/ipsec-tools/src/libipsec/ |
policy_parse.y | 107 static struct sockaddr *p_dst = NULL; 279 if (set_x_request(p_src, p_dst) < 0) 330 p_dst = parse_sockaddr(&$4, NULL); 331 if (p_dst == NULL) 341 p_dst = parse_sockaddr(&$5, &$6); 342 if (p_dst == NULL) 455 if (p_src == NULL && p_dst == NULL) { 461 else if (p_src->sa_family != p_dst->sa_family) { 577 if (p_dst != NULL) { 578 free(p_dst); [all...] |
/system/bt/stack/include/ |
a2d_sbc.h | 176 ** p_dst: the resulting media payload header byte sequence. 180 extern void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start,
|
btm_api.h | [all...] |
/external/libvpx/libvpx/vp8/common/mips/msa/ |
postproc_msa.c | 197 uint8_t *p_dst = dst_ptr; local 228 p_dst, dst_stride); 230 p_dst += 16; 260 SD4(out0, out1, out2, out3, p_dst, dst_stride); 266 SD4(out0, out1, out2, out3, p_dst + 4 * dst_stride, dst_stride); 270 p_dst = dst_ptr - 2; 271 LD_UB8(p_dst, dst_stride, 342 p_dst += 8; 343 LD_UB2(p_dst, dst_stride, inter0, inter1); 346 LD_UB2(p_dst + 2 * dst_stride, dst_stride, inter2, inter3) 365 uint8_t *p_dst = dst_ptr; local [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 92 uint8_t *p_dst; local 101 p_dst = dst_ptr; 116 p_dst[col] = v; 121 p_dst = dst_ptr; 143 p_dst[col - 2] = d[(col - 2) & 7]; 147 p_dst[col - 2] = d[(col - 2) & 7]; 148 p_dst[col - 1] = d[(col - 1) & 7]; 166 uint16_t *p_dst; local 174 p_dst = dst_ptr; 190 p_dst[col] = v [all...] |
/external/libnfc-nci/src/nfc/llcp/ |
llcp_dlc.c | 866 UINT8 *p, *p_dst, send_seq, rcv_seq, error_flags; local [all...] |
llcp_link.c | 986 UINT8 *p_dst; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_postproc.c | 141 uint8_t *p_dst; local 153 p_dst = dst_ptr; 168 p_dst[col] = v; 173 p_dst = dst_ptr; 195 p_dst[col - 2] = d[(col - 2) & 7]; 199 p_dst[col - 2] = d[(col - 2) & 7]; 200 p_dst[col - 1] = d[(col - 1) & 7];
|
/external/libvpx/libvpx/vp8/common/ |
postproc.c | 137 unsigned char *p_src, *p_dst; local 147 p_dst = dst_ptr; 168 p_dst[col] = v; 173 p_dst = dst_ptr; 197 p_dst[col - 2] = d[(col - 2) & 3]; 201 p_dst[col - 2] = d[(col - 2) & 3]; 202 p_dst[col - 1] = d[(col - 1) & 3]; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
postproc.c | 137 unsigned char *p_src, *p_dst; local 147 p_dst = dst_ptr; 168 p_dst[col] = v; 173 p_dst = dst_ptr; 197 p_dst[col - 2] = d[(col - 2) & 3]; 201 p_dst[col - 2] = d[(col - 2) & 3]; 202 p_dst[col - 1] = d[(col - 1) & 3]; [all...] |
/system/bt/bta/dm/ |
bta_dm_sco.c | 664 ** p_dst: pointer to the buffer which is to be used to store 671 INT32 BTA_DmPcmResample (void *p_src, UINT32 in_bytes, void *p_dst) 680 out_sample = (*bta_dm_pcm_cb.filter) (p_src, p_dst, (in_bytes / bta_dm_pcm_cb.divisor), 685 out_sample = (*bta_dm_pcm_cb.nofilter) (p_src, p_dst,
|
/system/bt/stack/gatt/ |
gatt_db.c | 44 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len); [all...] |
gatt_utils.c | [all...] |
gatt_int.h | 563 extern UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid);
|
/external/valgrind/none/tests/ppc32/ |
jm-insns.c | 6073 double src, *p_dst; local 6140 double src, *p_dst; local [all...] |
/system/bt/stack/btm/ |
btm_ble_int.h | 377 extern UINT8 *btm_ble_build_adv_data(tBTM_BLE_AD_MASK *p_data_mask, UINT8 **p_dst,
|
btm_ble_gap.c | 72 UINT8 *btm_ble_build_adv_data(tBTM_BLE_AD_MASK *p_data_mask, UINT8 **p_dst, [all...] |