Home
last modified time | relevance | path

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

/external/opencore/protocols/sdp/common/include/
Drfc3640_payload_info.h43 indexDeltaLength = 3; in RFC3640PayloadSpecificInfoType()
64 indexDeltaLength = idLength; in setIndexDeltaLength()
97 return indexDeltaLength; in getIndexDeltaLength()
123 uint32 indexDeltaLength; variable
/external/opencore/protocols/rtp_payload_parser/rfc_3640/src/
Drfc3640_payload_parser.cpp60 indexDeltaLength = 0; in RFC3640PayloadParser()
90 indexDeltaLength = r3640PayloadInfo->getIndexDeltaLength(); in Init()
105 (indexDeltaLength != AAC_HBR_INDEXDELTALENGTH_DEFAULT_VALUE)) in Init()
210 indexDelta = fragment.ReadBits(indexDeltaLength); in Parse()
/external/opencore/protocols/rtp_payload_parser/rfc_3640/include/
Drfc3640_payload_parser.h71 uint32 indexDeltaLength; variable