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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
muxtbl.h 49 PS_MultiplexEntryDescriptor GetOutgoingDescriptor(OsclSharedPtr<H223OutgoingChannel>& lcn, PVMFSharedMediaDataPtr sdu);
logicalchannel.h 188 /* Flushes the pending AL SDU data */
522 PVMFSharedMediaDataPtr sdu; member in class:MuxSduData
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
muxtbl.cpp 244 bool fsi_available = sdu_data.sdu->getFormatSpecificInfo(fsi);
262 PVMFSharedMediaDataPtr sdu)
267 sdu_data.sdu = sdu;
cpvh223multiplex.cpp 56 based on bitrate, sample rate and sdu size */
338 // fill the sdu data lists with lcns that contain data
451 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "Mux: Set sdu size - direction(%d), size(%d), epl(%d)\n", direction, size, epl));
638 /* Overwrite audio sdu size, otherwise audio memory allocation can become prohibitive*/
643 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "CPVH223Multiplex::OpenChannel - SDU Size=%d", sdu_size));
752 /* Release any SDU that the channel has passed to mux */
756 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "CPVH223Multiplex::CloseChannel - Releasing pending MUX SDU\n"));
757 outgoing_channel->ReleasePacket(sdu_data_ptr->sdu);
801 PVMFSharedMediaDataPtr& sdu_pkt = mux_sdu_data.sdu;
1237 PVMFSharedMediaDataPtr sdu; local
    [all...]
  /external/qemu/hw/
bt-l2cap.c 69 uint8_t sdu[65536]; /* TODO: dynamically allocate */ member in struct:l2cap_instance_s::l2cap_chan_s
940 /* Command frame SDU */
968 /* Group frame SDU */
982 /* We have a full SDU, no further processing */
    [all...]

Completed in 339 milliseconds