Home
last modified time | relevance | path

Searched refs:imgFd (Results 1 - 10 of 10) sorted by relevance

/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
H A Dcommon.cpp55 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() local
56 if (imgFd == -1) { in DumpImageFile()
61 ret = write(imgFd, buffer, size); in DumpImageFile()
64 close(imgFd); in DumpImageFile()
67 close(imgFd); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H A Dbenchmark_common.cpp54 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() local
55 if (imgFd == -1) { in DumpImageFile()
60 ret = write(imgFd, buffer, size); in DumpImageFile()
63 close(imgFd); in DumpImageFile()
66 close(imgFd); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H A Dhdi_common_v1_1.cpp54 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() local
55 if (imgFd == -1) { in DumpImageFile()
60 ret = write(imgFd, buffer, size); in DumpImageFile()
63 close(imgFd); in DumpImageFile()
66 close(imgFd); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
H A Dhdi_common_v1_1.cpp54 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() local
55 if (imgFd == -1) { in DumpImageFile()
60 ret = write(imgFd, buffer, size); in DumpImageFile()
63 close(imgFd); in DumpImageFile()
66 close(imgFd); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
H A Dbenchmark_common.cpp54 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() local
55 if (imgFd == -1) { in DumpImageFile()
60 ret = write(imgFd, buffer, size); in DumpImageFile()
63 close(imgFd); in DumpImageFile()
66 close(imgFd); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H A Dcommon.cpp54 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() local
55 if (imgFd == -1) { in DumpImageFile()
60 ret = write(imgFd, buffer, size); in DumpImageFile()
63 close(imgFd); in DumpImageFile()
66 close(imgFd); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dtest_display.cpp209 int imgFd = open(path, O_RDWR | O_CREAT, 00766); // 00766: file permissions in SaveYUV() local
210 if (imgFd == -1) { in SaveYUV()
214 ret = write(imgFd, buffer, size); in SaveYUV()
217 close(imgFd); in SaveYUV()
220 close(imgFd); in SaveYUV()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
H A Dbenchmark_common.cpp54 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() local
55 if (imgFd == -1) { in DumpImageFile()
60 ret = write(imgFd, buffer, size); in DumpImageFile()
63 close(imgFd); in DumpImageFile()
66 close(imgFd); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dhdi_common_v1_2.cpp55 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() local
56 if (imgFd == -1) { in DumpImageFile()
61 ret = write(imgFd, buffer, size); in DumpImageFile()
64 close(imgFd); in DumpImageFile()
67 close(imgFd); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
H A Dhdi_common_v1_3.cpp64 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() local
65 if (imgFd == -1) { in DumpImageFile()
70 ret = write(imgFd, buffer, size); in DumpImageFile()
73 close(imgFd); in DumpImageFile()
76 close(imgFd); in DumpImageFile()

Completed in 20 milliseconds