Searched refs:aSourceDataStreamFactory (Results 1 – 15 of 15) sorted by relevance
/external/opencore/pvmi/recognizer/plugins/pvmp4ffrecognizer/src/ |
D | pvmp4ffrec_plugin.cpp | 32 PVMFStatus PVMP4FFRecognizerPlugin::Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMF… in Recognize() argument 41 OSCL_TRY(leavecode, ismp4file = MP4FileRecognizer::IsMP4File(&aSourceDataStreamFactory)); in Recognize()
|
D | pvmp4ffrec_plugin.h | 38 …PVMFStatus Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFRecognizerMIMEStringList…
|
/external/opencore/pvmi/recognizer/plugins/pvmp3ffrecognizer/src/ |
D | pvmp3ffrec_plugin.cpp | 36 PVMFStatus PVMP3FFRecognizerPlugin::Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMF… in Recognize() argument 51 eSuccess = mp3File->IsMp3File(tmpfilename, &aSourceDataStreamFactory, initSearchSize); in Recognize()
|
D | pvmp3ffrec_plugin.h | 38 …PVMFStatus Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFRecognizerMIMEStringList…
|
/external/opencore/pvmi/recognizer/plugins/pvaacffrecognizer/src/ |
D | pvaacffrec_plugin.cpp | 34 PVAACFFRecognizerPlugin::Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, in Recognize() argument 48 ParserErrorCode retVal = aacfile->IsAACFile(tmpfilename, NULL, &aSourceDataStreamFactory); in Recognize()
|
D | pvaacffrec_plugin.h | 38 …PVMFStatus Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFRecognizerMIMEStringList…
|
/external/opencore/pvmi/recognizer/plugins/pvamrffrecognizer/src/ |
D | pvamrffrec_plugin.cpp | 31 PVMFStatus PVAMRFFRecognizerPlugin::Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMF… in Recognize() argument 38 pvfile.SetCPM(&aSourceDataStreamFactory); in Recognize()
|
D | pvamrffrec_plugin.h | 40 PVMFStatus Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory,
|
/external/opencore/pvmi/recognizer/plugins/pvwavffrecognizer/src/ |
D | pvwavffrec_plugin.cpp | 31 PVMFStatus PVWAVFFRecognizerPlugin::Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory, PVMF… in Recognize() argument 38 pvfile.SetCPM(&aSourceDataStreamFactory); in Recognize()
|
D | pvwavffrec_plugin.h | 40 PVMFStatus Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory,
|
/external/opencore/pvmi/recognizer/src/ |
D | pvmf_recognizer_registry.cpp | 143 …try::Recognize(PVMFSessionId aSessionId, PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFReco… in Recognize() argument 149 …return pvrecregimpl->Recognize(aSessionId, aSourceDataStreamFactory, aFormatHint, aRecognizerResul… in Recognize()
|
D | pvmf_recognizer_registry_impl.cpp | 165 …mpl::Recognize(PVMFSessionId aSessionId, PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFReco… in Recognize() argument 195 paramval.pOsclAny_value = (OsclAny*) & aSourceDataStreamFactory; in Recognize()
|
D | pvmf_recognizer_registry_impl.h | 321 …ndId Recognize(PVMFSessionId aSessionId, PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFReco…
|
/external/opencore/pvmi/recognizer/include/ |
D | pvmf_recognizer_registry.h | 167 …ndId Recognize(PVMFSessionId aSessionId, PVMFDataStreamFactory& aSourceDataStreamFactory, PVMFReco…
|
D | pvmf_recognizer_plugin.h | 100 virtual PVMFStatus Recognize(PVMFDataStreamFactory& aSourceDataStreamFactory,
|