Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtsc_capability.h96 …_DataType GetOutgoingDataType(PVCodecType_t codecType, uint32 bitrate, uint16 csi_len, uint8* csi);
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_capability.cpp249 uint8* csi) in GetOutgoingDataType() argument
436 if (csi && csi_len) in GetOutgoingDataType()
440 csi, in GetOutgoingDataType()
Dtsc_component.cpp2344 uint8* csi = NULL; in GetOutgoingDataType() local
2346 return iTSCcapability.GetOutgoingDataType(codecType, bitrate, csi_len, csi); in GetOutgoingDataType()