Searched refs:other_frame (Results 1 – 3 of 3) sorted by relevance
327 GstNvDecoderFrame *other_frame; in gst_nv_vp8_dec_decode_picture() local349 other_frame = in gst_nv_vp8_dec_decode_picture()352 if (!other_frame) { in gst_nv_vp8_dec_decode_picture()357 self->params.CodecSpecific.vp8.AltRefIdx = other_frame->index; in gst_nv_vp8_dec_decode_picture()363 other_frame = in gst_nv_vp8_dec_decode_picture()366 if (!other_frame) { in gst_nv_vp8_dec_decode_picture()371 self->params.CodecSpecific.vp8.GoldenRefIdx = other_frame->index; in gst_nv_vp8_dec_decode_picture()377 other_frame = in gst_nv_vp8_dec_decode_picture()380 if (!other_frame) { in gst_nv_vp8_dec_decode_picture()385 self->params.CodecSpecific.vp8.LastRefIdx = other_frame->index; in gst_nv_vp8_dec_decode_picture()
366 GstNvDecoderFrame *other_frame; in gst_nv_vp9_dec_decode_picture() local420 other_frame = gst_nv_vp9_dec_get_decoder_frame_from_picture (self, in gst_nv_vp9_dec_decode_picture()422 if (!other_frame) { in gst_nv_vp9_dec_decode_picture()427 ref_frame_map[i] = other_frame->index; in gst_nv_vp9_dec_decode_picture()
740 GstNvDecoderFrame *other_frame; in gst_nv_h265_dec_start_picture() local751 other_frame = gst_nv_h265_dec_get_decoder_frame_from_picture (self, other); in gst_nv_h265_dec_start_picture()753 if (other_frame) in gst_nv_h265_dec_start_picture()754 picture_index = other_frame->index; in gst_nv_h265_dec_start_picture()