Home
last modified time | relevance | path

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

/external/libvpx/
Dy4minput.h44 size_t dst_buf_sz; member
Dy4minput.c808 _y4m->dst_buf_sz=_y4m->pic_w*_y4m->pic_h in y4m_input_open()
811 _y4m->dst_buf=(unsigned char *)malloc(_y4m->dst_buf_sz); in y4m_input_open()