Searched refs:WithList (Results 1 – 7 of 7) sorted by relevance
51 nack.WithList(kList, kListLength); in TEST()78 nack.WithList(kWrapList, kWrapListLength); in TEST()108 nack.WithList(kUnorderedList, kUnorderedListLength); in TEST()130 nack.WithList(kList, kListLength); in TEST()168 nack.WithList(kList, 1); in TEST()
34 void WithList(const uint16_t* nack_list, size_t length);
119 void Nack::WithList(const uint16_t* nack_list, size_t length) { in WithList() function in webrtc::rtcp::Nack
95 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(AMutableAr…
330 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(AMutableAr…
225 nack.WithList(list, kListLength); in IncomingRtcpNack()
705 nack->WithList(ctx.nack_list_, ctx.nack_size_); in BuildNACK()