Searched refs:current_timestamp (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideoformat_mp42.c | 145 parent->current_timestamp = 0; in mix_videoformat_mp42_finalize() 435 if ((ts != parent->current_timestamp) && (parent->parse_in_progress)) { in mix_videofmt_mp42_decode() 452 parent->current_timestamp, in mix_videofmt_mp42_decode() 466 parent->current_timestamp = ts; in mix_videofmt_mp42_decode() 1150 mix->current_timestamp = 0; in mix_videofmt_mp42_flush() 1204 mix->current_timestamp, mix->discontinuity_frame_in_progress); in mix_videofmt_mp42_eos()
|
D | mixvideoformat.h | 82 guint64 current_timestamp; member
|
D | mixvideoformat_vc1.c | 121 parent->current_timestamp = 0; in mix_videoformat_vc1_finalize() 679 if ((ts != parent->current_timestamp) && in mix_videofmt_vc1_decode() 698 data, parent->current_timestamp, in mix_videofmt_vc1_decode() 713 parent->current_timestamp = ts; in mix_videofmt_vc1_decode() 1520 mix->current_timestamp = 0; in mix_videofmt_vc1_flush() 1587 data, mix->current_timestamp, in mix_videofmt_vc1_eos()
|
D | mixvideoformat_h264.c | 105 parent->current_timestamp = 0; in mix_videoformat_h264_finalize() 624 if ((ts != parent->current_timestamp) && in mix_videofmt_h264_decode() 643 data, parent->current_timestamp, in mix_videofmt_h264_decode() 658 parent->current_timestamp = ts; in mix_videofmt_h264_decode() 824 mix->current_timestamp = 0; in mix_videofmt_h264_flush() 883 data, mix->current_timestamp, in mix_videofmt_h264_eos()
|
D | mixvideoformat.c | 60 self->current_timestamp = 0; in mix_videoformat_init()
|