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