Home
last modified time | relevance | path

Searched defs:consumer_ (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dstream_customer.h72 std::shared_ptr<OHOS::Surface> consumer_ = nullptr; variable
74 OHOS::sptr<OHOS::IConsumerSurface> consumer_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/demo/
H A Dstream_customer.h71 std::shared_ptr<OHOS::Surface> consumer_ = nullptr; variable
73 sptr<OHOS::IConsumerSurface> consumer_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/demo_3A/
H A Dstream_customer.h71 std::shared_ptr<OHOS::Surface> consumer_ = nullptr; variable
73 sptr<OHOS::IConsumerSurface> consumer_ = nullptr; variable
/ohos5.0/foundation/graphic/surface_lite/interfaces/innerkits/
H A Dsurface_impl.h237 BufferQueueConsumer* consumer_; variable
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dconsumer_surface.h181 sptr<BufferQueueConsumer> consumer_ = nullptr; variable
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Dstream_customer.h72 sptr<IConsumerSurface> consumer_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohos_fuzzer/
H A Drssurfaceohos_fuzzer.cpp87 auto consumer_ = IConsumerSurface::Create("DisplayNode"); in RSSurfaceOhosFuzzTest() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/muxer/
H A Dmedia_muxer.h78 sptr<AVBufferQueueConsumer> consumer_ = nullptr; variable
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Dvdec_sample.h139 sptr<Surface> consumer_ = nullptr; variable
H A Dvenc_sample.h187 sptr<Surface> consumer_ = nullptr; variable
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/include/
H A Dvenc_sample.h116 sptr<Surface> consumer_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/mpi/include/
H A Dcommon.h166 std::shared_ptr<OHOS::Surface> consumer_ = nullptr; variable
169 OHOS::sptr<OHOS::Surface> consumer_ = nullptr; variable
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/include/
H A Davbuffer_queue_impl.h111 wptr<AVBufferQueueConsumerImpl> consumer_; variable
/ohos5.0/foundation/multimedia/media_foundation/src/capi/common/
H A Dnative_avbuffer_queue_define.h72 OHOS::sptr<OHOS::Media::AVBufferQueueConsumer> consumer_; member
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h161 sptr<OHOS::Surface> consumer_ = nullptr; variable
387 sptr<OHOS::Surface> consumer_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/include/
H A Dut_common.h179 OHOS::sptr<OHOS::IConsumerSurface> consumer_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/include/
H A Dhdi_common_v1_1.h189 OHOS::sptr<OHOS::IConsumerSurface> consumer_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/include/
H A Dhdi_common_v1_3.h219 OHOS::sptr<OHOS::IConsumerSurface> consumer_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/include/
H A Dcommon.h243 OHOS::sptr<OHOS::IConsumerSurface> consumer_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/include/
H A Dhdi_common_v1_2.h233 OHOS::sptr<OHOS::IConsumerSurface> consumer_ = nullptr; variable
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/
H A Dvdec_sample.cpp157 sptr<Surface> consumer_ = nullptr; member
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_test.cpp67 static inline sptr<BufferQueueConsumer> consumer_ = nullptr; member in OHOS::Rosen::ConsumerSurfaceTest