/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/src/ |
H A D | image_receiver.cpp | 232 int32_t flushFence = 0; in ReadNextImage() local 236 SurfaceError surfaceError = listenerConsumerSurface->AcquireBuffer(buffer, flushFence, timestamp, damage); in ReadNextImage() 248 int32_t flushFence = 0; in ReadNextImage() local 253 SurfaceError surfaceError = listenerConsumerSurface->AcquireBuffer(buffer, flushFence, timestamp, damage); in ReadNextImage() 265 int32_t flushFence = 0; in ReadLastImage() local 270 SurfaceError surfaceError = listenerConsumerSurface->AcquireBuffer(buffer, flushFence, timestamp, damage); in ReadLastImage() 273 surfaceError = listenerConsumerSurface->AcquireBuffer(buffer, flushFence, timestamp, damage); in ReadLastImage() 283 int32_t flushFence = 0; in ReadLastImage() local 289 SurfaceError surfaceError = listenerConsumerSurface->AcquireBuffer(buffer, flushFence, timestamp, damage); in ReadLastImage() 292 surfaceError = listenerConsumerSurface->AcquireBuffer(buffer, flushFence, timestam in ReadLastImage() [all...] |
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
H A D | rs_drop_frame_processor_unit_test.cpp | 101 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE;
in HWTEST_F() local 102 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig);
in HWTEST_F() 170 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE;
in HWTEST_F() local 171 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig);
in HWTEST_F()
|
H A D | rs_unittest_drop_frame_processor_test.cpp | 116 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE;
in HWTEST_F() local 117 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig);
in HWTEST_F() 170 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE;
in HWTEST_F() local 171 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig);
in HWTEST_F()
|
H A D | rs_test_util.cpp | 46 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in CreateSurfaceNodeWithBuffer() local 47 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in CreateSurfaceNodeWithBuffer()
|
H A D | rs_hardware_thread_unit_test.cpp | 218 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in HWTEST_F() local 219 ret = sProducer->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F()
|
H A D | rs_base_render_util_unit_test.cpp | 398 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in HWTEST_F() local 399 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F() 429 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in HWTEST_F() local 430 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F() 460 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in HWTEST_F() local 461 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_drop_frame_processor_test.cpp | 116 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE;
in HWTEST_F() local 117 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig);
in HWTEST_F() 170 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE;
in HWTEST_F() local 171 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig);
in HWTEST_F()
|
H A D | rs_test_util.cpp | 46 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in CreateSurfaceNodeWithBuffer() local 47 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in CreateSurfaceNodeWithBuffer()
|
H A D | rs_base_render_util_test.cpp | 178 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in HWTEST_F() local 179 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F() 448 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in HWTEST_F() local 449 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F() 479 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in HWTEST_F() local 480 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F() 510 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in HWTEST_F() local 511 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F()
|
H A D | rs_hardware_thread_test.cpp | 218 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in HWTEST_F() local 219 ret = sProducer->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/listener/ |
H A D | dcamera_photo_surface_listener.cpp | 42 int32_t flushFence = 0; in OnBufferAvailable() local 46 surface_->AcquireBuffer(buffer, flushFence, timestamp, damage); in OnBufferAvailable()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/decoder/ |
H A D | video_decoder_sample.cpp | 147 int32_t flushFence; in OnBufferAvailable() local 148 surfaceConsumer_->AcquireBuffer(buffer, flushFence, timestamp, damage); in OnBufferAvailable() 154 surfaceConsumer_->ReleaseBuffer(buffer, flushFence); in OnBufferAvailable()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/systemtest/pipeline/ |
H A D | rs_drop_frame_processor_unit_test.cpp | 109 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in HWTEST_F() local 110 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/systemtest/pipeline/ |
H A D | rs_drop_frame_processor_test.cpp | 109 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in HWTEST_F() local 110 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/ |
H A D | image_creator.cpp | 249 int32_t flushFence = 0; in DequeueImage() local 259 SurfaceError surfaceError = creatorSurface->RequestBuffer(buffer, flushFence, config); in DequeueImage() 276 int32_t flushFence = -1; in QueueImage() local 281 SurfaceError surfaceError = creatorSurface->FlushBuffer(buffer, flushFence, config); in QueueImage()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_surface_handler_test.cpp | 82 sptr<SyncFence> flushFence = SyncFence::INVALID_FENCE; in RequestAndFlushBuffer() local 83 ret = surfacePtr_->FlushBuffer(buffer.buffer, flushFence, flushConfig); in RequestAndFlushBuffer()
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | test_common.cpp | 345 int32_t flushFence = 0; in OnBufferAvailable() local 355 surface_->AcquireBuffer(buffer, flushFence, timestamp, damage); in OnBufferAvailable()
|
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/ |
H A D | dcamera_client_demo.h | 57 int32_t flushFence = 0; in OnBufferAvailable() local 61 surface_->AcquireBuffer(buffer, flushFence, timestamp, damage); in OnBufferAvailable()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/ |
H A D | dcamera_client_demo.h | 57 int32_t flushFence = 0; in OnBufferAvailable() local 61 surface_->AcquireBuffer(buffer, flushFence, timestamp, damage); in OnBufferAvailable()
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | consumer_surface_test.cpp | 468 int32_t flushFence; in HWTEST_F() local 470 GSError ret = cs->AcquireBuffer(buffer, flushFence, timestamp, damage); in HWTEST_F() 490 int32_t flushFence; in HWTEST_F() local 492 GSError ret = cs->AcquireBuffer(buffer, flushFence, timestamp, damage); in HWTEST_F() 669 int32_t flushFence; in HWTEST_F() local 671 cs->AcquireBuffer(buffer, flushFence, timestamp, damage); in HWTEST_F() 756 sptr<OHOS::SyncFence> flushFence; in HWTEST_F() local 757 ret = cs->AcquireBuffer(buffer, flushFence, timestamp, damage); in HWTEST_F() 1612 sptr<OHOS::SyncFence> flushFence; in HWTEST_F() local 1613 ret = cs->AcquireBuffer(buffer, flushFence, timestam in HWTEST_F() [all...] |
H A D | producer_surface_test.cpp | 490 int32_t flushFence; in HWTEST_F() local 492 GSError ret = csurf->AcquireBuffer(buffer, flushFence, timestamp, damage); in HWTEST_F() 498 ret = csurf->AcquireBuffer(buffer, flushFence, timestamp, damage); in HWTEST_F() 1697 int32_t flushFence; in HWTEST_F() local 1699 GSError ret = csurf->AcquireBuffer(buffer, flushFence, timestamp, damage); in HWTEST_F() 1704 EXPECT_EQ(OHOS::GSERROR_NO_BUFFER, csurf->AcquireBuffer(buffer, flushFence, timestamp, damage)); in HWTEST_F() 1728 int32_t flushFence; in HWTEST_F() local 1729 ret = csurf->AcquireBuffer(buffer, flushFence, timestamp, damage); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/nativedemo/video_demo/ |
H A D | avcodec_video_decoder_inner_demo.cpp | 62 int32_t flushFence; in OnBufferAvailable() local 64 cs_->AcquireBuffer(buffer, flushFence, timestamp_, damage_); in OnBufferAvailable()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 66 int32_t flushFence; variable 67 cs->AcquireBuffer(buffer, flushFence, timestamp, damage);
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 59 int32_t flushFence; variable 60 cs->AcquireBuffer(buffer, flushFence, timestamp, damage);
|
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 66 int32_t flushFence; variable 67 cs->AcquireBuffer(buffer, flushFence, timestamp, damage);
|