Searched refs:hcontext (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_loader.c | 17 uint32 vbp_open(uint32 parser_type, Handle *hcontext) in vbp_open() argument 22 if (NULL == hcontext) in vbp_open() 27 *hcontext = NULL; /* prepare for failure. */ in vbp_open() 29 ppcontext = (vbp_context **)hcontext; in vbp_open() 48 uint32 vbp_close(Handle hcontext) in vbp_close() argument 52 if (NULL == hcontext) in vbp_close() 57 vbp_context *pcontext = (vbp_context *)hcontext; in vbp_close() 78 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag) in vbp_parse() argument 83 if ((NULL == hcontext) || (NULL == data) || (0 == size)) in vbp_parse() 89 pcontext = (vbp_context *)hcontext; in vbp_parse() [all …]
|
D | vbp_loader.h | 278 uint32 vbp_open(uint32 parser_type, Handle *hcontext); 286 uint32 vbp_close(Handle hcontext); 297 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag); 307 uint32 vbp_query(Handle hcontext, void **data);
|
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
D | vbp_loader.h | 510 uint32 vbp_open(uint32 parser_type, Handle *hcontext); 518 uint32 vbp_close(Handle hcontext); 529 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag); 539 uint32 vbp_query(Handle hcontext, void **data); 560 uint32 vbp_update(Handle hcontext, void *newdata, uint32 size, void **data); 563 uint32 vbp_decode(Handle hcontext, void *picdata);
|