Searched refs:seek (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dwrap-commit-msg.py62 fileobj.seek(0)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
H A Dnestegg.h103 /** User supplied seek callback.
104 @param offset Offset within the stream to seek to.
110 int (* seek)(int64_t offset, int whence, void * userdata); member in struct:__anon500
144 uint64_t seek_preroll;/**< Nanoseconds that must be discarded after a seek. */
202 /** Seek to @a offset. Stream will seek directly to offset.
203 Should be used to seek to the start of a resync point, i.e. cluster; the
211 /** Seek @a track to @a tstamp. Stream seek will terminate at the earliest
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c183 struct seek { struct
189 struct ebml_list seek; member in struct:seek_head
358 E_FIELD(ID_SEEK_ID, TYPE_BINARY, struct seek, id),
359 E_FIELD(ID_SEEK_POSITION, TYPE_UINT, struct seek, position),
364 E_MASTER(ID_SEEK, TYPE_MASTER, struct seek_head, seek),
522 return io->seek(offset, whence, io->userdata);
1437 static struct seek *
1441 struct ebml_list_node * seek; local
1443 struct seek * s;
1448 seek
[all...]

Completed in 68 milliseconds