Searched refs:parser_type (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
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);
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_loader.h273 * @param parser_type: one of the types defined in #vbp_parser_type
278 uint32 vbp_open(uint32 parser_type, Handle *hcontext);
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h505 * @param parser_type: one of the types defined in #vbp_parser_type
510 uint32 vbp_open(uint32 parser_type, Handle *hcontext);

Completed in 354 milliseconds