Home
last modified time | relevance | path

Searched refs:Player (Results 1 – 25 of 44) sorted by relevance

12

/third_party/boost/libs/statechart/example/PingPong/
DPlayer.hpp79 struct Player;
91 Player, Waiting, MyScheduler, MyAllocator >::initiate_impl() {} in initiate_impl()
96 struct Player : sc::asynchronous_state_machine< struct
97 Player, Waiting, MyScheduler, MyAllocator >
100 Player( my_context ctx, unsigned int maxNoOfReturns ) : in Player() argument
DPlayer.cpp15 void Player::initiate_impl() in initiate_impl()
20 sc::state_machine< Player, Waiting, MyAllocator >::initiate(); in initiate_impl()
24 unsigned int Player::totalNoOfProcessedEvents_ = 0;
DPingPong.cpp128 scheduler1.create_processor< Player >( noOfEvents / 2 ); in main()
131 scheduler2.create_processor< Player >( noOfEvents / 2 ); in main()
146 const unsigned int prevCount = Player::TotalNoOfProcessedEvents(); in main()
166 1000000.0 / ( Player::TotalNoOfProcessedEvents() - prevCount ) in main()
DWaiting.hpp29 struct Waiting : sc::state< Waiting, Player >
/third_party/glib/gio/tests/desktop-files/usr/applications/
Dgnome-music.desktop7 GenericName=Music Player
9 GenericName[en_GB]=Music Player
21 Categories=GNOME;GTK;AudioVideo;Player;Audio;
Dtotem.desktop17 Keywords=Video;Movie;Film;Clip;Series;Player;DVD;TV;Disc;
20 Keywords[en_GB]=Video;Movie;Film;Clip;Series;Player;DVD;TV;Disc;
27 Categories=GTK;GNOME;AudioVideo;Player;Video;
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DPlayer.h32 class Player : public IRenderableAudio{
42 Player(std::shared_ptr<DataSource> source) in Player() function
DPlayer.cpp20 void Player::renderAudio(float *targetData, int32_t numFrames){ in renderAudio()
55 void Player::renderSilence(float *start, int32_t numSamples){ in renderSilence()
/third_party/boost/libs/statechart/example/
DJamfile.v262 : PingPong : PingPong Player : $(custom) ]
64 : PingPong : PingPong Player : $(custom) ]
66 : PingPong : PingPong Player : $(custom) <define>USE_TWO_THREADS ]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
DGame.h62 std::unique_ptr<Player> mClap;
63 std::unique_ptr<Player> mBackingTrack;
DGame.cpp222 mClap = std::make_unique<Player>(mClapSource); in setupAudioSources()
232 mBackingTrack = std::make_unique<Player>(backingTrackSource); in setupAudioSources()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dmeson.build29 c_args : gst_plugins_bad_args + ['-DBUILDING_GST_PLAYER', '-DG_LOG_DOMAIN="GStreamer-Player"'],
46 description : 'GStreamer Player convenience library',
/third_party/typescript/tests/cases/compiler/
DinferFromGenericFunctionReturnTypes3.ts154 type Player = { alias
160 type F = () => Promise<Array<Player>>;
/third_party/gstreamer/gstplugins_bad/docs/libs/player/
Dindex.md1 # Player Library
/third_party/skia/site/docs/user/modules/
Dskottie.md2 title: 'Skottie - Lottie Animation Player'
3 linkTitle: 'Skottie - Lottie Animation Player'
/third_party/typescript/tests/baselines/reference/
DinferFromGenericFunctionReturnTypes3.js151 type Player = {
157 type F = () => Promise<Array<Player>>;
DinferFromGenericFunctionReturnTypes3.symbols359 type Player = {
360 >Player : Symbol(Player, Decl(inferFromGenericFunctionReturnTypes3.ts, 145, 3))
373 type F = () => Promise<Array<Player>>;
377 >Player : Symbol(Player, Decl(inferFromGenericFunctionReturnTypes3.ts, 145, 3))
DinferFromGenericFunctionReturnTypes3.errors.txt162 type Player = {
168 type F = () => Promise<Array<Player>>;
/third_party/typescript/tests/dets/cases/
DstatusManagementOfPageLevelVariables.ets97 struct Player {
102 Text(`Player is playing`).fontSize(18)
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dmeson.build42 description : 'GStreamer Player convenience library',
/third_party/typescript/tests/dets/baselines/reference/
DstatusManagementOfPageLevelVariables.d.ets36 declare struct Player {
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/
DCMakeLists.txt16 src/main/cpp/audio/Player.cpp
DREADME.md50 …t class) represents objects which can produce frames of audio data. The `Player` and `Mixer` objec…
52 Both the clap sound and backing tracks are represented by `Player` objects which are then mixed tog…
/third_party/grpc/src/csharp/experimental/
DREADME.md32 1. Create a Unity project that targets .NET 4.x Equivalent (Edit -> Project Settings -> Player -> C…
/third_party/eudev/hwdb/
D20-usb-vendor-model.hwdb3879 ID_MODEL_FROM_DATABASE=SDAS-3 MP3 Player
4341 ID_MODEL_FROM_DATABASE=6120 Phone (Media-Player mode)
4518 ID_MODEL_FROM_DATABASE=Music Player HDR-1(tm)
4941 ID_MODEL_FROM_DATABASE=MP3 Player
5508 ID_MODEL_FROM_DATABASE=MF-PD100 Soul Digital MP3 Player
5511 ID_MODEL_FROM_DATABASE=MP3 Player
5820 ID_MODEL_FROM_DATABASE=Frontier Labs NEX IA+ Digital Audio Player
6273 ID_MODEL_FROM_DATABASE=Rio 600 MP3 Player
6276 ID_MODEL_FROM_DATABASE=Rio 800 MP3 Player
6279 ID_MODEL_FROM_DATABASE=Nike Psa/Play MP3 Player
[all …]

12