Searched refs:bitplane_buf_id (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvaapi.h91 uint32_t bitplane_buf_id; member in struct:vaapi_context
H A Dvaapi.c56 if (vactx->bitplane_buf_id) {
57 vaUnmapBuffer(vactx->display, vactx->bitplane_buf_id);
58 va_buffers[n_va_buffers++] = vactx->bitplane_buf_id;
144 return alloc_buffer(vactx, VABitPlaneBufferType, size, &vactx->bitplane_buf_id);
197 destroy_buffers(vactx->display, &vactx->bitplane_buf_id, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvaapi.h97 uint32_t bitplane_buf_id; member in struct:vaapi_context
H A Dvaapi.c60 if (vactx->bitplane_buf_id) {
61 vaUnmapBuffer(vactx->display, vactx->bitplane_buf_id);
62 va_buffers[n_va_buffers++] = vactx->bitplane_buf_id;
148 return alloc_buffer(vactx, VABitPlaneBufferType, size, &vactx->bitplane_buf_id);
190 destroy_buffers(vactx->display, &vactx->bitplane_buf_id, 1);

Completed in 65 milliseconds