OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:H264_RTP_PAYLOAD_FU_B
(Results
1 - 4
of
4
) sorted by null
/external/opencore/protocols/rtp_payload_parser/rfc_3984/include/
h264_payload_parser_macros.h
35
#define
H264_RTP_PAYLOAD_FU_B
29
h264_payload_parser.h
174
nal_type ==
H264_RTP_PAYLOAD_FU_B
|| // FU-B(Fragmentation Unit with DON(Decoding Order Number))
/external/opencore/protocols/rtp_payload_parser/rfc_3984/src/
h264_payload_parser.cpp
498
if (nal_type ==
H264_RTP_PAYLOAD_FU_B
)
507
// 3 starting FU-B (fu_type == 1 && nal_type ==
H264_RTP_PAYLOAD_FU_B
)
508
// 4 non-starting FU-B (fu_type != 1 && nal_type ==
H264_RTP_PAYLOAD_FU_B
)
509
uint32 offset = 1 + (uint32)(fu_type != 1) + ((uint32)(nal_type ==
H264_RTP_PAYLOAD_FU_B
) << 1);
553
aFragmentedBitMask |= ((uint32)(nal_type ==
H264_RTP_PAYLOAD_FU_B
) << 2);
h264_payload_parser_utility.h
191
if (nal_type ==
H264_RTP_PAYLOAD_FU_B
&&
Completed in 1009 milliseconds