|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "ServiceBroker.h"#include "jobs/JobManager.h"#include "rendering/capture/CaptureHandle.h"#include "rendering/capture/CapturePixels.h"#include "rendering/capture/CaptureService.h"#include "rendering/capture/CaptureTypes.h"#include "test/MtTestUtils.h"#include <atomic>#include <chrono>#include <memory>#include <gtest/gtest.h>Functions | |
| TEST_F (TestCaptureService, OneShotCompleteWait) | |
| TEST_F (TestCaptureService, HandleDestructionCancels) | |
| TEST_F (TestCaptureService, ContentFilter) | |
| TEST_F (TestCaptureService, FailWakesWaiter) | |
| TEST_F (TestCaptureService, FailDispatchesEmptyResult) | |
| TEST_F (TestCaptureService, CallbackRunsOnWorker) | |
| TEST_F (TestCaptureService, ContinuousStaysActive) | |
| TEST_F (TestCaptureService, DetachedRequestCompletes) | |
| TEST_F (TestCaptureService, CancelledRequestPrunedAtLatch) | |
| TEST_F (TestCaptureService, ContinuousWaitNextSeesEachComplete) | |
| TEST_F (TestCaptureService, ContinuousFailIsTerminal) | |
| TEST_F (TestCaptureService, OneShotFailIsTerminal) | |
| TEST_F (TestCaptureService, BothServedByBothTapsSameFrame) | |
| TEST_F (TestCaptureService, BothWithoutCallbackRefused) | |
| TEST_F (TestCaptureService, MostRecentRequestWins) | |
| TEST_F (TestCaptureService, WaitNextFalseOnCancel) | |
| TEST_F (TestCaptureService, CopyResultLatestWins) | |
| TEST_F (TestCaptureService, OneShotWaitNextSeesDelivery) | |
| TEST_F (TestCaptureService, OneShotPreemptsContinuous) | |
| TEST_F (TestCaptureService, StackedOneShotsServeNewestFirst) | |
| TEST_F (TestCaptureService, LoneContinuousDoesNotForceFrames) | |
| TEST_F (TestCaptureService, StarvedRequestTimesOutClean) | |
| TEST_F (TestCaptureService, UnservedOneShotFailsAtFrameEnd) | |
| TEST_F (TestCaptureService, UnservedContinuousFailsAtFrameEnd) | |
| TEST_F (TestCaptureService, ServedContinuousSurvivesFrameEnd) | |
| TEST_F | ( | TestCaptureService | , |
| BothServedByBothTapsSameFrame | ) |
| TEST_F | ( | TestCaptureService | , |
| BothWithoutCallbackRefused | ) |
| TEST_F | ( | TestCaptureService | , |
| CallbackRunsOnWorker | ) |
| TEST_F | ( | TestCaptureService | , |
| CancelledRequestPrunedAtLatch | ) |
| TEST_F | ( | TestCaptureService | , |
| ContentFilter | ) |
| TEST_F | ( | TestCaptureService | , |
| ContinuousFailIsTerminal | ) |
| TEST_F | ( | TestCaptureService | , |
| ContinuousStaysActive | ) |
| TEST_F | ( | TestCaptureService | , |
| ContinuousWaitNextSeesEachComplete | ) |
| TEST_F | ( | TestCaptureService | , |
| CopyResultLatestWins | ) |
| TEST_F | ( | TestCaptureService | , |
| DetachedRequestCompletes | ) |
| TEST_F | ( | TestCaptureService | , |
| FailDispatchesEmptyResult | ) |
| TEST_F | ( | TestCaptureService | , |
| FailWakesWaiter | ) |
| TEST_F | ( | TestCaptureService | , |
| HandleDestructionCancels | ) |
| TEST_F | ( | TestCaptureService | , |
| LoneContinuousDoesNotForceFrames | ) |
| TEST_F | ( | TestCaptureService | , |
| MostRecentRequestWins | ) |
| TEST_F | ( | TestCaptureService | , |
| OneShotCompleteWait | ) |
| TEST_F | ( | TestCaptureService | , |
| OneShotFailIsTerminal | ) |
| TEST_F | ( | TestCaptureService | , |
| OneShotPreemptsContinuous | ) |
| TEST_F | ( | TestCaptureService | , |
| OneShotWaitNextSeesDelivery | ) |
| TEST_F | ( | TestCaptureService | , |
| ServedContinuousSurvivesFrameEnd | ) |
| TEST_F | ( | TestCaptureService | , |
| StackedOneShotsServeNewestFirst | ) |
| TEST_F | ( | TestCaptureService | , |
| StarvedRequestTimesOutClean | ) |
| TEST_F | ( | TestCaptureService | , |
| UnservedContinuousFailsAtFrameEnd | ) |
| TEST_F | ( | TestCaptureService | , |
| UnservedOneShotFailsAtFrameEnd | ) |
| TEST_F | ( | TestCaptureService | , |
| WaitNextFalseOnCancel | ) |