OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PvmiMIOFileInputFactory
(Results
1 - 4
of
4
) sorted by null
/external/opencore/engines/2way/test/src/
test_engine.cpp
440
iAudioSourceIOControl =
PvmiMIOFileInputFactory
::Create(iAudioSourceFileSettings);
448
iAudioSourceRawIOControl =
PvmiMIOFileInputFactory
::Create(iAudioSourceRawFileSettings);
456
iAudioSource2IOControl =
PvmiMIOFileInputFactory
::Create(iAudioSource2FileSettings);
465
iAudioSource3IOControl =
PvmiMIOFileInputFactory
::Create(iAudioSource3FileSettings);
490
iVideoSourceYUVIOControl =
PvmiMIOFileInputFactory
::Create(iVideoSourceYUVFileSettings);
503
iVideoSourceH263IOControl =
PvmiMIOFileInputFactory
::Create(iVideoSourceH263FileSettings);
515
iVideoSourceM4VIOControl =
PvmiMIOFileInputFactory
::Create(iVideoSourceM4VFileSettings);
576
PvmiMIOFileInputFactory
::Delete(iAudioSourceIOControl);
582
PvmiMIOFileInputFactory
::Delete(iAudioSourceRawIOControl);
588
PvmiMIOFileInputFactory
::Delete(iAudioSource2IOControl)
[
all
...]
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/include/
pvmi_mio_fileinput_factory.h
107
class
PvmiMIOFileInputFactory
/external/opencore/engines/author/test/src/single_core/
pvaetestinput.cpp
137
PvmiMIOFileInputFactory
::Delete(iMediaInput);
310
iMediaInput =
PvmiMIOFileInputFactory
::Create(iSettings);
314
(0, "PVAETestInput::CreateMIOInputNode: Error -
PvmiMIOFileInputFactory
::Create failed"));
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
pvmi_mio_fileinput.cpp
56
OSCL_EXPORT_REF PvmiMIOControl*
PvmiMIOFileInputFactory
::Create(const PvmiMIOFileInputSettings& aSettings)
63
OSCL_EXPORT_REF bool
PvmiMIOFileInputFactory
::Delete(PvmiMIOControl* aMio)
[
all
...]
Completed in 261 milliseconds