Home
last modified time | relevance | path

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

/external/opencore/protocols/sdp/common/include/
Drfc3640_payload_info.h45 DTSDeltaLength = 0; in RFC3640PayloadSpecificInfoType()
72 DTSDeltaLength = dtsLength; in setDTSDeltaLength()
105 return DTSDeltaLength; in getDTSDeltaLength()
125 uint32 DTSDeltaLength; variable
/external/opencore/protocols/rtp_payload_parser/rfc_3640/src/
Drfc3640_payload_parser.cpp62 DTSDeltaLength = 0; in RFC3640PayloadParser()
92 DTSDeltaLength = r3640PayloadInfo->getDTSDeltaLength(); in Init()
226 if (0 != DTSDeltaLength) in Parse()
231 DTSDelta = fragment.ReadBits(DTSDeltaLength); in Parse()
/external/opencore/protocols/rtp_payload_parser/rfc_3640/include/
Drfc3640_payload_parser.h73 uint32 DTSDeltaLength; variable