[][src]Function libdc1394_sys::dc1394_get_color_coding_bit_size

pub unsafe extern "C" fn dc1394_get_color_coding_bit_size(
    color_coding: Type,
    bits: *mut u32
) -> Type

Returns the bit-space used by a pixel. This is different from the data depth! For instance, RGB16 has a bit space of 48 bits, YUV422 is 16bits and YU411 is 12bits.