Home
last modified time | relevance | path

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

/hardware/intel/common/libva/va/
Dva_fool.c350 unsigned int magic, buftype; in va_FoolMapBuffer() local
357 buftype = buf_id & 0xff; in va_FoolMapBuffer()
358 *pbuf = fool_ctx->fool_buf[buftype]; in va_FoolMapBuffer()
361 if (*pbuf && (buftype == VAEncCodedBufferType)) in va_FoolMapBuffer()