Searched refs:p_file (Results 1 - 2 of 2) sorted by relevance

/external/libxcam/xcore/
H A Dxcam_common.cpp102 FILE* p_file = fopen (log_file_name, "ab+"); local
103 if (NULL != p_file) {
104 fwrite (buffer, sizeof (buffer[0]), strlen (buffer), p_file);
105 fclose (p_file);
/external/pdfium/third_party/libopenjpeg20/
H A Dopenjpeg.c92 FILE * p_file)
94 OPJ_SIZE_T l_nb_read = fread(p_buffer, 1, p_nb_bytes, p_file);
98 static OPJ_UINT64 opj_get_data_length_from_file(FILE * p_file) argument
102 OPJ_FSEEK(p_file, 0, SEEK_END);
103 file_length = (OPJ_OFF_T)OPJ_FTELL(p_file);
104 OPJ_FSEEK(p_file, 0, SEEK_SET);
110 FILE * p_file)
112 return fwrite(p_buffer, 1, p_nb_bytes, p_file);
1015 FILE *p_file; local
1028 p_file
91 opj_read_from_file(void * p_buffer, OPJ_SIZE_T p_nb_bytes, FILE * p_file) argument
109 opj_write_from_file(void * p_buffer, OPJ_SIZE_T p_nb_bytes, FILE * p_file) argument
[all...]

Completed in 115 milliseconds