Searched refs:whence (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | webm_video_source.h | 37 nestegg_seek_cb(int64_t offset, int whence, void *userdata) { in nestegg_seek_cb() argument 39 switch (whence) { in nestegg_seek_cb() 41 whence = SEEK_SET; in nestegg_seek_cb() 44 whence = SEEK_CUR; in nestegg_seek_cb() 47 whence = SEEK_END; in nestegg_seek_cb() 50 return fseek(f, (long)offset, whence) ? -1 : 0; in nestegg_seek_cb()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | webmdec.c | 29 static int nestegg_seek_cb(int64_t offset, int whence, void *userdata) { in nestegg_seek_cb() argument 30 switch (whence) { in nestegg_seek_cb() 32 whence = SEEK_SET; in nestegg_seek_cb() 35 whence = SEEK_CUR; in nestegg_seek_cb() 38 whence = SEEK_END; in nestegg_seek_cb() 41 return fseek(userdata, (int32_t)offset, whence) ? -1 : 0; in nestegg_seek_cb()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/ |
D | test.c | 30 stdio_seek(int64_t offset, int whence, void * file) in stdio_seek() argument 33 return fseek(fp, offset, whence); in stdio_seek()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/ |
D | nestegg.h | 110 int (* seek)(int64_t offset, int whence, void * userdata);
|
/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
D | sst_stub.c | 412 SST_WHENCE whence) in SSTSeek() argument 419 switch(whence) in SSTSeek() 438 sOperation.params[1].value.b = (uint32_t)whence; in SSTSeek()
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
D | sst_stub.c | 413 SST_WHENCE whence) in SSTSeek() argument 420 switch(whence) in SSTSeek() 439 sOperation.params[1].value.b = (uint32_t)whence; in SSTSeek()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 520 ne_io_seek(nestegg_io * io, int64_t offset, int whence) in ne_io_seek() argument 522 return io->seek(offset, whence, io->userdata); in ne_io_seek() 1620 ne_buffer_seek(int64_t offset, int whence, void * user_data) in ne_buffer_seek() argument 1625 switch(whence) { in ne_buffer_seek()
|