Home
last modified time | relevance | path

Searched refs:surface (Results 1 – 25 of 45) sorted by relevance

12

/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
DActsMediaCameraTest.cpp250 for (Surface *surface : surfaceList) { in OnFrameFinished()
251 SurfaceBuffer *buffer = surface->AcquireBuffer(); in OnFrameFinished()
259 surface->ReleaseBuffer(buffer); in OnFrameFinished()
263 delete surface; in OnFrameFinished()
343 auto surface = recorder_->GetSurface(0); in StartRecord() local
344 surface->SetWidthAndHeight(WIDTH, HEIGHT); in StartRecord()
345 surface->SetQueueSize(QUEUE_SIZE); in StartRecord()
346 surface->SetSize(BUFFER_SIZE * BUFFER_SIZE); in StartRecord()
348 fc->AddSurface(*surface); in StartRecord()
380 UISurfaceView *surface = new UISurfaceView(); in StartPreview() local
[all …]
/test/xts/acts/graphic/graphicvulkannapitest/
DBUILD.gn38 "$comPath/frameworks/surface:surface",
49 "$comPath/frameworks/surface/include",
50 "$comPath/interfaces/inner_api/surface",
/test/xts/acts/multimedia/media/media_cpp_standard/
DBUILD.gn35 "../../../../../../foundation/graphic/graphic_2d/interfaces/inner_api/surface",
38 "../../../../../../foundation/graphic/graphic_2d/interfaces/kits/surface",
39 "../../../../../../foundation/graphic/graphic_2d/interfaces/inner_api/surface",
78 "graphic_surface:surface",
/test/xts/dcts/distributedhardware/distributedcameratest/
Dstream_customer.h41 TestBuffersConsumerListener(const sptr<IConsumerSurface>& surface, in TestBuffersConsumerListener() argument
42 … const std::function<void(void*, const uint32_t)> callback):callback_(callback), consumer_(surface) in TestBuffersConsumerListener()
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
Davplayerndk.cpp50 void InitGLES(EGLDisplay &display, EGLContext &context, EGLSurface &surface) in InitGLES() argument
61 surface = eglCreatePbufferSurface(display, config, surfaceAttribs); in InitGLES()
64 eglMakeCurrent(display, surface, surface, context); in InitGLES()
67 void DestroyGLES(EGLDisplay &display, EGLContext &context, EGLSurface &surface) in DestroyGLES() argument
69 eglDestroySurface(display, surface); in DestroyGLES()
72 eglSwapBuffers(display, surface); in DestroyGLES()
624 EGLSurface surface = nullptr; in OhAvPlayerSetVideoSurface() local
625 InitGLES(display, context, surface); in OhAvPlayerSetVideoSurface()
640 DestroyGLES(display, context, surface); in OhAvPlayerSetVideoSurface()
676 EGLSurface surface = nullptr; in OhAvPlayerSetVideoSurfaceAbnormalThree() local
[all …]
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
DBUILD.gn33 "graphic_surface:surface",
/test/xts/dcts/distributedhardware/distributedscreentest/
Dtest.cpp341 sptr<Surface> surface = ScreenClient::GetInstance().GetSurface(windowId); in CreateWindow() local
347 vdec->SetOutputSurface(surface); in CreateWindow()
Ddecoder_demo.cpp176 void VDecDemo::SetOutputSurface(sptr<Surface> surface) in SetOutputSurface() argument
178 surface_ = surface; in SetOutputSurface()
Ddecoder_demo.h60 void SetOutputSurface(sptr<Surface> surface);
/test/xts/hats/useriam/faceauth/src/
Dface_auth_hdi.cpp362 auto surface = IConsumerSurface::Create(); variable
363 if (surface == nullptr) {
368 bufferProducer = surface->GetProducer();
/test/xts/acts/multimedia/media/media_js_standard/avPlayer/entry/src/main/ets/MainAbility/pages/index/
Dindex.ets32 type: 'surface',
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/ets/testability/pages/
DIndex.ets37 type: 'surface',
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/
DBUILD.gn46 "graphic_2d:surface",
/test/xts/acts/multimedia/camera/camera_js_standard/entry/src/main/ets/MainAbility/pages/
Dindex.ets38 type: 'surface',
/test/xts/acts/graphic/graphicnapitest/
DBUILD.gn44 "../../../../../foundation/graphic/graphic_surface/surface/include",
/test/xts/acts/graphic/graphicGlesExtension/
DBUILD.gn40 "../../../../../foundation/graphic/graphic_surface/surface/include",
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/
DBUILD.gn62 "graphic_surface:surface",
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/
DBUILD.gn64 "graphic_surface:surface",
/test/xts/hats/hdf/camera/cameraMg/v1_1/
DBUILD.gn55 "graphic_surface:surface",
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/
DBUILD.gn55 "graphic_surface:surface",
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/
DBUILD.gn61 "graphic_surface:surface",
/test/xts/hats/useriam/faceauth/
DBUILD.gn57 "graphic_surface:surface",
/test/xts/hats/hdf/camera/cameraMg/v1_0/
DBUILD.gn62 "graphic_surface:surface",
/test/xts/hats/hdf/camera/cameraMg/v1_2/
DBUILD.gn59 "graphic_surface:surface",
/test/xts/hats/useriam/faceauth_additional/
DBUILD.gn54 "graphic_surface:surface",

12