Searched refs:off_t (Results 1 – 13 of 13) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | webmenc.h | 18 typedef __int64 off_t; typedef 30 typedef off_t EbmlLoc; 45 off_t position_reference; 46 off_t seek_info_pos; 47 off_t segment_info_pos; 48 off_t track_pos; 49 off_t cue_pos; 50 off_t cluster_pos; 53 off_t track_id_pos; 77 off_t pos);
|
D | tools_common.h | 29 typedef __int64 off_t; // fseeki64 compatible type typedef 36 #define off_t off64_t macro 53 typedef long off_t; /* NOLINT */ typedef 93 off_t length;
|
D | webmenc.c | 84 off_t pos; in Ebml_EndSubElement() 104 off_t pos) { in write_webm_seek_element() 114 off_t pos; in write_webm_seek_info()
|
D | vpxenc.c | 1324 static off_t ivf_header_pos = 0; in get_cx_data() 1356 off_t currpos = ftello(stream->file); in get_cx_data() 1583 off_t lagged_count = 0; in main() 1716 off_t frame_in_lagged = (seen_frames - lagged_count) * 1000; in main() 1722 off_t input_pos = ftello(input.file); in main() 1723 off_t input_pos_lagged = input_pos - lagged_count; in main()
|
/hardware/ti/omap4-aah/system-core-headers-ti/ion/ |
D | ion.h | 38 int flags, off_t offset, unsigned char **ptr, int *map_fd); 42 int prot, int flags, off_t offset, unsigned char **ptr, int *map_fd);
|
/hardware/samsung_slsi/exynos5/libion_exynos/ |
D | libion.cpp | 60 off_t offset; 111 void *ion_map(ion_buffer buffer, size_t len, off_t offset) in ion_map()
|
/hardware/ti/omap4-aah/ion/ |
D | ion.h | 32 int flags, off_t offset, unsigned char **ptr, int *map_fd);
|
D | ion.c | 109 int flags, off_t offset, unsigned char **ptr, int *map_fd) in ion_map() 170 int flags, off_t offset, unsigned char **ptr, int *map_fd) in ion_map_cacheable()
|
/hardware/ti/omap4xxx/ion/ |
D | ion.h | 32 int flags, off_t offset, unsigned char **ptr, int *map_fd);
|
D | ion.c | 108 int flags, off_t offset, unsigned char **ptr, int *map_fd) in ion_map()
|
/hardware/samsung_slsi/exynos5/include/ |
D | ion.h | 139 void *ion_map(ion_buffer buffer, size_t len, off_t offset);
|
/hardware/intel/common/libva/test/encode/ |
D | avcenc.c | 1331 fseeko(yuv_fp, (off_t)frame_size * next_display_num, SEEK_SET); in encode_picture() 1555 off_t file_size; in main() 1618 fseeko(yuv_fp, (off_t)0, SEEK_END); in main() 1628 fseeko(yuv_fp, (off_t)0, SEEK_SET); in main()
|
/hardware/intel/img/libdrm/ |
D | configure | 11123 /* Check that off_t can represent 2**63 - 1 correctly. 11193 /* Check that off_t can represent 2**63 - 1 correctly. 11262 /* Check that off_t can represent 2**63 - 1 correctly.
|