Searched refs:MAX_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | oggdec.c | 40 #define MAX_PAGE_SIZE 65307 macro 41 #define DECODER_BUFFER_SIZE MAX_PAGE_SIZE 356 } while (i++ < MAX_PAGE_SIZE); in ogg_read_page() 358 if (i >= MAX_PAGE_SIZE) { in ogg_read_page() 367 ffio_ensure_seekback(bc, MAX_PAGE_SIZE); in ogg_read_page() 658 end = size > MAX_PAGE_SIZE ? size - MAX_PAGE_SIZE : 0; in ogg_get_length()
|
D | oggenc.c | 36 #define MAX_PAGE_SIZE 65025 macro 45 uint8_t data[MAX_PAGE_SIZE]; 86 OFFSET(pref_size), AV_OPT_TYPE_INT, {.i64 = 0}, 0, MAX_PAGE_SIZE, PARAM}, 88 OFFSET(pref_size), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, MAX_PAGE_SIZE, PARAM }, 223 MAX_PAGE_SIZE - oggstream->page.size < size) { in ogg_buffer_data()
|
/third_party/vk-gl-cts/framework/delibs/depool/ |
D | deMemPool.c | 38 MAX_PAGE_SIZE = 8096, /*!< Maximum size for a memory page. */ enumerator 470 …int newPageCapacity = deMax32(deMin32(2*curPage->capacity, MAX_PAGE_SIZE), ((int)numBytes)+maxAl… in deMemPool_allocInternal()
|