get_bits_per_pixel 138 examples/heif_test.cc int bytes = (img.get_bits_per_pixel(channel)+7)/8; get_bits_per_pixel 524 libheif/heif.cc return img->image->get_bits_per_pixel(channel); get_bits_per_pixel 258 libheif/heif_cxx.h int get_bits_per_pixel(enum heif_channel channel) const noexcept; get_bits_per_pixel 678 libheif/heif_cxx.h inline int Image::get_bits_per_pixel(enum heif_channel channel) const noexcept { get_bits_per_pixel 161 libheif/heif_image.cc add_plane(dst_channel, width, height, src_image->get_bits_per_pixel(src_channel)); get_bits_per_pixel 172 libheif/heif_image.cc int bpl = width * ((src_image->get_bits_per_pixel(src_channel)+7)/8); get_bits_per_pixel 308 libheif/heif_image.cc if (get_bits_per_pixel(heif_channel_Y) != 8 || get_bits_per_pixel 309 libheif/heif_image.cc get_bits_per_pixel(heif_channel_Cb) != 8 || get_bits_per_pixel 310 libheif/heif_image.cc get_bits_per_pixel(heif_channel_Cr) != 8) { get_bits_per_pixel 375 libheif/heif_image.cc if (get_bits_per_pixel(heif_channel_Y) != 8 || get_bits_per_pixel 376 libheif/heif_image.cc get_bits_per_pixel(heif_channel_Cb) != 8 || get_bits_per_pixel 377 libheif/heif_image.cc get_bits_per_pixel(heif_channel_Cr) != 8) { get_bits_per_pixel 417 libheif/heif_image.cc if (get_bits_per_pixel(heif_channel_Y) != 8 || get_bits_per_pixel 418 libheif/heif_image.cc get_bits_per_pixel(heif_channel_Cb) != 8 || get_bits_per_pixel 419 libheif/heif_image.cc get_bits_per_pixel(heif_channel_Cr) != 8) { get_bits_per_pixel 474 libheif/heif_image.cc if (get_bits_per_pixel(heif_channel_R) != 8 || get_bits_per_pixel 475 libheif/heif_image.cc get_bits_per_pixel(heif_channel_G) != 8 || get_bits_per_pixel 476 libheif/heif_image.cc get_bits_per_pixel(heif_channel_B) != 8) { get_bits_per_pixel 480 libheif/heif_image.cc if (has_alpha && get_bits_per_pixel(heif_channel_Alpha) != 8) { get_bits_per_pixel 571 libheif/heif_image.cc if (get_bits_per_pixel(heif_channel_Y) != 8) { get_bits_per_pixel 66 libheif/heif_image.h int get_bits_per_pixel(enum heif_channel channel) const;