Searched defs:p_dst (Results 1 - 6 of 6) sorted by relevance
/system/bt/bta/av/ |
H A D | 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, argument 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, argument 227 bta_av_sbc_up_sample_16m(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument 292 bta_av_sbc_up_sample_8s(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument 361 bta_av_sbc_up_sample_8m(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument [all...] |
/system/bt/bta/dm/ |
H A D | 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) argument 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/a2dp/ |
H A D | a2d_sbc.c | 348 ** p_dst: the resulting media payload header byte sequence. 352 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) argument 354 if(p_dst) 356 *p_dst = 0; 358 *p_dst |= A2D_SBC_HDR_F_MSK; 360 *p_dst |= A2D_SBC_HDR_S_MSK; 362 *p_dst |= A2D_SBC_HDR_L_MSK; 363 *p_dst |= (A2D_SBC_HDR_NUM_MSK & num);
|
/system/bt/stack/gatt/ |
H A D | gatt_db.c | 44 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len); 1066 ** p_dst: destination data pointer. 1073 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len) argument 1075 UINT8 *p = (UINT8 *)*p_dst; 1090 *p_dst = (void *)p;
|
H A D | gatt_utils.c | 1065 UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid) argument 1067 UINT8 *p = *p_dst; 1087 *p_dst = p;
|
/system/bt/stack/btm/ |
H A D | btm_ble_gap.c | 69 UINT8 *btm_ble_build_adv_data(tBTM_BLE_AD_MASK *p_data_mask, UINT8 **p_dst, 1336 UINT8 *btm_ble_build_adv_data(tBTM_BLE_AD_MASK *p_data_mask, UINT8 **p_dst, argument 1340 UINT8 *p = *p_dst, 1604 *p_dst = p;
|
Completed in 50 milliseconds