Home
last modified time | relevance | path

Searched refs:base_u16 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/mpp/utils/
H A Dutils.c141 RK_U16 *base_u16 = (RK_U16 *)(base_y + k * 10); in dump_mpp_frame_to_file() local
143 pix[0] = base_u16[0] & 0x03FF; in dump_mpp_frame_to_file()
144 pix[1] = (base_u16[0] & 0xFC00) >> 10 | (base_u16[1] & 0x000F) << 6; in dump_mpp_frame_to_file()
145 pix[2] = (base_u16[1] & 0x3FF0) >> 4; in dump_mpp_frame_to_file()
146 pix[3] = (base_u16[1] & 0xC000) >> 14 | (base_u16[2] & 0x00FF) << 2; in dump_mpp_frame_to_file()
147 pix[4] = (base_u16[2] & 0xFF00) >> 8 | (base_u16[3] & 0x0003) << 8; in dump_mpp_frame_to_file()
148 pix[5] = (base_u16[3] & 0x0FFC) >> 2; in dump_mpp_frame_to_file()
149 pix[6] = (base_u16[3] & 0xF000) >> 12 | (base_u16[4] & 0x003F) << 4; in dump_mpp_frame_to_file()
150 pix[7] = (base_u16[4] & 0xFFC0) >> 6; in dump_mpp_frame_to_file()
158 RK_U16 *base_u16 = (RK_U16 *)(base_c + k * 10); in dump_mpp_frame_to_file() local
[all …]