OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_mask_bytes
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
forward_error_correction_internal.cc
35
// \param[in]
num_mask_bytes
The number of mask bytes of output mask.
41
// [0, x *
num_mask_bytes
], where x >= num_rows.
42
void FitSubMask(int
num_mask_bytes
,
47
if (
num_mask_bytes
== num_sub_mask_bytes) {
51
int pkt_mask_idx = i *
num_mask_bytes
;
67
// \param[in]
num_mask_bytes
The number of mask bytes of output mask.
76
// [0, x *
num_mask_bytes
],
81
void ShiftFitSubMask(int
num_mask_bytes
,
98
i *
num_mask_bytes
+ res_mask_bytes - 1 + num_byte_shifts;
107
// Handle case of
num_mask_bytes
> res_mask_bytes
377
const int
num_mask_bytes
=
local
[
all
...]
forward_error_correction.cc
128
int
num_mask_bytes
= l_bit ? kMaskSizeLBitSet : kMaskSizeLBitClear;
local
168
memset(packet_mask.get(), 0, num_fec_packets *
num_mask_bytes
);
174
media_packet_list, packet_mask.get(),
num_mask_bytes
, num_fec_packets);
181
num_mask_bytes
= kMaskSizeLBitSet;
213
const int
num_mask_bytes
= l_bit ? kMaskSizeLBitSet : kMaskSizeLBitClear;
local
222
uint32_t pkt_mask_idx = i *
num_mask_bytes
;
291
int
num_mask_bytes
,
323
CopyColumn(new_mask, new_mask_bytes, packet_mask,
num_mask_bytes
,
341
CopyColumn(new_mask, new_mask_bytes, packet_mask,
num_mask_bytes
,
421
int
num_mask_bytes
= l_bit ? kMaskSizeLBitSet : kMaskSizeLBitClear
local
[
all
...]
forward_error_correction.h
223
uint8_t* packet_mask, int
num_mask_bytes
,
Completed in 121 milliseconds