Searched refs:bgcolor_ (Results 1 – 2 of 2) sorted by relevance
110 uint32_t bgcolor_; member720 webp_info->bgcolor_ = ReadLE32(&data); in ProcessANIMChunk()725 (webp_info->bgcolor_ >> 24) & 0xff, in ProcessANIMChunk()726 (webp_info->bgcolor_ >> 16) & 0xff, in ProcessANIMChunk()727 (webp_info->bgcolor_ >> 8) & 0xff, in ProcessANIMChunk()728 webp_info->bgcolor_ & 0xff); in ProcessANIMChunk()
68 uint32_t bgcolor_; member475 dmux->bgcolor_ = ReadLE32(mem); in ParseVP8XChunks()654 dmux->bgcolor_ = 0xFFFFFFFF; // White background by default. in InitDemux()784 case WEBP_FF_BACKGROUND_COLOR: return dmux->bgcolor_; in WebPDemuxGetI()
Completed in 8 milliseconds