Lines Matching refs:int64_t
92 int64_t size; /**< File size in bytes, -1 if unknown. */
93 int64_t modification_timestamp; /**< Time of last modification in microseconds since unix
95 int64_t access_timestamp; /**< Time of last access in microseconds since unix epoch,
97 int64_t status_change_timestamp; /**< Time of last status change in microseconds since unix
99 int64_t user_id; /**< User ID of owner, -1 if unknown. */
100 int64_t group_id; /**< Group ID of owner, -1 if unknown. */
101 int64_t filemode; /**< Unix file mode, -1 if unknown. */
238 int64_t (*seek)(void *opaque, int64_t offset, int whence);
239 int64_t pos; /**< position in the file of the current buffer */
258 int64_t (*read_seek)(void *opaque, int stream_index,
259 int64_t timestamp, int flags);
286 enum AVIODataMarkerType type, int64_t time);
301 int64_t written;
313 int64_t bytes_read;
318 int64_t bytes_written;
417 int64_t (*seek)(void *opaque, int64_t offset, int whence));
472 void avio_write_marker(AVIOContext *s, int64_t time, enum AVIODataMarkerType type);
493 int64_t avio_seek(AVIOContext *s, int64_t offset, int whence);
499 int64_t avio_skip(AVIOContext *s, int64_t offset);
505 static av_always_inline int64_t avio_tell(AVIOContext *s)
514 int64_t avio_size(AVIOContext *s);
799 int64_t avio_seek_time(AVIOContext *h, int stream_index,
800 int64_t timestamp, int flags);