Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmjpegenc_common.c135 ICC_HDR_SIZE = 16, /* ICC_PROFILE\0 tag + 4 bytes */ enumerator
136 ICC_CHUNK_SIZE = UINT16_MAX - ICC_HDR_SIZE,
211 ptr[0] = 0xff; /* chunk marker, not part of ICC_HDR_SIZE */ in jpeg_put_comments()
213 AV_WB16(ptr+2, size + ICC_HDR_SIZE); in jpeg_put_comments()
220 skip_put_bytes(p, size + ICC_HDR_SIZE + 2); in jpeg_put_comments()

Completed in 1 milliseconds