Searched refs:BMP_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance
295 #define BMP_HEADER_SIZE 54 macro306 const uint32_t total_size = bmp_stride * height + BMP_HEADER_SIZE; in WebPWriteBMP()307 uint8_t bmp_header[BMP_HEADER_SIZE] = { 0 }; in WebPWriteBMP()315 PutLE32(bmp_header + 10, BMP_HEADER_SIZE); // offset to pixel array in WebPWriteBMP()352 #undef BMP_HEADER_SIZE
53 #define BMP_HEADER_SIZE 40 macro703 if (size_bmp > BMP_HEADER_SIZE) { in parse_video_info()704 int ret = ff_get_extradata(avfmt, st->codecpar, pb, size_bmp - BMP_HEADER_SIZE); in parse_video_info()