Home
last modified time | relevance | path

Searched refs:ALIAS_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daliaspixenc.c28 #define ALIAS_HEADER_SIZE 10 macro
47 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()
Daliaspixdec.c28 #define ALIAS_HEADER_SIZE 10 macro
42 if (bytestream2_get_bytes_left(&gb) < ALIAS_HEADER_SIZE) { in decode_frame()