Home
last modified time | relevance | path

Searched refs:pret (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_vc1.c90 gint32 pret = VBP_OK; in mix_videoformat_vc1_finalize() local
124 pret = vbp_close(parent->parser_handle); in mix_videoformat_vc1_finalize()
126 if (pret != VBP_OK) in mix_videoformat_vc1_finalize()
249 uint32 pret = 0; in mix_videofmt_vc1_initialize() local
302 pret = vbp_open(ptype, &(parent->parser_handle)); in mix_videofmt_vc1_initialize()
304 if (!(pret == VBP_OK)) in mix_videofmt_vc1_initialize()
345 pret = vbp_parse(parent->parser_handle, header->data, in mix_videofmt_vc1_initialize()
348 if (!((pret == VBP_OK) || (pret == VBP_DONE))) in mix_videofmt_vc1_initialize()
358 pret = vbp_query(parent->parser_handle, (void *)&data); in mix_videofmt_vc1_initialize()
360 if ((pret != VBP_OK) || (data == NULL)) in mix_videofmt_vc1_initialize()
[all …]