Searched refs:TPVAdaptationLayer (Results 1 – 9 of 9) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
D | tsc_h324m_config.h | 55 … 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,
|
D | tsc_h324m_config_interface.h | 104 virtual PVMFCommandId SetMaxSduSize(TPVAdaptationLayer aLayer, int32 aSize, 120 virtual PVMFCommandId SetMaxSduSizeR(TPVAdaptationLayer aLayer, 186 TPVAdaptationLayer aLayer,
|
D | tsc_component.h | 110 TPVAdaptationLayer GetVideoLayer() in GetVideoLayer() 120 TPVAdaptationLayer layer, 324 TPVAdaptationLayer iVideoLayer; /* Layer to use, decided by local terminal */
|
D | tscmain.h | 379 OSCL_IMPORT_REF void SetSduSize(TPVDirection direction, uint16 size, TPVAdaptationLayer al); 394 TPVAdaptationLayer layer,
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
D | pvt_common.h | 848 } 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 */ 876 …TPVAdaptationLayer iForceVideoLayerIfMaster; /* Force the terminal to use this layer - … 877 …TPVAdaptationLayer iForceVideoLayerIfSlave; /* Force the terminal to use this layer - for …
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tsc_h324m_config.cpp | 108 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 …]
|
D | tscmain.cpp | 1975 TPVAdaptationLayer al) in SetSduSize() 2065 TPVAdaptationLayer layer, in SetAlConfig()
|
D | tsc_component.cpp | 271 TPVAdaptationLayer layer, in SetAlConfig()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/ |
D | pvt_common.cpp | 714 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()
|