HomeSort by relevance Sort by last modified time
    Searched full:yuv_fp (Results 1 - 1 of 1) sorted by null

  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 921 FILE *yuv_fp = NULL; local
925 yuv_fp = fopen("/data/camera_dump.jpeg", "wb");
926 if (yuv_fp == NULL) {
935 if (yuv_fp)
936 fclose(yuv_fp);
945 fwrite(buffer, 1, jpeg_size, yuv_fp);
947 fflush(yuv_fp);
949 if (yuv_fp)
950 fclose(yuv_fp);
    [all...]

Completed in 121 milliseconds