Home
last modified time | relevance | path

Searched refs:file_ptr (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/
Dihevce_sys_api.c103 int ihevce_fclose(void *pv_handle, FILE *file_ptr) in ihevce_fclose() argument
106 UNUSED(file_ptr); in ihevce_fclose()
119 int ihevce_fflush(void *pv_handle, FILE *file_ptr) in ihevce_fflush() argument
122 UNUSED(file_ptr); in ihevce_fflush()
135 int ihevce_fseek(void *pv_handle, FILE *file_ptr, long offset, int origin) in ihevce_fseek() argument
138 UNUSED(file_ptr); in ihevce_fseek()
154 void *pv_handle, IHEVCE_DATA_TYPE e_data_type, FILE *file_ptr, const char *format, void *pv_dst) in ihevce_fscanf() argument
158 UNUSED(file_ptr); in ihevce_fscanf()
192 ihevce_fread(void *pv_handle, void *pv_dst, size_t element_size, size_t count, FILE *file_ptr) in ihevce_fread() argument
198 UNUSED(file_ptr); in ihevce_fread()
[all …]
Dihevce_api.h942 FILE *file_ptr,
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp30 bool InitDecoder(const RetainPtr<IFX_SeekableReadStream>& file_ptr);
232 const RetainPtr<IFX_SeekableReadStream>& file_ptr) { in InitDecoder() argument
233 m_io_in = file_ptr; in InitDecoder()
483 const RetainPtr<IFX_SeekableReadStream>& file_ptr) { in CreateDecoder() argument
485 if (!pDecoder->InitDecoder(file_ptr)) in CreateDecoder()
Dccodec_tiffmodule.h27 const RetainPtr<IFX_SeekableReadStream>& file_ptr);
/external/python/cpython3/Modules/
Dfaulthandler.c142 faulthandler_get_fileno(PyObject **file_ptr) in faulthandler_get_fileno() argument
147 PyObject *file = *file_ptr; in faulthandler_get_fileno()
169 *file_ptr = NULL; in faulthandler_get_fileno()
198 *file_ptr = file; in faulthandler_get_fileno()
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.cc305 DWORD file_ptr = ::SetFilePointer(hfile, NULL, NULL, FILE_END); in NewAppendableFile() local
306 if (INVALID_SET_FILE_POINTER == file_ptr) { in NewAppendableFile()