HomeSort by relevance Sort by last modified time
    Searched refs:fsi_len (Results 1 - 18 of 18) sorted by null

  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_channelcontrol.cpp 105 uint32 fsi_len)
109 channel_id, fsi_len));
124 fsi, fsi_len);
142 fsi, fsi_len);
tsc_component.cpp 831 uint32 fsi_len = ::GetFormatSpecificInfo(pDataType, fsi); local
1515 uint32 fsi_len = ::GetFormatSpecificInfo(&forRevParams->forwardLogicalChannelParameters.dataType, fsi); local
2023 uint32 fsi_len = ::GetFormatSpecificInfo(olc_param->GetReverseParams()->GetDataType(), fsi); local
    [all...]
tscmain.cpp 801 uint32 fsi_len)
805 channel_id, fsi_len));
806 iTSCcomponent->ReceivedFormatSpecificInfo(channel_id, fsi, fsi_len);
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_channelcontrol.h 82 void ReceivedFormatSpecificInfo(TPVChannelId lcn, uint8* fsi, uint32 fsi_len);
tsc_component.h 186 void ReceivedFormatSpecificInfo(TPVChannelId channel_id, uint8* fsi, uint32 fsi_len);
tscmain.h 186 void ReceivedFormatSpecificInfo(TPVChannelId lcn, uint8* fsi, uint32 fsi_len);
  /external/opencore/protocols/systems/tools/general/common/src/
pvmf_buffer_data_source.cpp 25 unsigned fsi_len):
37 if (fsi && fsi_len)
39 iFsi = (uint8*)OSCL_DEFAULT_MALLOC(fsi_len);
40 oscl_memcpy(iFsi, fsi, fsi_len);
41 iFsiLen = fsi_len;
  /external/opencore/protocols/systems/tools/general/common/include/
pvmf_buffer_data_source.h 60 unsigned fsi_len = 0);
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
h324utils.h 164 PVMFStatus SetFormatSpecificInfo(PS_DataType pDataType, uint8* fsi, uint32 fsi_len);
166 bool IsFillerFsi(uint8* fsi, uint32 fsi_len);
pvt_common.h 1032 fsi(NULL), fsi_len(0) {}
1042 fsi(NULL), fsi_len(0) {}
1059 uint32 fsi_len; member in class:FormatCapabilityInfo
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
cpvh223multiplex.h 58 virtual void ReceivedFormatSpecificInfo(TPVChannelId lcn, uint8* fsi, uint32 fsi_len) = 0;
95 void ReceivedFormatSpecificInfo(TPVChannelId lcn, uint8* fsi, uint32 fsi_len);
logicalchannel.h 109 virtual void ReceivedFormatSpecificInfo(TPVChannelId lcn, uint8* fsi, uint32 fsi_len) = 0;
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
h324utils.cpp     [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
cpvh223multiplex.cpp 715 unsigned fsi_len = 0; local
716 fsi_len = h223params->GetFormatSpecificInfo(fsi);
717 if (fsi_len)
719 channel->SetFormatSpecificInfo(fsi, (uint16)fsi_len);
    [all...]
  /external/opencore/engines/2way/src/
pv_2way_datapath.h 283 void SetFormatSpecificInfo(uint8* fsi, uint16 fsi_len);
pv_2way_datapath.cpp     [all...]
pv_2way_engine.h 768 void OutgoingChannelEstablished(TPVChannelId id, PVCodecType_t codec, uint8* fsi, uint32 fsi_len);
919 uint8* fsi, uint32 fsi_len);
    [all...]
pv_2way_engine.cpp 946 uint32 fsi_len = 0; local
947 if (datapath->GetFormatSpecificInfo(&fsi_len) &&
2243 uint32 fsi_len = 0; local
    [all...]

Completed in 410 milliseconds