Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dflvdec.c43 #define RESYNC_BUFFER_SIZE (1<<20) macro
65 uint8_t resync_buffer[2*RESYNC_BUFFER_SIZE];
1022 int j = i & (RESYNC_BUFFER_SIZE-1); in resync()
1023 int j1 = j + RESYNC_BUFFER_SIZE; in resync()
1041 if (lsize2 >= 11 && lsize2 + 8LL < FFMIN(i, RESYNC_BUFFER_SIZE)) { in resync()
1044 if (lsize1 >= 11 && lsize1 + 8LL + lsize2 < FFMIN(i, RESYNC_BUFFER_SIZE)) { in resync()

Completed in 3 milliseconds