HomeSort by relevance Sort by last modified time
    Searched full:ifilehandle (Results 1 - 25 of 33) sorted by null

1 2

  /external/opencore/fileformats/common/parser/src/
pvmi_datastreamsyncinterface_ref_factory.cpp 25 iFileHandle = NULL;
31 iFileHandle = aFileHandle;
55 if (iFileHandle)
57 datastreamptr = PVMIDataStreamSyncInterfaceRefImpl::CreateDataStreamSyncInterfaceRefImpl(iFileHandle);
pvmi_datastreamsyncinterface_ref_impl.cpp 50 iFileHandle = NULL;
60 iFileHandle = aFileHandle;
102 iFileObject = OSCL_NEW(Oscl_File, (OSCL_FILE_BUFFER_MAX_SIZE, iFileHandle));
105 if (iFileHandle)
147 if (!iFileHandle)
pvfile.cpp 134 if (iFileHandle)
216 iFile = OSCL_NEW(Oscl_File, (iOsclFileCacheParams.iCacheSize, iFileHandle));
227 if (iFileHandle)
  /external/opencore/nodes/common/include/
pvmf_local_data_source.h 47 : iFileHandle(aFileHandle)
56 , iFileHandle(source.iFileHandle)
86 OsclFileHandle* iFileHandle;
pvmf_streaming_data_source.h 53 : iFileHandle(aFileHandle)
61 , iFileHandle(source.iFileHandle)
91 OsclFileHandle* iFileHandle;
pvmf_source_context_data.h 61 iFileHandle = NULL;
108 OsclFileHandle* iFileHandle;
133 iFileHandle = aSrc.iFileHandle;
  /external/opencore/fileformats/common/parser/include/
pvfile.h 118 iFileHandle = a.iFileHandle;
141 iFileHandle = NULL;
168 iFileHandle = a;
184 iFileHandle = a.iFileHandle;
251 OsclFileHandle* iFileHandle;
pvmi_datastreamsyncinterface_ref_factory.h 53 OsclFileHandle* iFileHandle;
pvmi_datastreamsyncinterface_ref_impl.h 167 OsclFileHandle* iFileHandle;
  /external/opencore/pvmi/pvmf/include/
pvmi_datastreamsyncinterface_ref_factory.h 53 OsclFileHandle* iFileHandle;
pvmi_datastreamsyncinterface_ref_impl.h 167 OsclFileHandle* iFileHandle;
  /external/opencore/engines/author/test/src/
test_pv_author_engine_testset1.h 69 iFileHandle = NULL;
222 OsclFileHandle *iFileHandle;
test_pv_author_engine_testset5.h 68 iFileHandle = NULL;
124 OsclFileHandle *iFileHandle;
test_pv_author_engine_testset1.cpp 481 iFileHandle = OSCL_NEW(OsclFileHandle, (fp));
482 if (clipConfig->SetOutputFileDescriptor(iFileHandle) != PVMFSuccess)
    [all...]
test_pv_author_engine_testset5.cpp 373 iFileHandle = OSCL_NEW(OsclFileHandle, (fp));
374 if (clipConfig->SetOutputFileDescriptor(iFileHandle) != PVMFSuccess)
681 if (iFileHandle)
683 OSCL_DELETE(iFileHandle);
684 iFileHandle = NULL;
    [all...]
  /external/opencore/nodes/pvdownloadmanagernode/include/
pvmf_filebufferdatastream_factory.h 250 OsclFileHandle* iFileHandle;
402 OsclFileHandle* iFileHandle;
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.cpp 50 iFileHandle = NULL;
200 if (iFileHandle != NULL)
202 OSCL_ARRAY_DELETE(iFileHandle);
203 iFileHandle = NULL;
    [all...]
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_filebufferdatastream_factory.cpp 202 iFileHandle = NULL;
253 iFileObject = OSCL_NEW(Oscl_File, (OSCL_FILE_BUFFER_MAX_SIZE, iFileHandle));
255 iFileObject = OSCL_NEW(Oscl_File, (0, iFileHandle));
615 iFileHandle = NULL;
683 iFileObject->SetFileHandle(iFileHandle);
    [all...]
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.cpp 62 iFileHandle = NULL;
109 iFileHandle = NULL;
    [all...]
  /external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
pvmf_cpmplugin_passthru_oma1.cpp 112 iFileHandle = NULL;
327 iFileHandle=((PVMFLocalDataSource*)aSourceData)->iFileHandle;
331 iFileHandle=NULL;
    [all...]
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp 112 iFileHandle = NULL;
    [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset6.h 153 ifilehandle = NULL;
333 OsclFileHandle* ifilehandle; member in class:pvplayer_async_test_streamingopenplaystop
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_node.h 384 OsclFileHandle* iFileHandle;
  /external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/include/
pvmf_cpmplugin_passthru_oma1.h 331 OsclFileHandle* iFileHandle;
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp 141 iFileHandle = NULL;
682 if (opaqueData->iFileHandle)
684 iFileHandle = OSCL_NEW(OsclFileHandle, (*(opaqueData->iFileHandle)));
685 if (iFileHandle != NULL)
687 Oscl_File *fp = (Oscl_File*)iFileHandle;
694 iCPMSourceData.iFileHandle = iFileHandle;
728 if (cContext->iFileHandle)
730 iFileHandle = OSCL_NEW(OsclFileHandle, (*(cContext->iFileHandle)))
    [all...]

Completed in 716 milliseconds

1 2