Home
last modified time | relevance | path

Searched refs:off_t (Results 1 – 13 of 13) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmenc.h18 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);
Dtools_common.h29 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;
Dwebmenc.c84 off_t pos; in Ebml_EndSubElement()
104 off_t pos) { in write_webm_seek_element()
114 off_t pos; in write_webm_seek_info()
Dvpxenc.c1324 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/
Dion.h38 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/
Dlibion.cpp60 off_t offset;
111 void *ion_map(ion_buffer buffer, size_t len, off_t offset) in ion_map()
/hardware/ti/omap4-aah/ion/
Dion.h32 int flags, off_t offset, unsigned char **ptr, int *map_fd);
Dion.c109 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/
Dion.h32 int flags, off_t offset, unsigned char **ptr, int *map_fd);
Dion.c108 int flags, off_t offset, unsigned char **ptr, int *map_fd) in ion_map()
/hardware/samsung_slsi/exynos5/include/
Dion.h139 void *ion_map(ion_buffer buffer, size_t len, off_t offset);
/hardware/intel/common/libva/test/encode/
Davcenc.c1331 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/
Dconfigure11123 /* 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.