Searched refs:mix_videoframe_set_timestamp (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideoframe.h | 135 MIX_RESULT mix_videoframe_set_timestamp(MixVideoFrame * obj, guint64 timestamp);
|
D | mixframemanager.c | 630 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()
|
D | mixvideoframe.c | 286 MIX_RESULT mix_videoframe_set_timestamp(MixVideoFrame * obj, guint64 timestamp) { in mix_videoframe_set_timestamp() function
|
D | mixsurfacepool.c | 348 mix_videoframe_set_timestamp(frame, 0); in mix_surfacepool_put()
|
D | mixvideoformat_mp42.c | 840 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()
|
D | mixvideoformat_vc1.c | 1362 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()
|
D | mixvideoformat_h264.c | 1352 mix_videoframe_set_timestamp(frame, timestamp); in mix_videofmt_h264_process_decode_picture()
|
/hardware/intel/common/libmix/mix_video/test/src/ |
D | test_framemanager.c | 97 mixresult = mix_videoframe_set_timestamp(mvf, pts); in main()
|