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

  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
h223types.h 252 PV2WayMediaType media_type,
257 PV2WayMediaType media_type,
264 bool IsSymmetric(PV2WayMediaType media_type,
267 bool IsSymmetric(PV2WayMediaType media_type,
275 PV2WayMediaType media_type,
282 PV2WayMediaType media_type,
286 PV2WayMediaType media_type,
h324utils.h 92 PV2WayMediaType GetMediaType(PS_DataType pDataType);
145 bool FindCodecForMediaType(PV2WayMediaType media, Oscl_Vector<CodecCapabilityInfo*, OsclMemAllocator>&list, int* index);
146 bool IsSupported(Oscl_Vector<H324ChannelParameters, PVMFTscAlloc>& list, PV2WayMediaType media, CodecCapabilityInfo& codec_info, int*index);
pvt_common.h 249 virtual PV2WayMediaType GetMediaType() = 0;
261 OSCL_IMPORT_REF PV2WayMediaType GetMediaType();
272 OSCL_IMPORT_REF PV2WayMediaType GetMediaType();
951 OSCL_IMPORT_REF PV2WayMediaType PVMFFormatTypeToPVMediaType(PVMFFormatType aFormatType);
1073 OSCL_IMPORT_REF PV2WayMediaType GetMediaType();
1129 OSCL_IMPORT_REF const char* GetFormatsString(TPVDirection aDir, PV2WayMediaType aMediaType);
1130 OSCL_IMPORT_REF const char* GetFormatsValtypeString(TPVDirection aDir, PV2WayMediaType aMediaType);
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_component.h 105 bool IsSupported(TPVDirection dir, PV2WayMediaType media, CodecCapabilityInfo& codec_info);
119 void SetAlConfig(PV2WayMediaType media_type,
144 OlcParam* FindOlc(TPVDirection direction, PV2WayMediaType media_type, unsigned state = 0);
215 PS_AdaptationLayerType GetOutgoingLayer(PV2WayMediaType media_type, uint32 max_sample_size);
221 PV2WayMediaType media_type)
230 virtual bool AlreadyAssigned(PV2WayMediaType media_type)
236 PV2WayMediaType media_type,
tsc_capability.h 94 bool IsSegmentable(TPVDirection direction, PV2WayMediaType media_type);
97 PS_H223LogicalChannelParameters GetOutgoingLcnParams(PV2WayMediaType media_type,
108 PV2WayMediaType mediaType,
tscmain.h 393 OSCL_IMPORT_REF void SetAlConfig(PV2WayMediaType media_type,
  /external/opencore/protocols/systems/common/include/
pv_2way_basic_types.h 106 } PV2WayMediaType;
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
pvt_common.cpp 49 OSCL_EXPORT_REF PV2WayMediaType CPVAudioParam::GetMediaType()
63 OSCL_EXPORT_REF PV2WayMediaType CPVVideoParam::GetMediaType()
695 OSCL_EXPORT_REF PV2WayMediaType PVMFFormatTypeToPVMediaType(PVMFFormatType aFormatType)
697 PV2WayMediaType aMediaType = PV_MEDIA_NONE;
774 OSCL_EXPORT_REF PV2WayMediaType GetMediaType(PVCodecType_t codec)
776 PV2WayMediaType media_type = PV_MEDIA_NONE;
826 OSCL_EXPORT_REF PV2WayMediaType H324ChannelParameters::GetMediaType()
895 OSCL_EXPORT_REF const char* GetFormatsString(TPVDirection aDir, PV2WayMediaType aMediaType)
931 OSCL_EXPORT_REF const char* GetFormatsValtypeString(TPVDirection aDir, PV2WayMediaType aMediaType)
h324utils.cpp 220 PV2WayMediaType media_type = GetMediaType(codec_info.codec);
835 PV2WayMediaType GetMediaType(PS_DataType pDataType)
837 PV2WayMediaType mediaType = PV_MEDIA_NONE;
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
h223types.cpp 349 PV2WayMediaType media_type,
357 PV2WayMediaType mt_cur =::GetMediaType(val.second->GetForwardParams()->GetDataType());
387 PV2WayMediaType media_type,
421 PV2WayMediaType media_type,
449 bool OlcList::IsSymmetric(PV2WayMediaType media_type,
490 PV2WayMediaType media_type,
499 PV2WayMediaType mt_cur =::GetMediaType(val.second->GetForwardParams()->GetDataType());
543 OlcParam* OlcList::FindOlc(TPVDirection dir, PV2WayMediaType media_type, unsigned state)
549 PV2WayMediaType mt_cur =::GetMediaType(val.second->GetForwardParams()->GetDataType());
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_component.cpp 193 TSC_component::GetOutgoingLayer(PV2WayMediaType media_type, uint32 max_sample_size)
270 void TSC_component::SetAlConfig(PV2WayMediaType media_type,
458 PV2WayMediaType media_type,
673 PV2WayMediaType media_type = PV_MEDIA_NONE;
    [all...]
tsc_capability.cpp 635 bool TSC_capability::IsSegmentable(TPVDirection direction, PV2WayMediaType media_type)
650 TSC_capability::GetOutgoingLcnParams(PV2WayMediaType media_type, PS_AdaptationLayerType adaptation_layer)
    [all...]
tscmain.cpp     [all...]
  /external/opencore/engines/2way/src/
pv_2way_engine.cpp     [all...]

Completed in 103 milliseconds