Home
last modified time | relevance | path

Searched refs:skip_frame (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_mp42.c817 MixVideoFrame *skip_frame = NULL; in mix_videofmt_mp42_process_decode() local
832 skip_frame = mix_videoframe_new(); in mix_videofmt_mp42_process_decode()
833 ret = mix_videoframe_set_is_skipped(skip_frame, TRUE); in mix_videofmt_mp42_process_decode()
837 ret = mix_videoframe_set_frame_id(skip_frame, frame_id); in mix_videofmt_mp42_process_decode()
838 ret = mix_videoframe_set_frame_type(skip_frame, MP4_VOP_TYPE_P); in mix_videofmt_mp42_process_decode()
839 ret = mix_videoframe_set_real_frame(skip_frame, self->last_frame); in mix_videofmt_mp42_process_decode()
840 ret = mix_videoframe_set_timestamp(skip_frame, timestamp); in mix_videofmt_mp42_process_decode()
841 ret = mix_videoframe_set_discontinuity(skip_frame, FALSE); in mix_videofmt_mp42_process_decode()
844 (guint)skip_frame, (guint)frame_id, timestamp); in mix_videofmt_mp42_process_decode()
850 ret = mix_framemanager_enqueue(mix->framemgr, skip_frame); in mix_videofmt_mp42_process_decode()
Dmixvideoformat_vc1.c1346 MixVideoFrame *skip_frame = mix_videoframe_new(); in mix_videofmt_vc1_process_decode() local
1347 if (skip_frame == NULL) in mix_videofmt_vc1_process_decode()
1354 mix_videoframe_set_is_skipped(skip_frame, TRUE); in mix_videofmt_vc1_process_decode()
1359 mix_videoframe_set_frame_id(skip_frame, frameid); in mix_videofmt_vc1_process_decode()
1360 mix_videoframe_set_frame_type(skip_frame, VC1_PTYPE_P); in mix_videofmt_vc1_process_decode()
1361 mix_videoframe_set_real_frame(skip_frame, self->lastFrame); in mix_videofmt_vc1_process_decode()
1362 mix_videoframe_set_timestamp(skip_frame, timestamp); in mix_videofmt_vc1_process_decode()
1363 mix_videoframe_set_discontinuity(skip_frame, FALSE); in mix_videofmt_vc1_process_decode()
1364 …skipped frame %x, frame_id set to %d, ts %"G_GINT64_FORMAT"\n", (guint)skip_frame, (guint)frameid,… in mix_videofmt_vc1_process_decode()
1370 skip_frame); in mix_videofmt_vc1_process_decode()
[all …]
/hardware/intel/img/psb_video/src/
Dtng_hostcode.h218 IMG_INT8 skip_frame; member