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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
muxtbl.cpp 243 OsclRefCounterMemFrag fsi; local
244 bool fsi_available = sdu_data.sdu->getFormatSpecificInfo(fsi);
245 if (fsi_available && fsi.getMemFragSize())
247 uint8* fsi_ptr = (uint8*)fsi.getMemFragPtr();
cpvh223multiplex.cpp 714 uint8* fsi = NULL; local
716 fsi_len = h223params->GetFormatSpecificInfo(fsi);
719 channel->SetFormatSpecificInfo(fsi, (uint16)fsi_len);
    [all...]
logicalchannel.cpp 304 // Check for FormatSpecificInfo. Sending FSI with data is being obsoleted, but there is no harm in leaving this in for now.
388 // reset the FSI frag
524 OsclRefCounterMemFrag* fsi)
533 if (fsi)
535 mediaData->setFormatSpecificInfo(*fsi);
763 // Preconfigured FSI
792 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::NegotiateFSISettings, Failed to set FSI on peer, err=%d", err));
798 // No preconfigured FSI. In this case try to get the FSI from the peer.
802 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "H223OutgoingChannel::NegotiateFSISettings: Failed to get FSI from peer"))
1290 OsclRefCounterMemFrag fsi; local
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_capability.cpp 444 else // need to set it to FILLER FSI otherwise PER copy/delete routines will Leave
590 uint8* fsi = NULL; local
591 unsigned fsisz =::GetFormatSpecificInfo(pDataType, fsi);
592 if (fsi != NULL && fsisz != 0)
596 printBuffer(iLogger, fsi, (uint16)fsisz);
    [all...]
tsc_component.cpp 830 uint8* fsi = NULL; local
1514 uint8* fsi = NULL; local
2022 uint8* fsi = NULL; local
    [all...]
  /external/opencore/engines/2way/src/
pv_2way_engine.cpp 945 // Check if FSI exists and Extension Interface is queried
2244 uint8* fsi = iVideoEncDatapath->GetFormatSpecificInfo(&fsi_len); local
    [all...]
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_node.cpp 2241 OsclRefCounterMemFrag fsi; local
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 510 int fsi = findFragmentSeparator(); local
512 // Return everything between ssi and fsi.
513 return fsi == NOT_FOUND
515 : uriString.substring(ssi + 1, fsi);
602 int fsi = findFragmentSeparator(); local
604 if (fsi == NOT_FOUND) {
608 if (fsi < qsi) {
613 return uriString.substring(qsi + 1, fsi);
632 int fsi = findFragmentSeparator(); local
633 return fsi == NOT_FOUND ? null : uriString.substring(fsi + 1)
    [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) {}
1045 if (fsi)
1047 OSCL_DEFAULT_FREE(fsi);
1048 fsi = NULL;
1058 uint8* fsi; member in class:FormatCapabilityInfo
    [all...]

Completed in 91 milliseconds