OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIT_SHIFT_FOR_FU_COUNTER
(Results
1 - 3
of
3
) sorted by null
/external/opencore/protocols/rtp_payload_parser/rfc_3984/include/
h264_payload_parser_macros.h
42
#define
BIT_SHIFT_FOR_FU_COUNTER
11
/external/opencore/protocols/rtp_payload_parser/rfc_3984/src/
h264_payload_parser_interleave_mode.h
195
fuCounter = (fragmentedBitMask >>
BIT_SHIFT_FOR_FU_COUNTER
) << 16;
h264_payload_parser.cpp
562
aFragmentedBitMask |= (++inter_fu_counter <<
BIT_SHIFT_FOR_FU_COUNTER
);
Completed in 1583 milliseconds