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

  /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_engine.cpp 946 uint32 fsi_len = 0; local
947 if (datapath->GetFormatSpecificInfo(&fsi_len) &&
2243 uint32 fsi_len = 0; local
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
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...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pvt_common.h 1032 fsi(NULL), fsi_len(0) {}
1042 fsi(NULL), fsi_len(0) {}
1059 uint32 fsi_len; member in class:FormatCapabilityInfo
    [all...]

Completed in 100 milliseconds