Home
last modified time | relevance | path

Searched refs:PVMFInfoSourceFormatNotSupported (Results 1 – 12 of 12) sorted by relevance

/external/opencore/pvmi/pvmf/src/
Dpvmf_return_codes.cpp97 CONSIDER(PVMFInfoSourceFormatNotSupported); in PVMFStatusToString()
/external/opencore/pvmi/pvmf/include/
Dpvmf_return_codes.h293 const PVMFStatus PVMFInfoSourceFormatNotSupported = 32; variable
/external/opencore/engines/player/test/src/
Dtest_pv_player_engine_testset13.cpp2072 if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
4229 if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
6373 if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
8538 if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
10764 case PVMFInfoSourceFormatNotSupported: in HandleInformationalEvent()
13215 case PVMFInfoSourceFormatNotSupported: in HandleInformationalEvent()
15451 case PVMFInfoSourceFormatNotSupported: in HandleInformationalEvent()
17720 if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
19350 if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
21340 if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
[all …]
Dtest_pv_player_engine_testset_cpmdlapassthru.cpp2117 case PVMFInfoSourceFormatNotSupported: in HandleInformationalEvent()
Dtest_pv_player_engine_testset9.cpp1962 case PVMFInfoSourceFormatNotSupported: in HandleInformationalEvent()
Dtest_pv_player_engine_testset11.cpp2013 case PVMFInfoSourceFormatNotSupported: in HandleInformationalEvent()
Dtest_pv_player_engine_testset10.cpp2022 case PVMFInfoSourceFormatNotSupported: in HandleInformationalEvent()
Dtest_pv_player_engine_testset6.cpp2281 if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
5110 if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
6418 if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
8526 if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
Dtest_pv_player_engine_testset12.cpp2145 if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
Dtest_pv_player_engine_testset7.cpp5265 if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
10157 else if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
Dtest_pv_player_engine_testset1.cpp9203 else if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
17440 else if (aEvent.GetEventType() == PVMFInfoSourceFormatNotSupported) in HandleInformationalEvent()
/external/opencore/engines/player/src/
Dpv_player_engine.cpp5109 …SendInformationalEvent(PVMFInfoSourceFormatNotSupported, OSCL_STATIC_CAST(PVInterface*, infomsg), … in DoSourceNodeRollOver()