Home | History | Annotate | Download | only in src

Lines Matching refs:y_size

1678   int y_size = 0;
1682 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height;
1683 //chroma offset is y_size aligned to the 2k boundary
1684 c_offset= (y_size + 2047) & (~(2047));
1702 fwrite((const char *)buf_addr, y_size, 1,inputBufferFile1);
1703 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1,inputBufferFile1);