Searched defs:aDirection (Results 1 - 8 of 8) sorted by relevance
/external/opencore/engines/2way/src/ |
H A D | pv_2way_interface_cmd_messages.h | 188 PV2WayMessagePause(PV2WayDirection aDirection, PVTrackId aTrackId, OsclAny* aContextData) argument 190 , iDirection(aDirection) 203 PV2WayMessageResume(PV2WayDirection aDirection, PVTrackId aTrackId, OsclAny* aContextData) argument 205 , iDirection(aDirection)
|
H A D | pv_2way_proxy_adapter.cpp | 425 PVCommandId CPV2WayProxyAdapter::Pause(PV2WayDirection aDirection, argument 429 PV2WayMessagePause *msg = OSCL_NEW(PV2WayMessagePause, (aDirection, aTrackId, aContextData)); 437 PVCommandId CPV2WayProxyAdapter::Resume(PV2WayDirection aDirection, argument 441 PV2WayMessageResume *msg = OSCL_NEW(PV2WayMessageResume, (aDirection, aTrackId, aContextData));
|
H A D | pv_2way_engine.cpp | 2479 PVCommandId CPV324m2Way::Pause(PV2WayDirection aDirection, argument 2484 OSCL_UNUSED_ARG(aDirection); 2493 PVCommandId CPV324m2Way::Resume(PV2WayDirection aDirection, argument 2499 OSCL_UNUSED_ARG(aDirection);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
H A D | tscmain.cpp | 1779 TPVDirection aDirection = port->GetPortTag() < 0 ? INCOMING : OUTGOING; local 1780 if (aDirection == INCOMING)
|
H A D | tsc_h324m_config.cpp | 356 PVH324MessageSetVideoResolutions(TPVDirection aDirection, argument 361 iDirection(aDirection), 764 PVMFCommandId H324MConfig::SetVideoResolutions(TPVDirection aDirection, argument 769 iH324M->SetVideoResolutions(aDirection, aResolutions); 1253 PVMFCommandId H324MConfigProxied::SetVideoResolutions(TPVDirection aDirection, argument 1258 cmd = OSCL_NEW(PVH324MessageSetVideoResolutions, (aDirection, aResolutions, aContextData, iCommandId));
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
H A D | pvmf_mp4ffparser_node.h | 356 void Construct(PVMFSessionId s, int32 cmd, int32 aDirection, argument 361 iParam1 = (OsclAny*)aDirection; 367 void Parse(int32& aDirection, argument 372 aDirection = (int32)iParam1; 640 PVMFCommandId SetDataSourceDirection(PVMFSessionId aSessionId, int32 aDirection, PVMFTimestamp& aActualNPT,
|
H A D | pvmf_mp4ffparser_node.cpp | 959 PVMFCommandId PVMFMP4FFParserNode::SetDataSourceDirection(PVMFSessionId aSessionId, int32 aDirection, PVMFTimestamp& aActualNPT, argument 965 cmd.PVMFMP4FFParserNodeCommand::Construct(aSessionId, PVMP4FF_NODE_CMD_SETDATASOURCEDIRECTION, aDirection, aActualNPT, aActualMediaDataTS,
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
H A D | cpvh223multiplex.cpp | 583 TPVDirection aDirection, 588 al = AdaptationLayerAlloc::GetAdaptationLayer(aDirection, 582 GetAdaptationLayer(OsclSharedPtr<AdaptationLayer> &al, TPVDirection aDirection, PS_H223LogicalChannelParameters aH223lcnParams, int32 aSdu_size, uint32 aNum_media_data) argument
|
Completed in 165 milliseconds