Home
last modified time | relevance | path

Searched refs:reference_frames (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_vc1.c45 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 …]
Dmixvideoformat_mp42.c55 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 …]
Dmixvideoformat_mp42.h38 MixVideoFrame * reference_frames[2]; member
Dmixvideoformat_vc1.h38 MixVideoFrame * reference_frames[2]; member
/hardware/intel/common/libva/va/
Dva_enc_vp8.h94 VASurfaceID reference_frames[4]; member
Dva_dec_vp9.h84 VASurfaceID reference_frames[8]; member
Dva_trace.c1966 va_TraceMsg(trace_ctx, "\treference_frames[%d] = 0x%08x\n", i, p->reference_frames[i]); in va_TraceVAEncSequenceParameterBufferVP8()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderVP8.cpp92 …memcpy(vp8SeqParam.reference_frames, mAutoRefSurfaces, sizeof(mAutoRefSurfaces) * mAutoReferenceSu… in renderSequenceParams()
/hardware/intel/img/psb_video/src/
Dvsp_vp8.c329 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()