Home
last modified time | relevance | path

Searched defs:bits_per_sample (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevpsds.h33 int bits_per_sample; /* 1, 2, 4, 12 */ member
156 uint width, height, depth, bits_per_sample; member
190 uint width, height, depth, bits_per_sample; member
H A Dgsflip.c307 int num_planes, int bits_per_sample) in flipNx1to8()
369 int num_planes, int bits_per_sample) in flipN_fail()
382 int num_planes, int bits_per_sample) in image_flip_planes()
H A Dgdevpsdi.c578 int width, int height, int depth, int bits_per_sample) in psdf_setup_compression_chooser()
602 int width, int height, int depth, int bits_per_sample, uint *MaskColor) in psdf_setup_image_to_mask_filter()
H A Dgdevpsds.c788 int height, int depth, int bits_per_sample) in s_compr_chooser_set_dimensions()
1085 int width, int height, int depth, int bits_per_sample) in s_image_colors_set_dimensions()
/plan9/sys/src/games/mp3enc/
H A Dget_audio.c1010 int bits_per_sample = 0; in parse_wave_header() local