Home
last modified time | relevance | path

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

/external/opencore/protocols/sdp/common/include/
Dasf_media_info.h111 inline void setAsfHeader(unsigned char* ASCPtr, int ASCLen) in setAsfHeader() argument
114 asfHeaderSize = ASCLen; in setAsfHeader()
117 inline void setDecoderSpecificInfo(unsigned char* ASCPtr, int ASCLen) in setDecoderSpecificInfo() argument
120 decoderSpecificInfoSize = ASCLen; in setDecoderSpecificInfo()
Dsession_info.h1122 inline void setAsfHeader(unsigned char* ASCPtr, int ASCLen) in setAsfHeader() argument
1125 asfHeaderSize = ASCLen; in setAsfHeader()
/external/opencore/protocols/rtp_payload_parser/util/src/
Dlatmpayloadparser.cpp980 … int32 ASCLen = bitPos - ASCPos; // length in bits -- will need to be byte aligned in ParseStreamMuxConfig() local
982 if (ASCLen % 8 == 0) in ParseStreamMuxConfig()
984 ASCLen >>= 3; in ParseStreamMuxConfig()
988 ASCLen = (ASCLen >> 3) + 1; in ParseStreamMuxConfig()
994 oscl_memcpy(ASCPtr, decoderSpecificConfig + ASCPos, ASCLen); in ParseStreamMuxConfig()
998 for (count = 0; count < ASCLen; count++) in ParseStreamMuxConfig()
1003 *size = ASCLen; in ParseStreamMuxConfig()