Home
last modified time | relevance | path

Searched refs:current_timestamp (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_mp42.c145 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()
Dmixvideoformat.h82 guint64 current_timestamp; member
Dmixvideoformat_h264.c105 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()
Dmixvideoformat_vc1.c121 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()
Dmixvideoformat.c60 self->current_timestamp = 0; in mix_videoformat_init()