Searched refs:reference_frames (Results 1 – 9 of 9) sorted by relevance
45 self->reference_frames[0] = NULL; in mix_videoformat_vc1_init()46 self->reference_frames[1] = NULL; in mix_videoformat_vc1_init()110 if (self->reference_frames[i] != NULL) in mix_videoformat_vc1_finalize()112 mix_videoframe_unref(self->reference_frames[i]); in mix_videoformat_vc1_finalize()113 self->reference_frames[i] = NULL; in mix_videoformat_vc1_finalize()956 if (self->reference_frames[1] == NULL) in mix_videofmt_vc1_decode_a_picture()1063 if (self->reference_frames[1]) in mix_videofmt_vc1_decode_a_picture()1065 pic_params->forward_reference_picture = self->reference_frames[1]->frame_id; in mix_videofmt_vc1_decode_a_picture()1067 else if (self->reference_frames[0]) in mix_videofmt_vc1_decode_a_picture()1069 pic_params->forward_reference_picture = self->reference_frames[0]->frame_id; in mix_videofmt_vc1_decode_a_picture()[all …]
55 self->reference_frames[0] = NULL; in mix_videoformat_mp42_init()56 self->reference_frames[1] = NULL; in mix_videoformat_mp42_init()133 if (self->reference_frames[idx] != NULL) { in mix_videoformat_mp42_finalize()134 mix_videoframe_unref(self->reference_frames[idx]); in mix_videoformat_mp42_finalize()135 self->reference_frames[idx] = NULL; in mix_videoformat_mp42_finalize()869 if (self->reference_frames[1] == NULL) { in mix_videofmt_mp42_process_decode()920 = self->reference_frames[0]->frame_id; in mix_videofmt_mp42_process_decode()925 (guint) self->reference_frames[0]->frame_id); in mix_videofmt_mp42_process_decode()933 = self->reference_frames[1]->frame_id; in mix_videofmt_mp42_process_decode()935 = self->reference_frames[0]->frame_id; in mix_videofmt_mp42_process_decode()[all …]
38 MixVideoFrame * reference_frames[2]; member
94 VASurfaceID reference_frames[4]; member
84 VASurfaceID reference_frames[8]; member
1966 va_TraceMsg(trace_ctx, "\treference_frames[%d] = 0x%08x\n", i, p->reference_frames[i]); in va_TraceVAEncSequenceParameterBufferVP8()
92 …memcpy(vp8SeqParam.reference_frames, mAutoRefSurfaces, sizeof(mAutoRefSurfaces) * mAutoReferenceSu… in renderSequenceParams()
329 seq->ref_frame_buffers[i].surface_id = va_seq->reference_frames[i]; in vsp_vp8_process_seqence_param()335 object_surface_p ref_surf = SURFACE(va_seq->reference_frames[i]); in vsp_vp8_process_seqence_param()