Home
last modified time | relevance | path

Searched defs:fenceFd (Results 1 - 25 of 38) sorted by relevance

12

/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_delegator_test.cpp95 int32_t fenceFd = 3; in HWTEST_F() local
H A Dproducer_surface_delegator_test.cpp203 int32_t fenceFd = -1; in HWTEST_F() local
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/yuv_viewer/
H A Dyuv_viewer.cpp111 int fenceFd = -1; in InputThread() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_ohos_vulkan_test.cpp166 int fenceFd = -1; in HWTEST_F() local
/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface_delegator.cpp34 GSError ConsumerSurfaceDelegator::QueueBuffer(sptr<SurfaceBuffer>& buffer, int32_t fenceFd) in QueueBuffer() argument
H A Dproducer_surface_delegator.cpp70 GSError ProducerSurfaceDelegator::CancelBuffer(int32_t slot, int32_t fenceFd) in CancelBuffer() argument
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/
H A Dvideo_encoder_sample.cpp96 int fenceFd = -1; in SurfaceInputThread() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosvulkan_fuzzer/
H A Drssurfaceohosvulkan_fuzzer.cpp243 int fenceFd = GetData<int>(); in DoRequestNativeWindowBuffer() local
/foundation/graphic/graphic_2d/rosen/samples/hello_native_window/
H A Dhello_native_window.cpp68 void CreateNativeWindowBuffer(OHNativeWindow* nativeWindow, NativeWindowBuffer** nativeWindowBuffer, int* fenceFd) in CreateNativeWindowBuffer() argument
100 int fenceFd = -1; in main() local
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dnative_image.cpp179 OH_NativeImage_AcquireNativeWindowBuffer(OH_NativeImage* image, OHNativeWindowBuffer** nativeWindowBuffer, int32_t* fenceFd) OH_NativeImage_AcquireNativeWindowBuffer() argument
189 OH_NativeImage_ReleaseNativeWindowBuffer(OH_NativeImage* image, OHNativeWindowBuffer* nativeWindowBuffer, int32_t fenceFd) OH_NativeImage_ReleaseNativeWindowBuffer() argument
H A Dsurface_image.cpp414 SurfaceError SurfaceImage::AcquireNativeWindowBuffer(OHNativeWindowBuffer** nativeWindowBuffer, int32_t* fenceFd) in AcquireNativeWindowBuffer() argument
449 SurfaceError SurfaceImage::ReleaseNativeWindowBuffer(OHNativeWindowBuffer* nativeWindowBuffer, int32_t fenceFd) in ReleaseNativeWindowBuffer() argument
/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence.cpp57 SyncFence::SyncFence(int32_t fenceFd) : fenceFd_(fenceFd) in SyncFence() argument
/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dnative_window_test.cpp99 int32_t fenceFd = -1; in CreateNativeWindowAndRequestBuffer001() local
217 int32_t fenceFd = -1; in CreateNativeWindowAndRequestBuffer002() local
316 int32_t fenceFd = -1; in CreateNativeWindowAndRequestBuffer003() local
415 int32_t fenceFd = -1; in RequestBuffer001() local
461 int32_t fenceFd = -1; in CreateNativeWindowAndRequestBuffer004() local
588 int32_t fenceFd = -1; CreateNativeWindowAndRequestBuffer005() local
813 int32_t fenceFd = -1; CreateNativeWindowAndRequestBuffer007() local
926 int32_t fenceFd = -1; CreateNativeWindowAndAttachBuffer001() local
[all...]
H A Dsurface_ipc_with_pts_test.cpp164 int fenceFd = -1; in ChildProcessMain() local
H A Dsurface_ipc_with_invaild_pts_test.cpp126 int fenceFd = -1; in ChildProcessMain() local
H A Dnative_window_buffer_test.cpp131 int32_t fenceFd = -1; in InitNativeWindowAndBuffer() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp174 int fenceFd = -1; in RequestFrame() local
291 int fenceFd in FlushFrame() local
142 RequestNativeWindowBuffer(NativeWindowBuffer** nativeWindowBuffer, int32_t width, int32_t height, int& fenceFd, bool useAFBC, bool isProtected) RequestNativeWindowBuffer() argument
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp179 int fenceFd = -1; in NativeRequestFrame() local
289 int fenceFd = -1; in NativeFlushFrame() local
145 RequestNativeWindowBuffer( NativeWindowBuffer** nativeWindowBuffer, int32_t width, int32_t height, int& fenceFd) RequestNativeWindowBuffer() argument
/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp115 int fenceFd = -1; in AddBuffer() local
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/
H A Dnative_image_system_test.cpp88 int fenceFd = -1; in ProducerThread() local
123 int fenceFd = -1; in HWTEST_F() local
161 int fenceFd = -1; in HWTEST_F() local
193 int fenceFd in HWTEST_F() local
243 int32_t fenceFd = -1; CreateNativeWindowAndRequestBuffer001() local
[all...]
H A Dnative_image_opengl_system_test.cpp207 int fenceFd = -1; in ProducerThreadOpenGL() local
415 int fenceFd = -1; in ProducerThreadWithMatrix() local
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/sample/
H A Dvideo_sample.cpp201 int fenceFd = -1; in InputFunc() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp87 int32_t fenceFd = GetData<int32_t>() % 32768; // maximum fd of linux is 32768 in HdiDeviceFuzzTest2() local
146 int32_t fenceFd = GetData<int32_t>() % 32768; // maximum fd of linux is 32768 in DoSomethingInterestingWithMyAPI() local
[all...]
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp127 int fenceFd = GetData<int>() % 32768; // maximum fd of linux is 32768 in NativeWindowFuzzTest() local
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp189 int32_t fenceFd = syncFence->Get(); in SurfaceFuzzTest1() local

Completed in 13 milliseconds

12