/external/opencore/engines/author/test/src/single_core/ |
D | pvaetestinput.cpp | 88 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 …]
|
D | pvaetestinput.h | 161 … 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/ |
D | sort-Xcode-project-file | 151 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/ |
D | pvmf_cpmplugin_contentmanagement_interface.h | 364 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,
|
D | pvmf_cpmplugin_interface.h | 186 virtual PVMFStatus GetCPMContentFilename(OSCL_wString& aFileName) in GetCPMContentFilename() argument 188 OSCL_UNUSED_ARG(aFileName); in GetCPMContentFilename()
|
/external/opencore/protocols/systems/tools/general/common/include/ |
D | pvmf_file_data_sink.h | 58 bool OpenFile(char *aFileName) in OpenFile() argument 60 iWriteFile = fopen(aFileName, "wb"); in OpenFile()
|
D | pvmf_file_data_source.h | 71 bool OpenFile(char *aFileName) in OpenFile() argument 73 iReadFile = fopen(aFileName, "rb"); in OpenFile()
|
/external/opencore/nodes/pvdownloadmanagernode/src/ |
D | pvmf_filebufferdatastream_factory.cpp | 39 …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/ |
D | pvmf_dummy_fileoutput_factory.cpp | 53 …ce* PVMFDummyFileOutputNodeFactory::CreateDummyFileOutput(OSCL_wString &aFileName, PVMFFormatType … in CreateDummyFileOutput() argument 62 ((PVMFDummyFileOutputNode *)node)->iOutputFileName = aFileName.get_cstr(); in CreateDummyFileOutput()
|
/external/opencore/nodes/pvfileoutputnode/src/ |
D | pvmf_fileoutput_factory.cpp | 53 …FNodeInterface* PVFileOutputNodeFactory::CreateFileOutput(OSCL_wString &aFileName, PVMFFormatType … in CreateFileOutput() argument 62 ((PVMFFileOutputNode *)node)->iOutputFileName = aFileName.get_cstr(); in CreateFileOutput()
|
/external/opencore/nodes/pvdownloadmanagernode/include/ |
D | pvmf_filebufferdatastream_factory.h | 68 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/ |
D | pv_avifile.cpp | 32 …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/ |
D | pvmi_datastreamsyncinterface_ref_impl.cpp | 25 …* 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()
|
D | pvmi_datastreamsyncinterface_ref_factory.cpp | 22 …MIDataStreamSyncInterfaceRefFactory::PVMIDataStreamSyncInterfaceRefFactory(OSCL_wString& aFileName) in PVMIDataStreamSyncInterfaceRefFactory() argument 24 iFileName = aFileName; in PVMIDataStreamSyncInterfaceRefFactory()
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
D | pvdl_config_file.h | 54 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/ |
D | pvmi_media_io_fileoutput.h | 177 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/ |
D | pvmi_datastreamsyncinterface_ref_impl.h | 40 … static PVMIDataStreamSyncInterface* CreateDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName); 162 PVMIDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName);
|
D | pvmi_datastreamsyncinterface_ref_factory.h | 37 OSCL_IMPORT_REF PVMIDataStreamSyncInterfaceRefFactory(OSCL_wString& aFileName);
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmi_datastreamsyncinterface_ref_impl.h | 40 … static PVMIDataStreamSyncInterface* CreateDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName); 162 PVMIDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName);
|
D | pvmi_datastreamsyncinterface_ref_factory.h | 37 OSCL_IMPORT_REF PVMIDataStreamSyncInterfaceRefFactory(OSCL_wString& aFileName);
|
/external/opencore/nodes/pvdummyoutputnode/include/ |
D | pvmf_dummy_fileoutput_config.h | 81 virtual PVMFStatus SetOutputFileName(const OSCL_wString& aFileName) = 0;
|
D | pvmf_dummy_fileoutput_factory.h | 69 …OSCL_IMPORT_REF static PVMFNodeInterface* CreateDummyFileOutput(OSCL_wString &aFileName, PVMFForma…
|
/external/opencore/nodes/pvfileoutputnode/include/ |
D | pvmf_fileoutput_config.h | 79 virtual PVMFStatus SetOutputFileName(const OSCL_wString& aFileName) = 0;
|
D | pvmf_fileoutput_factory.h | 69 …OSCL_IMPORT_REF static PVMFNodeInterface* CreateFileOutput(OSCL_wString &aFileName, PVMFFormatType…
|
/external/opencore/engines/author/test/src/ |
D | test_pv_mediainput_author_engine.h | 168 int32 CreateMIOInputNode(bool aRecMode, PVMFFormatType aType, const OSCL_wString& aFileName) in CreateMIOInputNode() argument 170 OSCL_UNUSED_ARG(aFileName); in CreateMIOInputNode()
|