Searched refs:CAST_STREAM_INT_IGNORE (Results 1 - 8 of 8) sorted by relevance
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/ |
H A D | cast_stream_manager_client.cpp | 350 playerListener->OnPositionChanged(position, CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in AutoUpdateCurPosition() 394 playerListener->OnPositionChanged(GetPosition(), CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in ProcessActionPlayerStatusChanged() local 399 playerListener->OnPositionChanged(GetPosition(), CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in ProcessActionPlayerStatusChanged() local 455 if (duration != CAST_STREAM_INT_IGNORE) { in ProcessActionPositionChanged() 458 if (bufferPosition != CAST_STREAM_INT_IGNORE) { in ProcessActionPositionChanged() 461 if (position != CAST_STREAM_INT_IGNORE) { in ProcessActionPositionChanged() 466 if (position != CAST_STREAM_INT_IGNORE) { in ProcessActionPositionChanged() [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/ |
H A D | cast_stream_manager_client.cpp | 350 playerListener->OnPositionChanged(position, CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in AutoUpdateCurPosition() 394 playerListener->OnPositionChanged(GetPosition(), CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in ProcessActionPlayerStatusChanged() local 399 playerListener->OnPositionChanged(GetPosition(), CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in ProcessActionPlayerStatusChanged() local 455 if (duration != CAST_STREAM_INT_IGNORE) { in ProcessActionPositionChanged() 458 if (bufferPosition != CAST_STREAM_INT_IGNORE) { in ProcessActionPositionChanged() 461 if (position != CAST_STREAM_INT_IGNORE) { in ProcessActionPositionChanged() 466 if (position != CAST_STREAM_INT_IGNORE) { in ProcessActionPositionChanged() [all...] |
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/include/ |
H A D | cast_stream_common.h | 27 constexpr int32_t CAST_STREAM_INT_IGNORE = -1; member
|
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/include/ |
H A D | cast_stream_common.h | 27 constexpr int32_t CAST_STREAM_INT_IGNORE = -1; member
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/ |
H A D | cast_stream_player.cpp | 239 OnPositionChanged(extra, CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in OnInfo() 247 OnPositionChanged(CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE, extra); in OnInfo() 340 if (position != CAST_STREAM_INT_IGNORE && GetPlayerStatus() == PlayerStates::PLAYER_STARTED) { in OnPositionChanged() 342 targetCallback->NotifyPeerPositionChanged(position, CAST_STREAM_INT_IGNORE, duration); in OnPositionChanged() 370 OnPositionChanged(CAST_STREAM_INT_IGNORE, bufferCachedDuration, CAST_STREAM_INT_IGNORE); in OnBufferChanged() 655 targetCallback->NotifyPeerPositionChanged(position, CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in AutoSyncPosition() [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/ |
H A D | cast_stream_player.cpp | 239 OnPositionChanged(extra, CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in OnInfo() 247 OnPositionChanged(CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE, extra); in OnInfo() 340 if (position != CAST_STREAM_INT_IGNORE && GetPlayerStatus() == PlayerStates::PLAYER_STARTED) { in OnPositionChanged() 342 targetCallback->NotifyPeerPositionChanged(position, CAST_STREAM_INT_IGNORE, duration); in OnPositionChanged() 370 OnPositionChanged(CAST_STREAM_INT_IGNORE, bufferCachedDuration, CAST_STREAM_INT_IGNORE); in OnBufferChanged() 655 targetCallback->NotifyPeerPositionChanged(position, CAST_STREAM_INT_IGNORE, CAST_STREAM_INT_IGNORE); in AutoSyncPosition() [all...] |
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/include/ |
H A D | local_data_source.h | 80 int64_t pos = CAST_STREAM_INT_IGNORE) override;
|
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/include/ |
H A D | local_data_source.h | 80 int64_t pos = CAST_STREAM_INT_IGNORE) override;
|
Completed in 7 milliseconds