Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoframe.h138 MIX_RESULT mix_videoframe_set_discontinuity(MixVideoFrame * obj, gboolean discontinuity);
Dmixvideoframe.c301 MIX_RESULT mix_videoframe_set_discontinuity(MixVideoFrame * obj, in mix_videoframe_set_discontinuity() function
Dmixvideoformat_mp42.c841 ret = mix_videoframe_set_discontinuity(skip_frame, FALSE); in mix_videofmt_mp42_process_decode()
1069 mix_videoframe_set_discontinuity(frame, discontinuity); in mix_videofmt_mp42_process_decode()
Dmixvideoformat_vc1.c1363 mix_videoframe_set_discontinuity(skip_frame, FALSE); in mix_videofmt_vc1_process_decode()
1403 mix_videoframe_set_discontinuity(frame, discontinuity); in mix_videofmt_vc1_process_decode()
Dmixvideoformat_h264.c1349 mix_videoframe_set_discontinuity(frame, discontinuity); in mix_videofmt_h264_process_decode_picture()