Home
last modified time | relevance | path

Searched refs:PVMF_MIME_ASF_MPEG4_AUDIO (Results 1 – 9 of 9) sorted by relevance

/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp145 iCapability.iInputFormatCapability.push_back(PVMF_MIME_ASF_MPEG4_AUDIO); in PVMFOMXAudioDecNode()
536 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_ASF_MPEG4_AUDIO || in HandlePortReEnable()
574 Format == PVMF_MIME_ASF_MPEG4_AUDIO || in HandlePortReEnable()
1011 aInputs.iMimeType == PVMF_MIME_ASF_MPEG4_AUDIO || in NegotiateComponentParameters()
1390 Format == PVMF_MIME_ASF_MPEG4_AUDIO || in NegotiateComponentParameters()
1480 Format == PVMF_MIME_ASF_MPEG4_AUDIO || in GetSetCodecSpecificInfo()
1549 else if (Format == PVMF_MIME_ASF_MPEG4_AUDIO) in GetSetCodecSpecificInfo()
1628 Format == PVMF_MIME_ASF_MPEG4_AUDIO || in GetSetCodecSpecificInfo()
1773 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_ASF_MPEG4_AUDIO || in InitDecoder()
3102 aInputs.iMimeType == PVMF_MIME_ASF_MPEG4_AUDIO || in DoCapConfigVerifyParameters()
[all …]
/external/opencore/pvmi/pvmf/include/
Dpvmf_format_type.h114 #define PVMF_MIME_ASF_MPEG4_AUDIO "x-pvmf/audio/asf-mpeg4-audio" macro
/external/opencore/pvmi/pvmf/src/
Dpvmf_format_type.cpp73 (pv_mime_strcmp(iMimeStr.c_str(), PVMF_MIME_ASF_MPEG4_AUDIO) == 0)) in isAudio()
/external/opencore/codecs_v2/utilities/pv_config_parser/src/
Dpv_audio_config_parser.cpp363 aInputs->iMimeType == PVMF_MIME_ASF_MPEG4_AUDIO || in OSCL_DLL_ENTRY_POINT_DEFAULT()
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_port.cpp89 (aFmt == PVMF_MIME_ASF_MPEG4_AUDIO) || in IsFormatSupported()
Dpvmf_omx_basedec_node.cpp3920 format == PVMF_MIME_ASF_MPEG4_AUDIO || in DoPrepare()
4017 format == PVMF_MIME_ASF_MPEG4_AUDIO || in DoPrepare()
/external/opencore/engines/player/config/core/
Dpv_player_node_registry_populator.cpp272 nodeinfo.iInputTypes.push_back(PVMF_MIME_ASF_MPEG4_AUDIO); in RegisterAllNodes()
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp1400 … aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_ASF_MPEG4_AUDIO; in getParametersSync()
2008 … (pv_mime_strcmp(aParameters[paramind].value.pChar_value, PVMF_MIME_ASF_MPEG4_AUDIO) == 0) || in verifyParametersSync()
/external/opencore/engines/player/src/
Dpv_player_engine.cpp1736 (pv_mime_strcmp(mimeString, PVMF_MIME_ASF_MPEG4_AUDIO) == 0) || in FindTrackForDatapathUsingMimeString()
1813 (pv_mime_strcmp(mimeString, PVMF_MIME_ASF_MPEG4_AUDIO) == 0) || in FindDatapathForTrackUsingMimeString()