OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_mask_bytes
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
forward_error_correction.h
231
int
new_mask_bytes
, int num_fec_packets,
236
// to by |new_bit_index| in |new_mask|. |old_mask_bytes| and |
new_mask_bytes
|
242
static void CopyColumn(uint8_t* new_mask, int
new_mask_bytes
,
forward_error_correction.cc
311
int
new_mask_bytes
= kMaskSizeLBitClear;
local
313
new_mask_bytes
= kMaskSizeLBitSet;
323
CopyColumn(new_mask,
new_mask_bytes
, packet_mask, num_mask_bytes,
337
InsertZeroColumns(zeros_to_insert, new_mask,
new_mask_bytes
,
341
CopyColumn(new_mask,
new_mask_bytes
, packet_mask, num_mask_bytes,
350
int new_byte_index = row *
new_mask_bytes
+ new_bit_index / 8;
362
int
new_mask_bytes
,
366
const int new_byte_index = row *
new_mask_bytes
+ new_bit_index / 8;
373
int
new_mask_bytes
,
382
int new_byte_index = row *
new_mask_bytes
+ new_bit_index / 8
[
all
...]
Completed in 636 milliseconds