HomeSort by relevance Sort by last modified time
    Searched refs:PVMFTimebase (Results 1 - 25 of 25) sorted by null

  /external/opencore/nodes/common/include/
pvmf_data_source_direction_control.h 84 PVMFTimebase* aTimebase = NULL,
pvmf_data_source_playback_control.h 254 PVMFTimebase* aTimebase = NULL,
  /external/opencore/engines/player/include/
pv_player_interface.h 534 * to an PVMFTimebase.
    [all...]
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node_internal.h 110 void Construct(PVMFSessionId aSessionId, int32 cmd, int32 aRate, PVMFTimebase* aTimebase, const OsclAny* aContext)
119 void Parse(int32& aRate, PVMFTimebase*& aTimebase)
122 aTimebase = (PVMFTimebase*)iParam2;
pvmf_mp3ffparser_node.h 473 PVMFTimebase* aTimebase = NULL,
pvmf_mp3ffparser_node.cpp     [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_media_clock.h 270 PVMFTimebase is a base class to obtain the timebase clock time.
272 as PVMFTimebase_Tickcount further below. PVMFTimebase is expected to return the time
275 class PVMFTimebase
279 virtual ~PVMFTimebase() {}
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
pvmf_sm_fsp_base_types.h 26 class PVMFTimebase;
170 PVMFTimebase* aTimebase,
181 void Parse(int32& aRate, PVMFTimebase*& aTimebase)
184 aTimebase = (PVMFTimebase*)iParam2;
pvmf_sm_fsp_base_impl.h 208 PVMFTimebase* aTimebase = NULL,
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.h 358 PVMFTimebase* aTimebase, OsclAny* aContext)
370 PVMFTimebase*& aTimebase)
375 aTimebase = (PVMFTimebase*)iParam4;
379 void Construct(PVMFSessionId s, int32 cmd, int32 aRate, PVMFTimebase* aTimebase, const OsclAny*aContext)
388 void Parse(int32& aRate, PVMFTimebase*& aTimebase)
391 aTimebase = (PVMFTimebase*)iParam2;
639 PVMFCommandId SetDataSourceRate(PVMFSessionId aSession, int32 aRate, PVMFTimebase* aTimebase = NULL, OsclAny* aContext = NULL);
641 PVMFTimestamp& aActualMediaDataTS, PVMFTimebase* aTimebase, OsclAny* aContext);
    [all...]
pvmf_mp4ffparser_node.cpp     [all...]
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.h 237 void Construct(PVMFSessionId s, int32 cmd, int32 aRate, PVMFTimebase* aTimebase, const OsclAny*aContext)
246 void Parse(int32& aRate, PVMFTimebase*& aTimebase)
249 aTimebase = (PVMFTimebase*)iParam2;
472 , PVMFTimebase* aTimebase = NULL
pvmf_amrffparser_node.cpp     [all...]
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.h 283 void Construct(PVMFSessionId s, int32 cmd, int32 aRate, PVMFTimebase* aTimebase, const OsclAny* aContext)
292 void Parse(int32& aRate, PVMFTimebase*& aTimebase)
295 aTimebase = (PVMFTimebase*)iParam2;
429 PVMFCommandId SetDataSourceRate(PVMFSessionId aSession, int32 aRate, PVMFTimebase* aTimebase = NULL, OsclAny* aContext = NULL);
pvmf_wavffparser_node.cpp     [all...]
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.h 561 void Construct(PVMFSessionId s, int32 cmd, int32 aRate, PVMFTimebase* aTimebase, const OsclAny*aContext)
570 void Parse(int32& aRate, PVMFTimebase*& aTimebase)
573 aTimebase = (PVMFTimebase*)iParam2;
798 , PVMFTimebase* aTimebase = NULL
    [all...]
pvmf_aacffparser_node.cpp 640 , PVMFTimebase* aTimebase
    [all...]
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_downloadmanager_node.h 218 void Construct(PVMFSessionId s, int32 cmd, int32 aRate, PVMFTimebase* aTimebase, const OsclAny*aContext)
227 void Parse(int32& aRate, PVMFTimebase*& aTimebase)
230 aTimebase = (PVMFTimebase*)iParam2;
686 PVMFCommandId SetDataSourceRate(PVMFSessionId aSessionId, int32 aRate, PVMFTimebase* aTimebase = NULL, OsclAny* aContext = NULL);
    [all...]
pvmf_downloadmanager_node.cpp     [all...]
  /external/opencore/engines/player/src/
pv_player_engine.h 923 PVCommandId SetPlaybackRate(int32 aRate, PVMFTimebase* aTimebase = NULL, const OsclAny* aContextData = NULL)
    [all...]
pv_player_engine.cpp 549 PVCommandId PVPlayerEngine::SetPlaybackRate(int32 aRate, PVMFTimebase* aTimebase, const OsclAny* aContextData)
564 PVCommandId PVPlayerEngine::GetPlaybackRate(int32& aRate, PVMFTimebase*& aTimebase, const OsclAny* aContextData)
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/src/
pvmf_streaming_manager_extension_interface.cpp 363 PVMFTimebase* aTimebase,
pvmf_streaming_manager_internal.h 431 PVMFTimebase* aTimebase = NULL,
  /external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp 176 OSCL_EXPORT_REF bool PVMFMediaClock::SetClockTimebase(PVMFTimebase& aTimebase)
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
pvmf_sm_fsp_base_impl.cpp 709 PVMFTimebase* aTimebase,
    [all...]

Completed in 192 milliseconds