Searched defs:hcontext (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.c17 uint32 vbp_open(uint32 parser_type, Handle *hcontext) argument
22 if (NULL == hcontext)
27 *hcontext = NULL; /* prepare for failure. */
29 ppcontext = (vbp_context **)hcontext;
48 uint32 vbp_close(Handle hcontext) argument
52 if (NULL == hcontext)
57 vbp_context *pcontext = (vbp_context *)hcontext;
78 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag) argument
83 if ((NULL == hcontext) || (NULL == data) || (0 == size))
89 pcontext = (vbp_context *)hcontext;
109 vbp_query(Handle hcontext, void **data) argument
140 vbp_flush(Handle hcontext) argument
[all...]

Completed in 22 milliseconds