Home
last modified time | relevance | path

Searched defs:ASCPtr (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()
117 inline void setDecoderSpecificInfo(unsigned char* ASCPtr, int ASCLen) in setDecoderSpecificInfo()
Dsession_info.h1122 inline void setAsfHeader(unsigned char* ASCPtr, int ASCLen) in setAsfHeader()
/external/opencore/protocols/rtp_payload_parser/util/src/
Dlatmpayloadparser.cpp656 uint8* ASCPtr = (uint8*)(alloc.allocate(sizeof(uint8) * (*size))); in ParseStreamMuxConfig() local