Home | History | Annotate | Download | only in src

Lines Matching refs:y_size

1680   int y_size = 0;
1684 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height;
1685 //chroma offset is y_size aligned to the 2k boundary
1686 c_offset= (y_size + 2047) & (~(2047));
1704 fwrite((const char *)buf_addr, y_size, 1,inputBufferFile1);
1705 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1,inputBufferFile1);