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