HomeSort by relevance Sort by last modified time
    Searched full:h223 (Results 1 - 25 of 32) sorted by null

1 2

  /external/opencore/protocols/systems/3g-324m_pvterminal/
Android.mk 7 ./h223/src/adaptationlayer.cpp \
8 ./h223/src/cpvh223multiplex.cpp \
9 ./h223/src/h223api.cpp \
10 ./h223/src/h223types.cpp \
11 ./h223/src/level0.cpp \
12 ./h223/src/level1.cpp \
13 ./h223/src/level2.cpp \
14 ./h223/src/logicalchannel.cpp \
15 ./h223/src/lowerlayer.cpp \
16 ./h223/src/muxtbl.cpp
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/build/make/
local.mk 13 XINCDIRS += ../../h223/include ../../h245/cmn/include ../../h245/per/include ../../h245/se/include ../../h324/include ../../h324/srp/include ../../h324/tsc/include ../../common/include ../../../common/include ../../../../../engines/common/include ../../../tools/general/common/include ../../../../../nodes/streaming/common/include
23 h223/src/adaptationlayer.cpp \
24 h223/src/cpvh223multiplex.cpp \
25 h223/src/h223api.cpp \
26 h223/src/h223types.cpp \
27 h223/src/level0.cpp \
28 h223/src/level1.cpp \
29 h223/src/level2.cpp \
30 h223/src/logicalchannel.cpp \
31 h223/src/lowerlayer.cpp
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
h223.h 19 * File: h223.h
20 * Comment: H223 internal structure, global variable, and function declarations
cpvh223multiplex.h 296 typedef CPVH223Multiplex H223;
  /external/opencore/engines/2way/
Android.mk 43 $(PV_TOP)/protocols/systems/3g-324m_pvterminal/h223/include \
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_channelcontrol.h 71 void SetMembers(H223* aH223, TSCObserver* aTSCObserver)
88 // The H223 instance
89 H223* iH223;
tsc_mt.h 59 void SetMembers(H245* aH245, H223* aH223, TSC_component* aTSCcomponent)
100 /* The H223 instance */
101 H223* iH223;
tsc_component.h 86 void SetMembers(H245* aH245, H223* aH223, TSCObserver* aTSCObserver);
276 H223* iH223;
tsc_h324m_config_interface.h 78 * This API allows the user to specify the starting H223 multiplex level
81 * The starting H223 multiplex level. Note that the final level that is neotiated will depend
95 * The h223 adaptation layer type
111 * The h223 adaptation layer type
151 * This API allows the user to limit the size of the outgoing h223 pdus
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
level1.cpp 23 #include "h223.h"
28 iLogger = PVLogger::GetLoggerObject("3g324m.h223.Level1");
adaptationlayer.cpp 34 iLogger = PVLogger::GetLoggerObject("3g324m.h223.AdaptationLayer1");
55 iLogger = PVLogger::GetLoggerObject("3g324m.h223.AdaptationLayer2");
224 iLogger = PVLogger::GetLoggerObject("3g324m.h223.AdaptationLayer3");
level0.cpp 20 #include "h223.h"
27 iLogger = PVLogger::GetLoggerObject("3g324m.h223.Level0");
h223api.cpp 19 #include "h223.h"
logicalchannel.cpp 194 iLogger = PVLogger::GetLoggerObject("3g324m.h223.H223OutgoingChannel");
195 iOutgoingVideoLogger = PVLogger::GetLoggerObject("datapath.outgoing.video.h223.lcn");
196 iOutgoingAudioLogger = PVLogger::GetLoggerObject("datapath.outgoing.audio.h223.lcn");
    [all...]
cpvh223multiplex.cpp 27 #include "h223.h"
144 iLogger = PVLogger::GetLoggerObject("3g324m.h223");
    [all...]
muxtbl.cpp 36 iLogger = PVLogger::GetLoggerObject("3g324m.h223.muxtable");
lowerlayer.cpp 21 #include "h223.h"
68 iLogger = PVLogger::GetLoggerObject("3g324m.h223.lowerlayer");
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pv_2way_h324m_interface.h 55 * This API allows the user to specify the starting H223 multiplex level
58 * The starting H223 multiplex level. Note that the final level that is neotiated will depend
72 * The h223 adaptation layer type
89 * The h223 adaptation layer type
135 * This API allows the user to limit the size of the outgoing h223 pdus
  /external/opencore/engines/2way/build/make/
local.mk 40 ../../../../protocols/systems/3g-324m_pvterminal/h223/include \
  /external/opencore/engines/2way/test/build/make/
local.mk 29 XINCDIRS += ../../h223/mona/include ../../h324/tsc/mona/include
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
se.h 96 /* H223 Annex A Reconfiguration Definition */
98 #define EVENT_H223AAR 0X12000000 /* H223 Annex A Reconfiguration */
242 /* H223 Annex A Reconfiguration */
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_blc.cpp 92 parameter.forwardLogicalChannelParameters.multiplexParameters.index = 1; // h223
114 parameter.reverseLogicalChannelParameters.rlcMultiplexParameters.index = 0; // h223
tsc_mt.cpp 93 "TSC_mt::CheckMtTrf codec list size(%d), num h223 channels(%d)",
100 (0, "TSC_mt::CheckMtTrf num opened h223 channels(%d)", num_channels));
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
h245pri.h 118 /* Parameter Definition: H223 Multiplex Table */
  /external/opencore/pvmi/pvmf/include/
pvmf_format_type.h 138 #define PVMF_MIME_H223 "X-H223"

Completed in 467 milliseconds

1 2