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

  /external/mesa3d/src/gallium/state_trackers/va/
image.c 198 vlVaBuffer *img_buf; local
267 img_buf = CALLOC(1, sizeof(vlVaBuffer));
268 if (!img_buf) {
276 img_buf->type = VAImageBufferType;
277 img_buf->size = img->data_size;
278 img_buf->num_elements = 1;
280 pipe_resource_reference(&img_buf->derived_surface.resource, surfaces[0]->texture);
282 img->buf = handle_table_add(VL_VA_DRIVER(ctx)->htab, img_buf);
330 vlVaBuffer *img_buf; local
356 img_buf = handle_table_get(drv->htab, vaimage->buf)
442 vlVaBuffer *img_buf; local
    [all...]
  /external/libvpx/libvpx/test/
encode_api_test.cc 90 uint8_t *img_buf = reinterpret_cast<uint8_t *>( local
91 calloc(width * height * bps / 8, sizeof(*img_buf)));
97 vpx_img_wrap(&img, VPX_IMG_FMT_I420, width, height, 1, img_buf);
103 free(img_buf);

Completed in 284 milliseconds