Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dy4minput.h44 size_t dst_buf_sz; member
Dy4minput.c1054 _y4m->dst_buf_sz = in y4m_input_open()
1059 _y4m->dst_buf = (unsigned char *)malloc(_y4m->dst_buf_sz); in y4m_input_open()
1061 _y4m->dst_buf = (unsigned char *)malloc(2 * _y4m->dst_buf_sz); in y4m_input_open()