OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_done
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm.h
46
uint8_t
frame_done
;
member in struct:__anon31054
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_tags.c
225
viddec_emit_assoc_tag(&(cxt->emitter), list->sc_ibuf[index].id, cxt->frame_start_found && cxt->pending_tags.
frame_done
);
237
pend->using_next = (!cxt->pending_tags.
frame_done
&& (cxt->frame_start_found == 1)) || (cxt->frame_start_found > 1);
viddec_pm.c
113
cxt->pending_tags.first_buf_aligned = cxt->pending_tags.using_next = cxt->pending_tags.
frame_done
=false;
493
cxt->pending_tags.
frame_done
= (codec_ret == VIDDEC_PARSE_FRMDONE);
Completed in 255 milliseconds