Home
last modified time | relevance | path

Searched refs:PVMF_MIME_ASFFF (Results 1 – 15 of 15) sorted by relevance

/external/opencore/engines/player/test/config/android/
Dtest_pv_player_engine_config.h72 #define LOCAL_TEST_FILE_WMA_FORMAT_TYPE PVMF_MIME_ASFFF
78 #define LOCAL_TEST_FILE_WMV_FORMAT_TYPE PVMF_MIME_ASFFF
90 #define LOCAL_TEST_FILE_ASF_FORMAT_TYPE PVMF_MIME_ASFFF
/external/opencore/pvmi/pvmf/include/
Dpvmf_format_type.h142 #define PVMF_MIME_ASFFF "x-pvmf/mux/asf" macro
/external/opencore/pvmi/pvmf/src/
Dpvmf_format_type.cpp144 (pv_mime_strcmp(iMimeStr.c_str(), PVMF_MIME_ASFFF) == 0) || in isFile()
/external/opencore/engines/player/config/core/
Dpv_player_node_registry_populator.cpp360 nodeinfo.iInputTypes.push_back(PVMF_MIME_ASFFF); in RegisterAllNodes()
/external/opencore/engines/player/test/src/
Dtest_pv_player_engine_testset12.cpp1235 … ((iSleepInState) && (oSeekEnable == true) && ((!iRolloverDone) || (iFileType == PVMF_MIME_ASFFF))) in CommandCompleted()
1245 …nable == true) && (!iRolloverDone)) || (((oSeekEnable == true)) && (iFileType == PVMF_MIME_ASFFF))) in CommandCompleted()
Dtest_pv_player_engine_testset7.cpp12294 if (iFileType == PVMF_MIME_ASFFF) in Run()
12304 iFileType = PVMF_MIME_ASFFF; in Run()
13003 if (iFileType == PVMF_MIME_ASFFF) in Run()
13013 iFileType = PVMF_MIME_ASFFF; in Run()
13644 if (iFileType == PVMF_MIME_ASFFF) in Run()
13654 iFileType = PVMF_MIME_ASFFF; in Run()
14377 if (iFileType == PVMF_MIME_ASFFF) in Run()
14387 iFileType = PVMF_MIME_ASFFF; in Run()
15139 if (iFileType == PVMF_MIME_ASFFF) in Run()
15149 iFileType = PVMF_MIME_ASFFF; in Run()
Dtest_pv_player_engine_testset11.cpp1157 if (iNumBufferingComplete || (iFileType == PVMF_MIME_ASFFF)) in CommandCompleted()
Dtest_pv_player_engine_testset9.cpp1097 if (iNumBufferingComplete || (iFileType == PVMF_MIME_ASFFF)) in CommandCompleted()
Dtest_pv_player_engine_testset10.cpp1152 if (iNumBufferingComplete || (iFileType == PVMF_MIME_ASFFF)) in CommandCompleted()
Dtest_pv_player_engine_testset13.cpp1299 if (iNumBufferingComplete || (iFileType == PVMF_MIME_ASFFF)) in CommandCompleted()
3450 if (iNumBufferingComplete || (iFileType == PVMF_MIME_ASFFF)) in CommandCompleted()
7713 if (iNumBufferingComplete || (iFileType == PVMF_MIME_ASFFF)) in CommandCompleted()
16941 if (iNumBufferingComplete || (iFileType == PVMF_MIME_ASFFF)) in CommandCompleted()
Dtest_pv_player_engine.cpp834 aInputFileFormatType = PVMF_MIME_ASFFF; in FindSourceFile()
/external/opencore/engines/adapters/player/framemetadatautility/test/src/
Dtest_pv_frame_metadata_utility.cpp387 aInputFileFormatType = PVMF_MIME_ASFFF; in FindSourceFile()
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
Dpvmf_cpmplugin_passthru_oma1.cpp316 if (aSourceFormat == PVMF_MIME_ASFFF || PVMF_MIME_DATA_SOURCE_MS_HTTP_STREAMING_URL) in SetSourceInitializationData()
/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_node.cpp96 iCapability.iInputFormatCapability.push_back(PVMF_MIME_ASFFF); in OSCL_DLL_ENTRY_POINT_DEFAULT()
99 iCapability.iOutputFormatCapability.push_back(PVMF_MIME_ASFFF); in OSCL_DLL_ENTRY_POINT_DEFAULT()
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_downloadmanager_node.cpp154 iCapability.iInputFormatCapability.push_back(PVMF_MIME_ASFFF); in ConstructL()
2931 else if (0 == oscl_CIstrcmp(recognizedStr, PVMF_MIME_ASFFF)) in RecognizerCommandCompleted()