Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dy4minput.h50 size_t dst_buf_sz; member
Dy4minput.c871 _y4m->dst_buf_sz = _y4m->pic_w * _y4m->pic_h in y4m_input_open()
874 _y4m->dst_buf = (unsigned char *)malloc(_y4m->dst_buf_sz); in y4m_input_open()