HomeSort by relevance Sort by last modified time
    Searched refs:VBP_DONE (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.h 255 VBP_DONE,
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 480 VBP_DONE,
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 258 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.
    [all...]
mixvideoformat_h264.c 249 if (!((pret == VBP_OK) || (pret == VBP_DONE)))
675 if ((pret == VBP_DONE) || (pret == VBP_OK))
    [all...]
mixvideoformat_vc1.c 348 if (!((pret == VBP_OK) || (pret == VBP_DONE)))
730 if (pret == VBP_DONE)
    [all...]

Completed in 554 milliseconds