Home | History | Annotate | Download | only in src

Lines Matching refs:y_size

263        int y_size = 0;
267 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height;
268 //chroma offset is y_size aligned to the 2k boundary
269 c_offset= (y_size + 2047) & (~(2047));
283 fwrite((const char *)buf_addr, y_size, 1, m_debug.infile);
284 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1, m_debug.infile);