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