Searched refs:img_channels (Results 1 – 1 of 1) sorted by relevance
562 int img_channels = bpp / 8; in DecodeBmpV2() local564 context, (img_channels == 1 || img_channels == 3 || img_channels == 4), in DecodeBmpV2()567 img_channels)); in DecodeBmpV2()568 const int requested_channels = channels_ ? channels_ : img_channels; in DecodeBmpV2()589 const int row_size = (img_channels * width + 3) / 4 * 4; in DecodeBmpV2()603 (width - 1) * img_channels; in DecodeBmpV2()606 const int64 expected_file_size = last_pixel_offset + img_channels; in DecodeBmpV2()629 abs_height, requested_channels, img_channels, top_down); in DecodeBmpV2()634 requested_channels, img_channels, top_down); in DecodeBmpV2()