OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:es_time
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
fw_pvt.h
39
uint32_t
es_time
; /* ticks for processing current workload */
member in struct:__anon31038
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
main.c
161
cxt_swap->
es_time
= 0;
350
cxt_swap->
es_time
+= get_total_ticks(es_t0, es_t1);
365
if ( (NULL != data) && (0 != cxt_swap->
es_time
) )
368
WRITE_SVEN(SVEN_MODULE_EVENT_GV_FW_PK_ES_DONE, (int)cur, (int)cxt_swap->
es_time
, (int)cxt->input.phys,
370
cxt_swap->
es_time
= 0;
Completed in 191 milliseconds