Searched refs:g_videoFd (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | camera_video.cpp | 38 int32_t g_videoFd = -1; member 387 sptr<SurfaceListener> videoListener = new SurfaceListener("Video", SurfaceType::VIDEO, g_videoFd, cSurface); in main() 513 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in main()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 139 int32_t g_videoFd = -1; member 566 new (std::nothrow) SurfaceListener("Video", SurfaceType::VIDEO, g_videoFd, surface); in CreateVideoOutput() 584 new (std::nothrow) SurfaceListener("Video", SurfaceType::VIDEO, g_videoFd, surface); in CreateVideoOutput() 747 new (std::nothrow) SurfaceListener("Video", SurfaceType::VIDEO, g_videoFd, surface); in ConfigSlowMotionSession() 827 new (std::nothrow) SurfaceListener("Video", SurfaceType::VIDEO, g_videoFd, surface); in ConfigVideoSession() 1086 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in TestCallbacks() 1159 g_videoFd = -1; in SetUpInit() 1438 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in HWTEST_F() 1621 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in HWTEST_F() 2091 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in HWTEST_F() [all...] |
Completed in 10 milliseconds