Searched refs:next_startcode (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dnut.h91 uint64_t next_startcode; ///< stores the next startcode if it has already been parsed but the stream is not seekable member in struct:__anon1485
H A Dnutdec.c633 nut->next_startcode= startcode;
649 assert(nut->next_startcode == SYNCPOINT_STARTCODE);
773 uint64_t tmp= nut->next_startcode;
774 nut->next_startcode=0;
816 nut->next_startcode= tmp;
831 assert(nut->next_startcode == 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dnut.h91 uint64_t next_startcode; ///< stores the next startcode if it has already been parsed but the stream is not seekable member in struct:__anon2390
H A Dnutdec.c633 nut->next_startcode= startcode;
649 assert(nut->next_startcode == SYNCPOINT_STARTCODE);
773 uint64_t tmp= nut->next_startcode;
774 nut->next_startcode=0;
816 nut->next_startcode= tmp;
831 assert(nut->next_startcode == 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dnut.h91 uint64_t next_startcode; ///< stores the next startcode if it has already been parsed but the stream is not seekable member in struct:__anon36415
H A Dnutdec.c633 nut->next_startcode= startcode;
649 assert(nut->next_startcode == SYNCPOINT_STARTCODE);
773 uint64_t tmp= nut->next_startcode;
774 nut->next_startcode=0;
816 nut->next_startcode= tmp;
831 assert(nut->next_startcode == 0);

Completed in 82 milliseconds