Home
last modified time | relevance | path

Searched refs:aFmt (Results 1 – 18 of 18) sorted by relevance

/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_port.cpp66 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/
Dpvmf_wavffparser_port.cpp45 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/
Dpvmf_fileinput_port.cpp345 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/
Dpvmf_fileoutput_inport.cpp266 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/
Dpvmf_dummy_fileoutput_inport.cpp267 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/
Dpvmf_mp4ffparser_outport.cpp70 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/
Dpvmf_amrffparser_port.cpp45 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/
Dpvmf_videoparser_port.cpp73 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/
Dpvmf_protocol_engine_port.cpp71 bool PVMFProtocolEnginePort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument
74 if (aFmt == PVMF_MIME_INET_TCP) in IsFormatSupported()
/external/opencore/nodes/pvsocketnode/src/
Dpvmf_socket_port.cpp68 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/
Dpvmf_aacffparser_outport.cpp52 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/
Dpvmf_loopback_ioport.cpp90 bool PVMFLoopbackIOPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument
92 OSCL_UNUSED_ARG(aFmt); in IsFormatSupported()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_port.cpp70 bool PVMFRTSPPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument
73 if (aFmt == PVMF_MIME_INET_TCP) in IsFormatSupported()
/external/opencore/nodes/pvclientserversocketnode/src/
Dpvmf_clientserver_socket_port.cpp74 bool PVMFClientServerSocketPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument
76 if (aFmt == PVMF_MIME_INET_TCP) in IsFormatSupported()
/external/opencore/nodes/pvmp3ffparsernode/src/
Dpvmf_mp3ffparser_outport.cpp87 bool PVMFMP3FFParserPort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument
90 if (aFmt == PVMF_MIME_MP3) in IsFormatSupported()
/external/opencore/nodes/pvdummyinputnode/include/
Dpvmf_fileinput_port.h124 bool IsFormatSupported(PVMFFormatType aFmt);
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_port.cpp56 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/
Dpv_media_output_node_inport.cpp908 bool PVMediaOutputNodePort::IsFormatSupported(PVMFFormatType aFmt) in IsFormatSupported() argument
918 kvpFormatType.value.pChar_value = (char*)aFmt.getMIMEStrPtr(); in IsFormatSupported()