HomeSort by relevance Sort by last modified time
    Searched refs:aux_buf (Results 1 - 2 of 2) sorted by null

  /external/libvpx/
y4minput.h 53 unsigned char *aux_buf; member in struct:y4m_input
y4minput.c 812 _y4m->aux_buf=(unsigned char *)malloc(_y4m->aux_buf_sz);
818 free(_y4m->aux_buf);
852 if(fread(_y4m->aux_buf,1,_y4m->aux_buf_read_sz,_fin)!=_y4m->aux_buf_read_sz){
857 (*_y4m->convert)(_y4m,_y4m->dst_buf,_y4m->aux_buf);

Completed in 35 milliseconds