Home
last modified time | relevance | path

Searched refs:GetSurface (Results 1 - 7 of 7) sorted by relevance

/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
H A DActsVideoDecEncNdkTest.cpp152 ASSERT_EQ(AV_ERR_OK, vDecEncSample->GetSurface()); in HWTEST_F()
195 ASSERT_EQ(AV_ERR_OK, vDecEncSample->GetSurface()); in HWTEST_F()
241 ASSERT_EQ(AV_ERR_OK, vDecEncSample->GetSurface()); in HWTEST_F()
284 ASSERT_EQ(AV_ERR_OK, vDecEncSample->GetSurface()); in HWTEST_F()
340 ASSERT_EQ(AV_ERR_OK, vDecEncSample->GetSurface()); in HWTEST_F()
395 ASSERT_EQ(AV_ERR_OK, vDecEncSample->GetSurface()); in HWTEST_F()
450 ASSERT_EQ(AV_ERR_OK, vDecEncSample->GetSurface()); in HWTEST_F()
H A DVDecEncNdkSample.cpp571 int32_t VDecEncNdkSample::GetSurface() in GetSurface() function in VDecEncNdkSample
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/include/
H A DVDecEncNdkSample.h86 int32_t GetSurface();
/test/xts/dcts/distributedhardware/distributedscreentest/
H A Dtest.cpp342 sptr<Surface> surface = ScreenClient::GetInstance().GetSurface(windowId); in CreateWindow()
/test/xts/acts/graphic/graphicvulkannapitest/
H A DVulkanTest.cpp188 OHOS::sptr<OHOS::Surface> surf = surfaceNode->GetSurface(); in CreateNativeWindow()
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
H A DActsMediaCameraTest.cpp343 auto surface = recorder_->GetSurface(0); in StartRecord()
384 surface->GetSurface()->SetWidthAndHeight(WIDTH, HEIGHT); in StartPreview()
390 fc->AddSurface(*(surface->GetSurface())); in StartPreview()
/test/xts/acts/multimedia_lite/media_lite_posix/recorder_native/src/
H A DActsMediaRecorderTest.cpp1649 * @tc.name : GetSurface with valid info
1658 Surface *surface = recorder->GetSurface(sourceId).get(); in HWTEST_F()
1667 * @tc.name : GetSurface with invalid source ID
1674 Surface *surface = recorder->GetSurface(sourceId).get(); in HWTEST_F()

Completed in 11 milliseconds