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

  /hardware/intel/img/psb_video/src/
vsp_VPP.h 45 struct psb_buffer_s *context_buf; member in struct:context_VPP_s
vsp_vp8.c 241 ctx->context_buf = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s));
242 if (NULL == ctx->context_buf) {
248 vaStatus = psb_buffer_create(obj_context->driver_data, VSP_VP8ENC_STATE_SIZE, psb_bt_vpu_only, ctx->context_buf);
273 if (ctx->context_buf) {
274 psb_buffer_destroy(ctx->context_buf);
275 free(ctx->context_buf);
276 ctx->context_buf = NULL;
756 vsp_cmdbuf_insert_command(cmdbuf, CONTEXT_VP8_ID, ctx->context_buf, Vss_Sys_STATE_BUF_COMMAND,
    [all...]

Completed in 32 milliseconds