Home
last modified time | relevance | path

Searched refs:mix_videoframe_set_timestamp (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoframe.h135 MIX_RESULT mix_videoframe_set_timestamp(MixVideoFrame * obj, guint64 timestamp);
Dmixframemanager.c630 ret = mix_videoframe_set_timestamp(fm->p_frame, in mix_framemanager_frametype_based_enqueue()
657 ret = mix_videoframe_set_timestamp(mvf, fm->prev_timestamp); in mix_framemanager_frametype_based_enqueue()
Dmixvideoframe.c286 MIX_RESULT mix_videoframe_set_timestamp(MixVideoFrame * obj, guint64 timestamp) { in mix_videoframe_set_timestamp() function
Dmixsurfacepool.c348 mix_videoframe_set_timestamp(frame, 0); in mix_surfacepool_put()
Dmixvideoformat_mp42.c840 ret = mix_videoframe_set_timestamp(skip_frame, timestamp); in mix_videofmt_mp42_process_decode()
1072 mix_videoframe_set_timestamp(frame, timestamp); in mix_videofmt_mp42_process_decode()
Dmixvideoformat_vc1.c1362 mix_videoframe_set_timestamp(skip_frame, timestamp); in mix_videofmt_vc1_process_decode()
1406 mix_videoframe_set_timestamp(frame, timestamp); in mix_videofmt_vc1_process_decode()
Dmixvideoformat_h264.c1352 mix_videoframe_set_timestamp(frame, timestamp); in mix_videofmt_h264_process_decode_picture()
/hardware/intel/common/libmix/mix_video/test/src/
Dtest_framemanager.c97 mixresult = mix_videoframe_set_timestamp(mvf, pts); in main()