Home | History | Annotate | Download | only in src

Lines Matching refs:buf_addr

1535 bool omx_venc::dev_use_buf(void *buf_addr,unsigned port,unsigned index)
1537 return handle->venc_use_buf(buf_addr,port,index);
1540 bool omx_venc::dev_free_buf(void *buf_addr,unsigned port)
1542 return handle->venc_free_buf(buf_addr,port);