Searched refs:ch_4 (Results 1 – 1 of 1) sorted by relevance
1279 uint8_t ch_4 = tolower((fourcc) & 0xff); in FourCCtoLower() local1280 uint32_t fourcc_out = ch_1 << 24 | ch_2 << 16 | ch_3 << 8 | ch_4; in FourCCtoLower()