OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intermediate_buf
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/
vsp_VPP.h
46
struct psb_buffer_s *
intermediate_buf
;
member in struct:context_VPP_s
vsp_VPP.c
325
ctx->
intermediate_buf
= (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s));
326
if (NULL == ctx->
intermediate_buf
) {
331
vaStatus = psb_buffer_create(obj_context->driver_data, VSP_INTERMEDIATE_BUF_SIZE, psb_bt_vpu_only, ctx->
intermediate_buf
);
374
if (ctx->
intermediate_buf
) {
375
psb_buffer_destroy(ctx->
intermediate_buf
);
377
free(ctx->
intermediate_buf
);
378
ctx->
intermediate_buf
= NULL;
[
all
...]
Completed in 152 milliseconds