/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | v4l2_source_node_rk.cpp | 88 RetCode V4L2SourceNodeRK::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::V4L2SourceNodeRK 93 rc = sensorController_->Flush(streamId); in Flush() 96 rc = SourceNode::Flush(streamId); in Flush()
|
H A D | v4l2_source_node_rk.h | 32 RetCode Flush(const int32_t streamId) override;
|
H A D | rk_exif_node.h | 41 RetCode Flush(const int32_t streamId);
|
H A D | rk_face_node.h | 48 RetCode Flush(const int32_t streamId);
|
H A D | rk_codec_node.h | 48 RetCode Flush(const int32_t streamId);
|
H A D | rk_exif_node.cpp | 42 RetCode RKExifNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::RKExifNode 44 CAMERA_LOGI("RKExifNode::Flush streamId = %{public}d\n", streamId); in Flush()
|
H A D | rk_face_node.cpp | 44 RetCode RKFaceNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::RKFaceNode 46 CAMERA_LOGI("RKFaceNode::Flush streamId = %{public}d\n", streamId); in Flush()
|
H A D | rk_codec_node.cpp | 61 RetCode RKCodecNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::RKCodecNode 63 CAMERA_LOGI("RKCodecNode::Flush streamId = %{public}d\n", streamId); in Flush()
|
/device/qemu/hardware/display/ |
H A D | display_layer.c | 163 static int32_t Flush(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) in Flush() function 241 lFuncs->Flush = Flush; in LayerInitialize()
|
/device/qemu/riscv32_virt/liteos_m/board/ui/ |
H A D | disp_dev.h | 28 void Flush(const OHOS::Rect& flushRect) override;
|
H A D | fbdev.cpp | 50 if (g_display.layerFuncs->Flush != nullptr) { in FbdevFlush() 52 g_display.layerFuncs->Flush(g_display.devId, g_display.layerId, &g_display.buffer); in FbdevFlush()
|
H A D | disp_dev.cpp | 59 void DispDev::Flush(const OHOS::Rect& flushRect) in Flush() function in OHOS::DispDev
|
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_scale_node.h | 44 RetCode Flush(const int32_t streamId);
|
H A D | rk_codec_node.h | 48 RetCode Flush(const int32_t streamId);
|
H A D | rk_exif_node.h | 41 RetCode Flush(const int32_t streamId);
|
H A D | rk_face_node.h | 48 RetCode Flush(const int32_t streamId);
|
H A D | rk_scale_node.cpp | 43 RetCode RKScaleNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::RKScaleNode 45 CAMERA_LOGI("RKScaleNode::Flush streamId = %{public}d\n", streamId); in Flush()
|
H A D | rk_exif_node.cpp | 43 RetCode RKExifNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::RKExifNode 45 CAMERA_LOGI("RKExifNode::Flush streamId = %{public}d\n", streamId); in Flush()
|
H A D | rk_face_node.cpp | 45 RetCode RKFaceNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::RKFaceNode 47 CAMERA_LOGI("RKFaceNode::Flush streamId = %{public}d\n", streamId); in Flush()
|
H A D | rk_codec_node.cpp | 62 RetCode RKCodecNode::Flush(const int32_t streamId) in Flush() function in OHOS::Camera::RKCodecNode 64 CAMERA_LOGI("RKCodecNode::Flush streamId = %{public}d\n", streamId); in Flush()
|
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/ |
H A D | display_layer.c | 174 static int32_t Flush(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) in Flush() function 254 lFuncs->Flush = Flush; in LayerInitialize()
|
/device/board/hisilicon/hispark_taurus/camera/pipeline_core/src/ |
H A D | ipp_algo_example.c | 34 static int Flush(void) in Flush() function 36 printf("ipp algo example Flush ...\n"); in Flush()
|
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/ipp_algo_example/ |
H A D | ipp_algo_example.c | 34 int Flush(void) in Flush() function 36 printf("ipp algo example Flush ...\n"); in Flush()
|
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/ipp_algo_example/ |
H A D | ipp_algo_example.c | 34 int Flush(void) in Flush() function 36 printf("ipp algo example Flush ...\n"); in Flush()
|
/device/board/hisilicon/hispark_taurus/camera/driver_adapter/include/ |
H A D | isys_object.h | 41 virtual RetCode Flush(int32_t streamId) = 0;
|