Searched refs:ALIAS_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance
28 #define ALIAS_HEADER_SIZE 10 macro47 width * height >= INT_MAX / 4 - ALIAS_HEADER_SIZE) { in encode_frame()63 length = ALIAS_HEADER_SIZE + 4 * width * height; // max possible in encode_frame()64 if ((ret = ff_alloc_packet2(avctx, pkt, length, ALIAS_HEADER_SIZE + height*2)) < 0) { in encode_frame()
28 #define ALIAS_HEADER_SIZE 10 macro42 if (bytestream2_get_bytes_left(&gb) < ALIAS_HEADER_SIZE) { in decode_frame()