Lines Matching refs:FILE
5 * you may not use this file except in compliance with the License.
2845 * @brief This function gives YUV420 buffer of a given image file (in argb888 format)
2852 * @return M4ERR_FILE_NOT_FOUND: if the file passed does not exists.
2868 /** Read the argb data from the passed file. */
2873 ALOGE("LVPreviewController: Can not open the file ");
2905 FILE *fp = fopen("/sdcard/Input/test_rgb.raw", "wb");
2907 ALOGE("Errors file can not be created");
2949 FILE *fp1 = fopen("/sdcard/Input/test_yuv.raw", "wb");
2951 ALOGE("Errors file can not be created");