Searched refs:frag (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/a2dp/
H A Da2dp_vendor_ldac.cc176 // If |frag| is true, the media payload frame is fragmented.
179 // If |frag| is false, |num| is the number of number of frames in the packet,
181 static void A2DP_BuildMediaPayloadHeaderLdac(uint8_t* p_dst, bool frag, argument
187 if (frag) *p_dst |= A2DP_LDAC_HDR_F_MSK;
H A Da2dp_sbc.cc210 // If |frag| is true, the media payload frame is fragmented.
213 // If |frag| is false, |num| is the number of number of frames in the packet,
215 static void A2DP_BuildMediaPayloadHeaderSbc(uint8_t* p_dst, bool frag, argument
221 if (frag) *p_dst |= A2DP_SBC_HDR_F_MSK;
237 * frag: 1, if fragmented. 0, otherwise.
243 * num: If frag is 1, this is the number of remaining
246 * If frag is 0, this is the number of frames in

Completed in 349 milliseconds