Lines Matching full:p_result
219 ** p_result: the resulting codec info byte sequence.
224 tA2D_STATUS A2D_BldSbcInfo(UINT8 media_type, tA2D_SBC_CIE *p_ie, UINT8 *p_result)
228 if( p_ie == NULL || p_result == NULL ||
246 *p_result++ = A2D_SBC_INFO_LEN;
247 *p_result++ = media_type;
248 *p_result++ = A2D_MEDIA_CT_SBC;
251 *p_result++ = p_ie->samp_freq | p_ie->ch_mode;
253 *p_result++ = p_ie->block_len | p_ie->num_subbands | p_ie->alloc_mthd;
255 *p_result++ = p_ie->min_bitpool;
256 *p_result = p_ie->max_bitpool;
416 UINT8 *p_result)
420 UNUSED(p_result);