HomeSort by relevance Sort by last modified time
    Searched refs:bit_depth (Results 26 - 48 of 48) sorted by null

12

  /external/libpng/
pngget.c 76 return info_ptr->bit_depth;
578 png_uint_32 *width, png_uint_32 *height, int *bit_depth,
586 height == NULL || bit_depth == NULL || color_type == NULL)
591 *bit_depth = info_ptr->bit_depth;
609 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
pngset.c 228 png_uint_32 width, png_uint_32 height, int bit_depth,
239 info_ptr->bit_depth = (png_byte)bit_depth;
246 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
257 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
873 int sample_max = (1 << info_ptr->bit_depth);
881 "tRNS chunk has out-of-range samples for bit_depth");
    [all...]
pngrutil.c 461 int bit_depth, color_type, compression_type, filter_type; local
480 bit_depth = buf[8];
489 png_ptr->bit_depth = (png_byte)bit_depth;
519 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
522 png_debug1(3, "bit_depth = %d", png_ptr->bit_depth);
525 png_set_IHDR(png_ptr, info_ptr, width, height, bit_depth,
    [all...]
pngwrite.c 50 info_ptr->bit_depth, info_ptr->color_type, info_ptr->compression_type,
907 png_ptr->row_info.bit_depth = png_ptr->usr_bit_depth;
908 png_ptr->row_info.pixel_depth = (png_byte)(png_ptr->row_info.bit_depth *
917 png_debug1(3, "row_info->bit_depth = %d", png_ptr->row_info.bit_depth);
    [all...]
png.h 1207 png_byte bit_depth; \/* bit depth of row *\/ member in struct:png_row_info_struct
    [all...]
pngread.c 796 png_ptr->row_info.bit_depth = png_ptr->bit_depth;
    [all...]
pngpread.c 938 png_ptr->row_info.bit_depth = png_ptr->bit_depth;
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 195 int bit_depth, color_type; local
196 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth,
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 137 png_byte bit_depth; /* bit depth of file */ member in struct:png_struct_def
pngpriv.h 811 int bit_depth, int color_type, int compression_method, int filter_method,
    [all...]
png.h 845 png_byte bit_depth; \/* bit depth of row *\/ member in struct:png_row_info_struct
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.h 706 png_byte bit_depth; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */ member in struct:png_info_struct
1043 png_byte bit_depth; \/* bit depth of row *\/ member in struct:png_row_info_struct
1190 png_byte bit_depth; \/* bit depth of file *\/ member in struct:png_struct_def
    [all...]
pngwrite.c 43 info_ptr->bit_depth, info_ptr->color_type, info_ptr->compression_type,
869 png_ptr->row_info.bit_depth = png_ptr->usr_bit_depth;
870 png_ptr->row_info.pixel_depth = (png_byte)(png_ptr->row_info.bit_depth *
879 png_debug1(3, "row_info->bit_depth = %d\n", png_ptr->row_info.bit_depth);
    [all...]
pngread.c 745 png_ptr->row_info.bit_depth = png_ptr->bit_depth;
    [all...]
pngrutil.c 352 int bit_depth, color_type, compression_type, filter_type; local
371 bit_depth = buf[8];
380 png_ptr->bit_depth = (png_byte)bit_depth;
407 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
410 png_debug1(3,"bit_depth = %d\n", png_ptr->bit_depth);
413 png_set_IHDR(png_ptr, info_ptr, width, height, bit_depth,
    [all...]
pngpread.c 813 png_ptr->row_info.bit_depth = png_ptr->bit_depth;
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 670 FT_Byte bit_depth; member in struct:TT_SBit_StrikeRec_
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 470 FT_FRAME_BYTE ( bit_depth ),
    [all...]
ttsbit0.c 168 FT_Byte bit_depth; member in struct:TT_SBitDecoderRec_
229 decoder->bit_depth = *p;
270 switch ( decoder->bit_depth )
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 215 struct ebml_type bit_depth; member in struct:audio
390 E_FIELD(ID_BIT_DEPTH, TYPE_UINT, struct audio, bit_depth),
    [all...]
  /external/webp/src/enc/
vp8l.c 819 const int bit_depth = 1 << (3 - xbits); local
827 code |= row[x] << (8 + bit_depth * xsub);
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 1603 __u8 bit_depth = png_get_bit_depth(png_ptr, info_ptr); local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 5405 long long bit_depth = 0; local
    [all...]

Completed in 566 milliseconds

12