Home
last modified time | relevance | path

Searched refs:TPVAdaptationLayer (Results 1 – 9 of 9) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtsc_h324m_config.h55 … PVMFCommandId SetMaxSduSize(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aContextData = NULL);
56 …PVMFCommandId SetMaxSduSizeR(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aContextData = NULL);
62 PVMFCommandId SetALConfiguration(TPVMediaType_t aMediaType, TPVAdaptationLayer aLayer,
145 … PVMFCommandId SetMaxSduSize(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aContextData = NULL);
146 …PVMFCommandId SetMaxSduSizeR(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aContextData = NULL);
151 PVMFCommandId SetALConfiguration(TPVMediaType_t aMediaType, TPVAdaptationLayer aLayer,
Dtsc_h324m_config_interface.h104 virtual PVMFCommandId SetMaxSduSize(TPVAdaptationLayer aLayer, int32 aSize,
120 virtual PVMFCommandId SetMaxSduSizeR(TPVAdaptationLayer aLayer,
186 TPVAdaptationLayer aLayer,
Dtsc_component.h110 TPVAdaptationLayer GetVideoLayer() in GetVideoLayer()
120 TPVAdaptationLayer layer,
324 TPVAdaptationLayer iVideoLayer; /* Layer to use, decided by local terminal */
Dtscmain.h379 OSCL_IMPORT_REF void SetSduSize(TPVDirection direction, uint16 size, TPVAdaptationLayer al);
394 TPVAdaptationLayer layer,
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dpvt_common.h848 } TPVAdaptationLayer; typedef
850 OSCL_IMPORT_REF int IndexForAdaptationLayer(TPVAdaptationLayer al);
851 OSCL_IMPORT_REF TPVAdaptationLayer AdaptationLayerForIndex(int al_index);
852 OSCL_IMPORT_REF ErrorProtectionLevel_t EplForAdaptationLayer(TPVAdaptationLayer al);
875 TPVAdaptationLayer iVideoLayer; /* Layer to use, decided by local terminal */
876TPVAdaptationLayer iForceVideoLayerIfMaster; /* Force the terminal to use this layer - …
877TPVAdaptationLayer iForceVideoLayerIfSlave; /* Force the terminal to use this layer - for …
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_h324m_config.cpp108 PVH324MessageSetMaxSduSize(TPVAdaptationLayer aAl, in PVH324MessageSetMaxSduSize()
117 TPVAdaptationLayer iAl;
124 PVH324MessageSetMaxSduSizeR(TPVAdaptationLayer aAl, in PVH324MessageSetMaxSduSizeR()
133 TPVAdaptationLayer iAl;
318 TPVAdaptationLayer aLayer, in PVH324MessageSetALConfiguration()
328 TPVAdaptationLayer iLayer;
615 PVMFCommandId H324MConfig::SetMaxSduSize(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aContextD… in SetMaxSduSize()
623 PVMFCommandId H324MConfig::SetMaxSduSizeR(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aContext… in SetMaxSduSizeR()
671 PVMFCommandId H324MConfig::SetALConfiguration(TPVMediaType_t aMediaType, TPVAdaptationLayer aLayer, in SetALConfiguration()
1087 PVMFCommandId H324MConfigProxied::SetMaxSduSize(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aC… in SetMaxSduSize()
[all …]
Dtscmain.cpp1975 TPVAdaptationLayer al) in SetSduSize()
2065 TPVAdaptationLayer layer, in SetAlConfig()
Dtsc_component.cpp271 TPVAdaptationLayer layer, in SetAlConfig()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dpvt_common.cpp714 OSCL_EXPORT_REF int IndexForAdaptationLayer(TPVAdaptationLayer al) in IndexForAdaptationLayer()
734 OSCL_EXPORT_REF TPVAdaptationLayer AdaptationLayerForIndex(int al_index) in AdaptationLayerForIndex()
736 TPVAdaptationLayer ret = PVT_AL1; in AdaptationLayerForIndex()
754 OSCL_EXPORT_REF ErrorProtectionLevel_t EplForAdaptationLayer(TPVAdaptationLayer al) in EplForAdaptationLayer()