Home
last modified time | relevance | path

Searched refs:ifptr (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/streaming/streamingmanager/src/
Dpvmf_streaming_manager_node.cpp275 PVInterface* ifptr = NULL; in QueryInterface() local
276 if (queryInterface(aUuid, ifptr) == false) in QueryInterface()
746 PVInterface** ifptr; in DoQueryInterface() local
747 aCmd.Parse(uuid, ifptr); in DoQueryInterface()
748 if (ifptr == NULL) in DoQueryInterface()
755 if (queryInterface(*uuid, *ifptr) == false) in DoQueryInterface()
761 (*ifptr)->addRef(); in DoQueryInterface()
/external/opencore/engines/author/src/
Dpvauthorengine.cpp1556 PVInterface** ifptr = (PVInterface**)(aCmd.GetParam1()); in DoQueryInterface() local
1558 if (NULL == ifptr) in DoQueryInterface()
1565 if (false == queryInterface(uuid, *ifptr)) in DoQueryInterface()
1571 (*ifptr)->addRef(); in DoQueryInterface()
/external/opencore/engines/adapters/player/framemetadatautility/src/
Dpv_frame_metadata_utility.cpp1587 PVInterface** ifptr = (PVInterface**)(aCmd.GetParam(0).pOsclAny_value); in DoQueryInterface() local
1594 if (ifptr == NULL) in DoQueryInterface()
1600 if (queryInterface(iPlayerQueryIFUUID, *ifptr, cmdid, context) == false) in DoQueryInterface()
/external/opencore/engines/player/src/
Dpv_player_engine.cpp4258 PVInterface** ifptr = (PVInterface**)(aCmd.GetParam(0).pOsclAny_value); in DoQueryInterface() local
4260 if (ifptr == NULL) in DoQueryInterface()
4267 if (queryInterface(uuid, *ifptr) == false) in DoQueryInterface()
4273 (*ifptr)->addRef(); in DoQueryInterface()