summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--[-rwxr-xr-x]v3/fake-pipeline2/ge2d_main.h68
-rwxr-xr-xv3/fake-pipeline2/ge2d_stream.cpp3
-rwxr-xr-xv3/fake-pipeline2/ge2d_wq.h3
3 files changed, 39 insertions, 35 deletions
diff --git a/v3/fake-pipeline2/ge2d_stream.cpp b/v3/fake-pipeline2/ge2d_stream.cpp
index 7ff0432..dd8f41b 100755
--- a/v3/fake-pipeline2/ge2d_stream.cpp
+++ b/v3/fake-pipeline2/ge2d_stream.cpp
@@ -178,8 +178,7 @@ int fillStream(struct VideoInfo *src, uintptr_t physAddr, const android::StreamB
cfg.dst_para.left = 0;
cfg.dst_para.width = dst.width;
cfg.dst_para.height = dst.height;
- cfg.src_addr_type = GE2D_ADDR_TYPE_PHY_ADDR;
- cfg.dst_addr_type = GE2D_ADDR_TYPE_SHARE_FD;
+
ioctl(ge2d_fd, GE2D_CONFIG_EX, &cfg);