/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_port.cpp | 66 OSCL_EXPORT_REF bool PVMFOMXDecPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 72 isSupported = ((aFmt == PVMF_MIME_YUV420) || in IsFormatSupported() 73 (aFmt == PVMF_MIME_H264_VIDEO_RAW) || in IsFormatSupported() 74 (aFmt == PVMF_MIME_H264_VIDEO_MP4) || in IsFormatSupported() 75 (aFmt == PVMF_MIME_H264_VIDEO) || in IsFormatSupported() 76 (aFmt == PVMF_MIME_M4V) || in IsFormatSupported() 77 (aFmt == PVMF_MIME_H2631998) || in IsFormatSupported() 78 (aFmt == PVMF_MIME_H2632000) || in IsFormatSupported() 79 (aFmt == PVMF_MIME_WMV) in IsFormatSupported() 84 isSupported = ((aFmt == PVMF_MIME_PCM16) || in IsFormatSupported() [all …]
|
/external/opencore/nodes/pvwavffparsernode/src/ |
D | pvmf_wavffparser_port.cpp | 45 bool PVMFWAVFFParserOutPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 47 if ((aFmt == PVMF_MIME_PCM || in IsFormatSupported() 48 aFmt == PVMF_MIME_PCM8 || in IsFormatSupported() 49 aFmt == PVMF_MIME_PCM16 || in IsFormatSupported() 50 aFmt == PVMF_MIME_PCM16_BE || in IsFormatSupported() 51 aFmt == PVMF_MIME_ULAW || in IsFormatSupported() 52 aFmt == PVMF_MIME_ALAW)) in IsFormatSupported()
|
/external/opencore/nodes/pvdummyinputnode/src/ |
D | pvmf_fileinput_port.cpp | 345 bool PVMFFileDummyInputPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 347 return ((aFmt == PVMF_MIME_YUV420) || in IsFormatSupported() 348 (aFmt == PVMF_MIME_RGB16) || in IsFormatSupported() 349 (aFmt == PVMF_MIME_M4V) || in IsFormatSupported() 350 (aFmt == PVMF_MIME_WMV) || in IsFormatSupported() 351 (aFmt == PVMF_MIME_WMA) || in IsFormatSupported() 352 (aFmt == PVMF_MIME_H2632000) || in IsFormatSupported() 353 (aFmt == PVMF_MIME_AMR_IF2) || in IsFormatSupported() 354 (aFmt == PVMF_MIME_AMR_IETF) || in IsFormatSupported() 355 (aFmt == PVMF_MIME_PCM16) || in IsFormatSupported() [all …]
|
/external/opencore/nodes/pvfileoutputnode/src/ |
D | pvmf_fileoutput_inport.cpp | 266 bool PVMFFileOutputInPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 268 if ((aFmt == PVMF_MIME_AMR_IETF) || in IsFormatSupported() 269 (aFmt == PVMF_MIME_AMRWB_IETF) || in IsFormatSupported() 270 (aFmt == PVMF_MIME_AMR) || in IsFormatSupported() 271 (aFmt == PVMF_MIME_AMR_IF2) || in IsFormatSupported() 272 (aFmt == PVMF_MIME_ADTS) || in IsFormatSupported() 273 (aFmt == PVMF_MIME_MPEG4_AUDIO) || in IsFormatSupported() 274 (aFmt == PVMF_MIME_LATM) || in IsFormatSupported() 275 (aFmt == PVMF_MIME_M4V) || in IsFormatSupported() 276 (aFmt == PVMF_MIME_H2631998) || in IsFormatSupported() [all …]
|
/external/opencore/nodes/pvdummyoutputnode/src/ |
D | pvmf_dummy_fileoutput_inport.cpp | 267 bool PVMFDummyFileOutputInPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 269 return ((aFmt == PVMF_MIME_AMR_IF2) || in IsFormatSupported() 270 (aFmt == PVMF_MIME_ADTS) || in IsFormatSupported() 271 (aFmt == PVMF_MIME_MPEG4_AUDIO) || in IsFormatSupported() 272 (aFmt == PVMF_MIME_LATM) || in IsFormatSupported() 273 (aFmt == PVMF_MIME_M4V) || in IsFormatSupported() 274 (aFmt == PVMF_MIME_H2632000) || in IsFormatSupported() 275 (aFmt == PVMF_MIME_PCM) || in IsFormatSupported() 276 (aFmt == PVMF_MIME_PCM8) || in IsFormatSupported() 277 (aFmt == PVMF_MIME_PCM16) || in IsFormatSupported() [all …]
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_outport.cpp | 70 bool PVMFMP4FFParserOutPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 72 if (aFmt == PVMF_MIME_M4V || in IsFormatSupported() 73 aFmt == PVMF_MIME_H2631998 || in IsFormatSupported() 74 aFmt == PVMF_MIME_H2632000 || in IsFormatSupported() 75 aFmt == PVMF_MIME_H264_VIDEO_MP4 || in IsFormatSupported() 76 aFmt == PVMF_MIME_MPEG4_AUDIO || in IsFormatSupported() 77 aFmt == PVMF_MIME_AMR_IETF || in IsFormatSupported() 78 aFmt == PVMF_MIME_3GPP_TIMEDTEXT) in IsFormatSupported()
|
/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_port.cpp | 45 bool PVMFAMRFFParserOutPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 48 if (aFmt == PVMF_MIME_AMR_IETF || aFmt == PVMF_MIME_AMR_IF2 || aFmt == PVMF_MIME_AMRWB_IETF) in IsFormatSupported()
|
/external/opencore/nodes/pvvideoparsernode/src/ |
D | pvmf_videoparser_port.cpp | 73 bool PVMFVideoParserPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 75 … return ((aFmt == PVMF_MIME_M4V) || (aFmt == PVMF_MIME_H2631998) || (aFmt == PVMF_MIME_H2632000)); in IsFormatSupported()
|
/external/opencore/nodes/pvprotocolenginenode/base/src/ |
D | pvmf_protocol_engine_port.cpp | 71 bool PVMFProtocolEnginePort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 74 if (aFmt == PVMF_MIME_INET_TCP) in IsFormatSupported()
|
/external/opencore/nodes/pvsocketnode/src/ |
D | pvmf_socket_port.cpp | 68 bool PVMFSocketPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 71 if ((aFmt == PVMF_MIME_INET_UDP) || (aFmt == PVMF_MIME_INET_TCP)) in IsFormatSupported()
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_outport.cpp | 52 bool PVMFAACFFParserOutPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 55 if (aFmt == PVMF_MIME_MPEG4_AUDIO || in IsFormatSupported() 56 aFmt == PVMF_MIME_ADIF) in IsFormatSupported()
|
/external/opencore/nodes/pvloopbacknode/src/ |
D | pvmf_loopback_ioport.cpp | 90 bool PVMFLoopbackIOPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 92 OSCL_UNUSED_ARG(aFmt); in IsFormatSupported()
|
/external/opencore/protocols/rtsp_client_engine/src/ |
D | pvrtsp_client_engine_port.cpp | 70 bool PVMFRTSPPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 73 if (aFmt == PVMF_MIME_INET_TCP) in IsFormatSupported()
|
/external/opencore/nodes/pvclientserversocketnode/src/ |
D | pvmf_clientserver_socket_port.cpp | 74 bool PVMFClientServerSocketPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 76 if (aFmt == PVMF_MIME_INET_TCP) in IsFormatSupported()
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
D | pvmf_mp3ffparser_outport.cpp | 87 bool PVMFMP3FFParserPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 90 if (aFmt == PVMF_MIME_MP3) in IsFormatSupported()
|
/external/opencore/nodes/pvdummyinputnode/include/ |
D | pvmf_fileinput_port.h | 124 bool IsFormatSupported(PVMFFormatType aFmt);
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_port.cpp | 56 bool PVMFOMXEncPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 62 if (aFmt == *it) in IsFormatSupported() 70 if (aFmt == *it) in IsFormatSupported()
|
/external/opencore/nodes/pvmediaoutputnode/src/ |
D | pv_media_output_node_inport.cpp | 908 bool PVMediaOutputNodePort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument 918 kvpFormatType.value.pChar_value = (char*)aFmt.getMIMEStrPtr(); in IsFormatSupported()
|