Searched defs:parser_type (Results 1 - 3 of 3) 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
36 error = vbp_utils_create_context(parser_type, ppcontext);
H A Dvbp_utils.c66 switch (pcontext->parser_type)
118 switch (pcontext->parser_type)
216 if ((VBP_VC1 == pcontext->parser_type) ||
217 (VBP_MPEG2 == pcontext->parser_type) ||
218 (VBP_MPEG4 == pcontext->parser_type))
395 uint32 vbp_utils_create_context(uint32 parser_type, vbp_context **ppcontext) argument
410 pcontext->parser_type = parser_type;
H A Dvbp_utils.h50 uint32 parser_type; member in struct:vbp_context_t
84 uint32 vbp_utils_create_context(uint32 parser_type, vbp_context **ppcontext);

Completed in 149 milliseconds