HomeSort by relevance Sort by last modified time
    Searched refs:IsFormatSupported (Results 1 - 25 of 43) sorted by null

1 2

  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_port.h 64 bool IsFormatSupported(PVMFFormatType);
pvmf_protocol_engine_port.cpp 71 bool PVMFProtocolEnginePort::IsFormatSupported(PVMFFormatType aFmt)
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_port.h 75 bool IsFormatSupported(PVMFFormatType);
pvmf_wavffparser_port.cpp 45 bool PVMFWAVFFParserOutPort::IsFormatSupported(PVMFFormatType aFmt)
  /external/opencore/nodes/pvclientserversocketnode/include/
pvmf_clientserver_socket_port.h 100 bool IsFormatSupported(PVMFFormatType);
  /external/opencore/nodes/pvloopbacknode/include/
pvmf_loopback_ioport.h 84 bool IsFormatSupported(PVMFFormatType);
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_port.h 80 OSCL_IMPORT_REF bool IsFormatSupported(PVMFFormatType);
  /external/opencore/nodes/pvsocketnode/include/
pvmf_socket_port.h 108 bool IsFormatSupported(PVMFFormatType);
  /external/opencore/nodes/pvvideoparsernode/include/
pvmf_videoparser_port.h 69 bool IsFormatSupported(PVMFFormatType);
  /external/opencore/protocols/rtsp_client_engine/src/
pvrtsp_client_engine_port.h 114 bool IsFormatSupported(PVMFFormatType);
pvrtsp_client_engine_port.cpp 70 bool PVMFRTSPPort::IsFormatSupported(PVMFFormatType aFmt)
  /external/opencore/pvmi/pvmf/include/
pvmi_config_and_capability_utils.h 59 ** and must implement the IsFormatSupported and FormatUpdated
82 virtual bool IsFormatSupported(PVMFFormatType aFormat) = 0;
  /external/opencore/pvmi/pvmf/src/
pvmi_config_and_capability_utils.cpp 98 else if (IsFormatSupported(aParameters->value.pChar_value))
124 if (IsFormatSupported(aParameters->value.pChar_value))
  /external/opencore/nodes/pvdummyinputnode/include/
pvmf_fileinput_port.h 124 bool IsFormatSupported(PVMFFormatType aFmt);
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_inport.h 121 bool IsFormatSupported(PVMFFormatType);
pvmf_dummy_fileoutput_inport.cpp 267 bool PVMFDummyFileOutputInPort::IsFormatSupported(PVMFFormatType aFmt)
672 if (IsFormatSupported(aKvp->value.pChar_value))
685 if (IsFormatSupported(aKvp->value.pChar_value))
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_inport.h 118 bool IsFormatSupported(PVMFFormatType);
pvmf_fileoutput_inport.cpp 266 bool PVMFFileOutputInPort::IsFormatSupported(PVMFFormatType aFmt)
688 if (IsFormatSupported(aKvp->value.pChar_value))
701 if (IsFormatSupported(aKvp->value.pChar_value))
  /external/opencore/nodes/pvloopbacknode/src/
pvmf_loopback_ioport.cpp 90 bool PVMFLoopbackIOPort::IsFormatSupported(PVMFFormatType aFmt)
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_outport.h 95 bool IsFormatSupported(PVMFFormatType);
pvmf_mp3ffparser_outport.cpp 87 bool PVMFMP3FFParserPort::IsFormatSupported(PVMFFormatType aFmt)
  /external/opencore/nodes/pvomxencnode/include/
pvmf_omx_enc_port.h 71 bool IsFormatSupported(PVMFFormatType);
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_outport.h 92 bool IsFormatSupported(PVMFFormatType);
pvmf_aacffparser_outport.cpp 52 bool PVMFAACFFParserOutPort::IsFormatSupported(PVMFFormatType aFmt)
  /external/opencore/nodes/pvclientserversocketnode/src/
pvmf_clientserver_socket_port.cpp 74 bool PVMFClientServerSocketPort::IsFormatSupported(PVMFFormatType aFmt)

Completed in 633 milliseconds

1 2