Searched refs:fp (Results 1 - 3 of 3) sorted by relevance
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/ |
H A D | camera_manager.cpp | 191 FILE *fp = nullptr; in SampleSaveCapture() local 199 fp = fopen(tmpFile, "w+"); in SampleSaveCapture() 200 if (fp) { in SampleSaveCapture() 201 fwrite(p, 1, size, fp); in SampleSaveCapture() 202 fflush(fp); in SampleSaveCapture() 203 fsync(fileno(fp)); in SampleSaveCapture() 204 fclose(fp); in SampleSaveCapture() 213 fp = fopen(acFile, "w+"); in SampleSaveCapture() 214 if (fp == NULL) { in SampleSaveCapture() 217 fwrite(p, 1, size, fp); in SampleSaveCapture() 407 FILE *fp = fdopen(gRecFd_, "w+"); ~SampleCameraStateMng() local 447 FILE *fp = fdopen(gRecFd_, "w+"); StartRecord() local [all...] |
/applications/sample/camera/media/ |
H A D | camera_sample.cpp | 196 FILE *fp = fdopen(recordFd_, "w+");
in CloseRecorder() local 197 if (fp) {
in CloseRecorder() 198 fflush(fp);
in CloseRecorder() 200 fclose(fp);
in CloseRecorder()
|
/applications/standard/app_samples/code/Project/HapBuild/test-tool/ |
H A D | InstallAndTestSpecial_ci.py | 139 with open(LinuxContains.FA_MODAL_AND_LOWER_CASE_LIST,'r',encoding='utf-8') as fp: 140 FA_Python_Obj=json.load(fp) 464 with open(LinuxContains.SPECIAL_LIST,'r',encoding='utf-8') as fp: 465 python_obj=json.load(fp)
|
Completed in 3 milliseconds