Home | History | Annotate | Download | only in src

Lines Matching refs:y_size

1638   int y_size = 0;
1641 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height;
1642 //chroma offset is y_size aligned to the 2k boundary
1643 c_offset= (y_size + 2047) & (~(2047));
1647 fwrite((const char *)frameinfo.ptrbuffer, y_size, 1,inputBufferFile1);
1648 fwrite((const char *)(frameinfo.ptrbuffer + c_offset), (y_size>>1), 1,inputBufferFile1);