Home
last modified time | relevance | path

Searched refs:sizeLength (Results 1 – 3 of 3) sorted by relevance

/external/opencore/protocols/sdp/common/include/
Drfc3640_payload_info.h41 sizeLength = 13; in RFC3640PayloadSpecificInfoType()
56 sizeLength = sLength; in setSizeLength()
93 return sizeLength; in getSizeLength()
121 uint32 sizeLength;
/external/opencore/protocols/rtp_payload_parser/rfc_3640/src/
Drfc3640_payload_parser.cpp58 sizeLength = 0; in RFC3640PayloadParser()
88 sizeLength = r3640PayloadInfo->getSizeLength(); in Init()
103 if ((sizeLength != AAC_HBR_SIZELENGTH_DEFAULT_VALUE) || in Init()
193 if (0 != sizeLength) in Parse()
196 size = fragment.ReadBits(sizeLength); in Parse()
/external/opencore/protocols/rtp_payload_parser/rfc_3640/include/
Drfc3640_payload_parser.h69 uint32 sizeLength; variable