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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.h255 VBP_DONE, enumerator in enum:_vbp_parser_error
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h480 VBP_DONE, enumerator in enum:_vbp_parser_error
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat_mp42.c258 if (!((vbp_ret == VBP_OK) || (vbp_ret == VBP_DONE))) {
483 if (vbp_ret != VBP_DONE && vbp_ret != VBP_OK) {
491 if (vbp_ret == VBP_OK || vbp_ret == VBP_DONE) {
493 LOG_V("Now, parsing is done (VBP_DONE)!\n");
518 LOG_I("bufentry->buf = %x bufentry->timestamp FOR VBP_DONE = %"G_GINT64_FORMAT"\n", bufentry->buf, bufentry->timestamp);
542 * The DHG parser checks for next_sc, if next_sc is a start code, it thinks the current parsing is done: VBP_DONE.
H A Dmixvideoformat_h264.c249 if (!((pret == VBP_OK) || (pret == VBP_DONE)))
675 if ((pret == VBP_DONE) || (pret == VBP_OK))
H A Dmixvideoformat_vc1.c348 if (!((pret == VBP_OK) || (pret == VBP_DONE)))
730 if (pret == VBP_DONE)

Completed in 77 milliseconds