Searched refs:bytesPerChannel (Results 1 – 3 of 3) sorted by relevance
33 uint8_t bytesPerChannel; in bytesPerPixel() local52 bytesPerChannel = 1; in bytesPerPixel()59 bytesPerChannel = 2; in bytesPerPixel()65 bytesPerChannel = 4; in bytesPerPixel()77 return bytesPerChannel * 4; in bytesPerPixel()81 return bytesPerChannel * 3; in bytesPerPixel()86 return bytesPerChannel * 2; in bytesPerPixel()93 return bytesPerChannel * 1; in bytesPerPixel()
169 NSUInteger bytesPerChannel,189 NSUInteger bytesPerChannel,
77 … const size_t bytesPerChannel = frame->header.blocksize * sizeof(FLAC__int32); in write_callback() local79 fuzzing::memory::memory_test(buffer[i], bytesPerChannel); in write_callback()