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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.c 57 vbp_context *pcontext = (vbp_context *)hcontext; local
59 if (MAGIC_NUMBER != pcontext->identifier)
65 error = vbp_utils_destroy_context(pcontext);
80 vbp_context *pcontext; local
89 pcontext = (vbp_context *)hcontext;
91 if (MAGIC_NUMBER != pcontext->identifier)
97 error = vbp_utils_parse_buffer(pcontext, data, size, init_data_flag);
111 vbp_context *pcontext; local
120 pcontext = (vbp_context *)hcontext;
122 if (MAGIC_NUMBER != pcontext->identifier
142 vbp_context *pcontext; local
    [all...]
vbp_utils.c 32 static uint32 vbp_utils_uninitialize_context(vbp_context *pcontext)
36 if (NULL == pcontext)
43 g_free(pcontext->parser_ops);
44 pcontext->parser_ops = NULL;
47 if (pcontext->fd_parser)
49 dlclose(pcontext->fd_parser);
50 pcontext->fd_parser = NULL;
61 static uint32 vbp_utils_initialize_context(vbp_context *pcontext)
66 switch (pcontext->parser_type)
91 pcontext->fd_parser = dlopen(parser_name, RTLD_LAZY)
398 vbp_context *pcontext = NULL; local
    [all...]

Completed in 182 milliseconds