/external/opencore/nodes/pvdummyoutputnode/src/ |
D | pvmf_dummy_fileoutput_node.cpp | 1022 bool exactmatch; in DoQueryUuid() local 1023 aCmd.PVMFDummyFileOutputNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid() 1031 || (!exactmatch && *mimetype == PVMF_FILE_OUTPUT_NODE_MIMETYPE) in DoQueryUuid() 1032 || (!exactmatch && *mimetype == PVMF_BASEMIMETYPE)) in DoQueryUuid()
|
/external/opencore/nodes/pvdummyinputnode/src/ |
D | pvmf_dummy_fileinput_node.cpp | 633 bool exactmatch; in DoQueryUuid() local 634 aCmd.PVMFFileInputNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid() 643 || (!exactmatch && *mimetype == PVMF_FILEINPUT_NODE_MIMETYPE) in DoQueryUuid() 644 || (!exactmatch && *mimetype == PVMF_BASEMIMETYPE)) in DoQueryUuid()
|
/external/opencore/nodes/pvfileoutputnode/src/ |
D | pvmf_fileoutput_node.cpp | 1353 bool exactmatch; in DoQueryUuid() local 1354 aCmd.PVMFFileOutputNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid() 1362 || (!exactmatch && *mimetype == PVMF_FILE_OUTPUT_NODE_MIMETYPE) in DoQueryUuid() 1363 || (!exactmatch && *mimetype == PVMF_BASEMIMETYPE)) in DoQueryUuid()
|
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/ |
D | pvmf_cpmplugin_passthru_oma1.cpp | 562 bool exactmatch; in DoQueryUuid() local 563 aCmd.PVMFCPMPassThruPlugInOMA1CommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid() 565 if (exactmatch == false) in DoQueryUuid()
|
/external/opencore/nodes/pvomxaudiodecnode/src/ |
D | pvmf_omx_audiodec_node.cpp | 2823 bool exactmatch; in DoQueryUuid() local 2824 aCmd.PVMFOMXBaseDecNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid() 2833 || (!exactmatch && *mimetype == PVMF_OMX_AUDIO_DEC_NODE_MIMETYPE) in DoQueryUuid() 2834 || (!exactmatch && *mimetype == PVMF_BASEMIMETYPE)) in DoQueryUuid()
|
/external/opencore/nodes/streaming/jitterbuffernode/src/ |
D | pvmf_jitter_buffer_node.cpp | 2343 bool exactmatch; in DoQueryUuid() local 2344 aCmd.PVMFJitterBufferNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid() 2354 || (!exactmatch && *mimetype == PVMF_JITTERBUFFER_MIMETYPE) in DoQueryUuid() 2355 || (!exactmatch && *mimetype == PVMF_JITTERBUFFER_BASEMIMETYPE)) in DoQueryUuid()
|
/external/opencore/nodes/streaming/medialayernode/src/ |
D | pvmf_medialayer_node.cpp | 800 bool exactmatch; in DoQueryUuid() local 801 aCmd.PVMFMediaLayerNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid() 814 || (!exactmatch && *mimetype == PVMF_MEDIALAYER_MIMETYPE) in DoQueryUuid() 815 || (!exactmatch && *mimetype == PVMF_MEDIALAYER_BASEMIMETYPE)) in DoQueryUuid()
|
/external/opencore/nodes/pvmediainputnode/src/ |
D | pvmf_media_input_node.cpp | 922 bool exactmatch; in DoQueryUuid() local 923 aCmd.PvmfMediaInputNodeCmdBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid()
|
/external/opencore/nodes/pvcommsionode/src/ |
D | pv_comms_io_node.cpp | 932 bool exactmatch; in DoQueryUuid() local 933 aCmd.PVCommsIONodeCmdBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid()
|
/external/opencore/nodes/pvmediaoutputnode/src/ |
D | pv_media_output_node.cpp | 1065 bool exactmatch; in DoQueryUuid() local 1066 aCmd.PVMediaOutputNodeCmdBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid()
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 2327 bool exactmatch; in DoQueryUuid() local 2328 aCmd.PVMFOMXBaseDecNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid() 2337 || (!exactmatch && *mimetype == PVMF_OMX_VIDEO_DEC_NODE_MIMETYPE) in DoQueryUuid() 2338 || (!exactmatch && *mimetype == PVMF_BASEMIMETYPE)) in DoQueryUuid()
|
/external/opencore/nodes/pvsocketnode/src/ |
D | pvmf_socket_node.cpp | 3296 bool exactmatch; in DoQueryUuid() local 3297 aCmd.PVMFSocketNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid() 3306 || (!exactmatch && *mimetype == PVMF_SOCKET_NODE_MIMETYPE) in DoQueryUuid() 3307 || (!exactmatch && *mimetype == PVMF_SOCKET_NODE_BASEMIMETYPE)) in DoQueryUuid()
|
/external/opencore/protocols/rtsp_client_engine/src/ |
D | pvrtsp_client_engine_node.cpp | 4152 bool exactmatch; in DoQueryUuid() local 4153 aCmd.PVRTSPEngineCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid() 4161 || (!exactmatch && *mimetype == PVMF_RTSPENGINENODE_MIMETYPE) in DoQueryUuid() 4162 || (!exactmatch && *mimetype == PVMF_RTSPENGINENODE_BASEMIMETYPE)) in DoQueryUuid()
|
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
D | pvmp4ffcn_node.cpp | 1319 bool exactmatch; in DoQueryUuid() local 1320 aCmd.Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid()
|
/external/opencore/nodes/pvwavffparsernode/src/ |
D | pvmf_wavffparser_node.cpp | 1001 bool exactmatch; in DoQueryUuid() local 1002 aCmd.PVMFWAVFFNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid()
|
/external/opencore/engines/adapters/player/framemetadatautility/src/ |
D | pv_frame_metadata_utility.cpp | 1539 bool exactmatch; in DoQueryUUID() local 1543 exactmatch = aCmd.GetParam(2).bool_value; in DoQueryUUID() 1554 …cmdstatus = DoPlayerQueryUUID(aCmd.GetCmdId(), aCmd.GetContext(), *mimetype, *uuidvec, exactmatch); in DoQueryUUID()
|
/external/opencore/nodes/pvprotocolenginenode/base/src/ |
D | pvmf_protocol_engine_node.cpp | 803 bool exactmatch; in DoQueryUuid() local 804 aCmd.PVMFProtocolEngineNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid()
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
D | pvmf_mp3ffparser_node.cpp | 866 bool exactmatch; in DoQueryUuid() local 867 aCmd.PVMFMP3FFParserNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid()
|
/external/opencore/nodes/pvdownloadmanagernode/src/ |
D | pvmf_downloadmanager_node.cpp | 1486 bool exactmatch; in DoQueryUuid() local 1487 aCmd.PVMFDownloadManagerNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid()
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_node.cpp | 2076 bool exactmatch; in DoQueryUuid() local 2077 aCmd.PVMFAACFFParserNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid()
|
/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_node.cpp | 1400 bool exactmatch; in DoQueryUuid() local 1401 aCmd.PVMFAMRFFNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid()
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 7906 bool exactmatch; in DoQueryUuid() local 7907 aCmd.PVMFOMXEncNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid() 7916 || (!exactmatch && *mimetype == PVMF_OMX_ENC_NODE_MIMETYPE) in DoQueryUuid() 7917 || (!exactmatch && *mimetype == PVMF_BASEMIMETYPE)) in DoQueryUuid()
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node.cpp | 1837 bool exactmatch; in DoQueryUuid() local 1838 aCmd.PVMFMP4FFParserNodeCommandBase::Parse(mimetype, uuidvec, exactmatch); in DoQueryUuid()
|
/external/opencore/engines/player/src/ |
D | pv_player_engine.cpp | 4215 bool exactmatch; in DoQueryUUID() local 4219 exactmatch = aCmd.GetParam(2).bool_value; in DoQueryUUID()
|