Searched refs:file_ptr (Results 1 – 6 of 6) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_sys_api.c | 103 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 …]
|
D | ihevce_api.h | 942 FILE *file_ptr,
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 30 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()
|
D | ccodec_tiffmodule.h | 27 const RetainPtr<IFX_SeekableReadStream>& file_ptr);
|
/external/python/cpython3/Modules/ |
D | faulthandler.c | 142 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/ |
D | windows_file_system.cc | 305 DWORD file_ptr = ::SetFilePointer(hfile, NULL, NULL, FILE_END); in NewAppendableFile() local 306 if (INVALID_SET_FILE_POINTER == file_ptr) { in NewAppendableFile()
|