Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daliaspixenc.c29 #define ALIAS_HEADER_SIZE 10 macro
41 width * height >= INT_MAX / 4 - ALIAS_HEADER_SIZE) { in encode_frame()
57 length = ALIAS_HEADER_SIZE + 4 * width * height; // max possible in encode_frame()
H A Daliaspixdec.c29 #define ALIAS_HEADER_SIZE 10 macro
42 if (bytestream2_get_bytes_left(&gb) < ALIAS_HEADER_SIZE) { in decode_frame()

Completed in 2 milliseconds