Home
last modified time | relevance | path

Searched refs:aFileName (Results 1 – 25 of 47) sorted by relevance

12

/external/opencore/engines/author/test/src/single_core/
Dpvaetestinput.cpp88 int PVAETestInput::CreateInputNode(PVAETestInputType aType, const OSCL_wString& aFileName, AVTConfi… in CreateInputNode() argument
103 status = CreateMIOInputNode(aType, aFileName, iAVTConfig); in CreateInputNode()
166 bool PVAETestInput::CreateMIOInputNode(PVAETestInputType aType, const OSCL_wString& aFileName, AVTC… in CreateMIOInputNode() argument
173 if (aFileName.get_size() != 0) in CreateMIOInputNode()
175 iSettings.iFileName = aFileName; in CreateMIOInputNode()
181 if (aFileName.get_size() == 0) in CreateMIOInputNode()
194 if (aFileName.get_size() == 0) in CreateMIOInputNode()
207 if (aFileName.get_size() == 0) in CreateMIOInputNode()
220 if (aFileName.get_size() == 0) in CreateMIOInputNode()
232 if (aFileName.get_size() == 0) in CreateMIOInputNode()
[all …]
Dpvaetestinput.h161 … int CreateInputNode(PVAETestInputType aType, const OSCL_wString& aFileName, AVTConfig iAVTConfig);
199 …bool CreateMIOInputNode(PVAETestInputType aType, const OSCL_wString& aFileName, AVTConfig iAVTConf…
/external/webkit/WebKitTools/Scripts/
Dsort-Xcode-project-file151 my $aFileName = $1 if $a =~ /^\s*[A-Z0-9]{24} \/\* (.+) \*\/,$/;
153 my $aSuffix = $1 if $aFileName =~ m/\.([^.]+)$/;
155 …if ((!$aSuffix && !$isFile{$aFileName} && $bSuffix) || ($aSuffix && !$bSuffix && !$isFile{$bFileNa…
158 return lc($aFileName) cmp lc($bFileName);
164 my $aFileName = $1 if $a =~ /^\s*[A-Z0-9]{24} \/\* (.+) in /;
166 return lc($aFileName) cmp lc($bFileName);
/external/opencore/pvmi/content_policy_manager/plugins/common/include/
Dpvmf_cpmplugin_contentmanagement_interface.h364 OSCL_wString& aFileName) = 0;
376 OSCL_String& aFileName) = 0;
408 OSCL_wString& aFileName,
412 OSCL_String& aFileName,
416 OSCL_wString& aFileName,
420 OSCL_String& aFileName,
Dpvmf_cpmplugin_interface.h186 virtual PVMFStatus GetCPMContentFilename(OSCL_wString& aFileName) in GetCPMContentFilename() argument
188 OSCL_UNUSED_ARG(aFileName); in GetCPMContentFilename()
/external/opencore/protocols/systems/tools/general/common/include/
Dpvmf_file_data_sink.h58 bool OpenFile(char *aFileName) in OpenFile() argument
60 iWriteFile = fopen(aFileName, "wb"); in OpenFile()
Dpvmf_file_data_source.h71 bool OpenFile(char *aFileName) in OpenFile() argument
73 iReadFile = fopen(aFileName, "rb"); in OpenFile()
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_filebufferdatastream_factory.cpp39 …adDataStreamFactoryImpl::PVMFFileBufferDataStreamReadDataStreamFactoryImpl(OSCL_wString& aFileName) in PVMFFileBufferDataStreamReadDataStreamFactoryImpl() argument
41 iFileName = aFileName; in PVMFFileBufferDataStreamReadDataStreamFactoryImpl()
125 …eDataStreamFactoryImpl::PVMFFileBufferDataStreamWriteDataStreamFactoryImpl(OSCL_wString& aFileName) in PVMFFileBufferDataStreamWriteDataStreamFactoryImpl() argument
130 iFileName = aFileName; in PVMFFileBufferDataStreamWriteDataStreamFactoryImpl()
198 …ferReadDataStreamImpl(PVMFFileBufferWriteDataStreamImpl* aWriteDataStream, OSCL_wString& aFileName) in PVMFFileBufferReadDataStreamImpl() argument
206 iFileName = aFileName; in PVMFFileBufferReadDataStreamImpl()
612 PVMFFileBufferWriteDataStreamImpl::PVMFFileBufferWriteDataStreamImpl(OSCL_wString& aFileName) in PVMFFileBufferWriteDataStreamImpl() argument
619 iFileName = aFileName; in PVMFFileBufferWriteDataStreamImpl()
1173 PVMFFileBufferDataStream::PVMFFileBufferDataStream(OSCL_wString& aFileName) in PVMFFileBufferDataStream() argument
1176 …WriteDataStreamFactory = OSCL_NEW(PVMFFileBufferDataStreamWriteDataStreamFactoryImpl, (aFileName)); in PVMFFileBufferDataStream()
[all …]
/external/opencore/nodes/pvdummyoutputnode/src/
Dpvmf_dummy_fileoutput_factory.cpp53 …ce* PVMFDummyFileOutputNodeFactory::CreateDummyFileOutput(OSCL_wString &aFileName, PVMFFormatType … in CreateDummyFileOutput() argument
62 ((PVMFDummyFileOutputNode *)node)->iOutputFileName = aFileName.get_cstr(); in CreateDummyFileOutput()
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_factory.cpp53 …FNodeInterface* PVFileOutputNodeFactory::CreateFileOutput(OSCL_wString &aFileName, PVMFFormatType … in CreateFileOutput() argument
62 ((PVMFFileOutputNode *)node)->iOutputFileName = aFileName.get_cstr(); in CreateFileOutput()
/external/opencore/nodes/pvdownloadmanagernode/include/
Dpvmf_filebufferdatastream_factory.h68 OSCL_IMPORT_REF PVMFFileBufferDataStreamReadDataStreamFactoryImpl(OSCL_wString& aFileName);
100 OSCL_IMPORT_REF PVMFFileBufferDataStreamWriteDataStreamFactoryImpl(OSCL_wString& aFileName);
130 OSCL_wString& aFileName);
268 OSCL_IMPORT_REF PVMFFileBufferWriteDataStreamImpl(OSCL_wString& aFileName);
420 OSCL_IMPORT_REF PVMFFileBufferDataStream(OSCL_wString& aFileName);
/external/opencore/fileformats/avi/parser/src/
Dpv_avifile.cpp32 …File* PVAviFile::CreateAviFileParser(OSCL_wHeapString<OsclMemAllocator> aFileName, int32& aError, … in OSCL_DLL_ENTRY_POINT_DEFAULT()
39 OSCL_NEW(PVAviFileParser, (aFileName, aError, aFileServer, aCPM, aFileHandle)); in OSCL_DLL_ENTRY_POINT_DEFAULT()
/external/opencore/fileformats/common/parser/src/
Dpvmi_datastreamsyncinterface_ref_impl.cpp25 …* PVMIDataStreamSyncInterfaceRefImpl::CreateDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName) in CreateDataStreamSyncInterfaceRefImpl() argument
27 …aStreamSyncInterfaceRefImpl* newsyncif = OSCL_NEW(PVMIDataStreamSyncInterfaceRefImpl, (aFileName)); in CreateDataStreamSyncInterfaceRefImpl()
46 PVMIDataStreamSyncInterfaceRefImpl::PVMIDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName) in PVMIDataStreamSyncInterfaceRefImpl() argument
49 iFileName = aFileName; in PVMIDataStreamSyncInterfaceRefImpl()
Dpvmi_datastreamsyncinterface_ref_factory.cpp22 …MIDataStreamSyncInterfaceRefFactory::PVMIDataStreamSyncInterfaceRefFactory(OSCL_wString& aFileName) in PVMIDataStreamSyncInterfaceRefFactory() argument
24 iFileName = aFileName; in PVMIDataStreamSyncInterfaceRefFactory()
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvdl_config_file.h54 void SetConfigFileName(OSCL_wString &aFileName) in SetConfigFileName() argument
56 iConfigFileName = aFileName; in SetConfigFileName()
266 void SetDownloadFileName(OSCL_wString &aFileName) in SetDownloadFileName() argument
268 iDownloadFileName = aFileName; in SetDownloadFileName()
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
Dpvmi_media_io_fileoutput.h177 OSCL_IMPORT_REF PVRefFileOutput(const oscl_wchar* aFileName,
180 OSCL_IMPORT_REF PVRefFileOutput(const oscl_wchar* aFileName,
184 OSCL_IMPORT_REF PVRefFileOutput(const OSCL_wString& aFileName, bool logStrings = false);
187 OSCL_IMPORT_REF PVRefFileOutput(const OSCL_wString& aFileName
/external/opencore/fileformats/common/parser/include/
Dpvmi_datastreamsyncinterface_ref_impl.h40 … static PVMIDataStreamSyncInterface* CreateDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName);
162 PVMIDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName);
Dpvmi_datastreamsyncinterface_ref_factory.h37 OSCL_IMPORT_REF PVMIDataStreamSyncInterfaceRefFactory(OSCL_wString& aFileName);
/external/opencore/pvmi/pvmf/include/
Dpvmi_datastreamsyncinterface_ref_impl.h40 … static PVMIDataStreamSyncInterface* CreateDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName);
162 PVMIDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName);
Dpvmi_datastreamsyncinterface_ref_factory.h37 OSCL_IMPORT_REF PVMIDataStreamSyncInterfaceRefFactory(OSCL_wString& aFileName);
/external/opencore/nodes/pvdummyoutputnode/include/
Dpvmf_dummy_fileoutput_config.h81 virtual PVMFStatus SetOutputFileName(const OSCL_wString& aFileName) = 0;
Dpvmf_dummy_fileoutput_factory.h69 …OSCL_IMPORT_REF static PVMFNodeInterface* CreateDummyFileOutput(OSCL_wString &aFileName, PVMFForma…
/external/opencore/nodes/pvfileoutputnode/include/
Dpvmf_fileoutput_config.h79 virtual PVMFStatus SetOutputFileName(const OSCL_wString& aFileName) = 0;
Dpvmf_fileoutput_factory.h69 …OSCL_IMPORT_REF static PVMFNodeInterface* CreateFileOutput(OSCL_wString &aFileName, PVMFFormatType…
/external/opencore/engines/author/test/src/
Dtest_pv_mediainput_author_engine.h168 int32 CreateMIOInputNode(bool aRecMode, PVMFFormatType aType, const OSCL_wString& aFileName) in CreateMIOInputNode() argument
170 OSCL_UNUSED_ARG(aFileName); in CreateMIOInputNode()

12