OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FRACTION_LOST_POSITION
(Results
1 - 3
of
3
) sorted by null
/external/opencore/protocols/rtp/src/
rtcp_constants.h
39
const int16
FRACTION_LOST_POSITION
= 24;
rtcp_decoder.cpp
201
report->fractionLost = (uint8)(tempint32 >>
FRACTION_LOST_POSITION
);
rtcp_encoder.cpp
99
tempint32 |= (report->fractionLost) <<
FRACTION_LOST_POSITION
;
Completed in 123 milliseconds