Go to the source code of this file.
Functions | |
| static int | ReadFunc (void *opaque, uint8_t *buf, int buf_size) |
| static int | WriteFunc (void *opaque, uint8_t *buf, int buf_size) |
| static int64_t | SeekFunc (void *opaque, int64_t offset, int whence) |
| static int ReadFunc | ( | void * | opaque, | |
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
Definition at line 51 of file avfdecoder.cpp.
Referenced by avfDecoder::initialize().
| static int WriteFunc | ( | void * | opaque, | |
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
Definition at line 59 of file avfdecoder.cpp.
Referenced by avfDecoder::initialize().
Definition at line 68 of file avfdecoder.cpp.
Referenced by avfDecoder::initialize().
1.6.3