Home
last modified time | relevance | path

Searched refs:PVPPBPOS_MODE_END_OF_CURRENT_PLAY_ELEMENT (Results 1 – 3 of 3) sorted by relevance

/external/opencore/engines/player/include/
Dpv_player_types.h105 PVPPBPOS_MODE_END_OF_CURRENT_PLAY_ELEMENT = 1, enumerator
/external/opencore/engines/player/src/
Dpv_player_engine.cpp466 case PVPPBPOS_MODE_END_OF_CURRENT_PLAY_ELEMENT: in SetPlaybackRange()
5697 case PVPPBPOS_MODE_END_OF_CURRENT_PLAY_ELEMENT: in DoSourceNodeSetDataSourcePositionDuringPlayback()
5724 else if (iCurrentBeginPosition.iMode == PVPPBPOS_MODE_END_OF_CURRENT_PLAY_ELEMENT) in DoSourceNodeSetDataSourcePositionDuringPlayback()
14078 if ((iCurrentBeginPosition.iMode != PVPPBPOS_MODE_END_OF_CURRENT_PLAY_ELEMENT) && in HandleSourceNodeSetDataSourcePositionDuringPlayback()
/external/opencore/engines/player/test/src/
Dtest_pv_player_engine_testset6.cpp694 start.iMode = PVPPBPOS_MODE_END_OF_CURRENT_PLAY_ELEMENT; in Run()