Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp8dec.c327 GstNvDecoderFrame *other_frame; in gst_nv_vp8_dec_decode_picture() local
349 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()
Dgstnvvp9dec.c366 GstNvDecoderFrame *other_frame; in gst_nv_vp9_dec_decode_picture() local
420 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()
Dgstnvh265dec.c740 GstNvDecoderFrame *other_frame; in gst_nv_h265_dec_start_picture() local
751 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()