Home
last modified time | relevance | path

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

/external/opencore/pvmi/recognizer/plugins/pvmp4ffrecognizer/src/
Dpvmp4ffrec_plugin.cpp32 PVMFStatus PVMP4FFRecognizerPlugin::Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMF… in Recognize() argument
41 OSCL_TRY(leavecode, ismp4file = MP4FileRecognizer::IsMP4File(&aSourceDataStreamFactory)); in Recognize()
Dpvmp4ffrec_plugin.h38 …PVMFStatus Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFRecognizerMIMEStringList…
/external/opencore/pvmi/recognizer/plugins/pvmp3ffrecognizer/src/
Dpvmp3ffrec_plugin.cpp36 PVMFStatus PVMP3FFRecognizerPlugin::Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMF… in Recognize() argument
51 eSuccess = mp3File->IsMp3File(tmpfilename, &aSourceDataStreamFactory, initSearchSize); in Recognize()
Dpvmp3ffrec_plugin.h38 …PVMFStatus Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFRecognizerMIMEStringList…
/external/opencore/pvmi/recognizer/plugins/pvaacffrecognizer/src/
Dpvaacffrec_plugin.cpp34 PVAACFFRecognizerPlugin::Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, in Recognize() argument
48 ParserErrorCode retVal = aacfile->IsAACFile(tmpfilename, NULL, &aSourceDataStreamFactory); in Recognize()
Dpvaacffrec_plugin.h38 …PVMFStatus Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFRecognizerMIMEStringList…
/external/opencore/pvmi/recognizer/plugins/pvamrffrecognizer/src/
Dpvamrffrec_plugin.cpp31 PVMFStatus PVAMRFFRecognizerPlugin::Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMF… in Recognize() argument
38 pvfile.SetCPM(&aSourceDataStreamFactory); in Recognize()
Dpvamrffrec_plugin.h40 PVMFStatus Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory,
/external/opencore/pvmi/recognizer/plugins/pvwavffrecognizer/src/
Dpvwavffrec_plugin.cpp31 PVMFStatus PVWAVFFRecognizerPlugin::Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMF… in Recognize() argument
38 pvfile.SetCPM(&aSourceDataStreamFactory); in Recognize()
Dpvwavffrec_plugin.h40 PVMFStatus Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory,
/external/opencore/pvmi/recognizer/src/
Dpvmf_recognizer_registry.cpp143 …try::Recognize(PVMFSessionId aSessionId, PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFReco… in Recognize() argument
149 …return pvrecregimpl->Recognize(aSessionId, aSourceDataStreamFactory, aFormatHint, aRecognizerResul… in Recognize()
Dpvmf_recognizer_registry_impl.cpp165 …mpl::Recognize(PVMFSessionId aSessionId, PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFReco… in Recognize() argument
195 paramval.pOsclAny_value = (OsclAny*) & aSourceDataStreamFactory; in Recognize()
Dpvmf_recognizer_registry_impl.h321 …ndId Recognize(PVMFSessionId aSessionId, PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFReco…
/external/opencore/pvmi/recognizer/include/
Dpvmf_recognizer_registry.h167 …ndId Recognize(PVMFSessionId aSessionId, PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFReco…
Dpvmf_recognizer_plugin.h100 virtual PVMFStatus Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory,