Searched refs:CurrPicIdx (Results 1 – 17 of 17) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nvdec_mjpeg.c | 51 .CurrPicIdx = cf->idx, in nvdec_mjpeg_start_frame()
|
D | nvdec_vp8.c | 56 .CurrPicIdx = cf->idx, in nvdec_vp8_start_frame()
|
D | nvdec_mpeg4.c | 52 .CurrPicIdx = cf->idx, in nvdec_mpeg4_start_frame()
|
D | nvdec_mpeg12.c | 51 .CurrPicIdx = cf->idx, in nvdec_mpeg12_start_frame()
|
D | nvdec_vc1.c | 51 .CurrPicIdx = cf->idx, in nvdec_vc1_start_frame()
|
D | nvdec_vp9.c | 55 .CurrPicIdx = cf->idx, in nvdec_vp9_start_frame()
|
D | nvdec_h264.c | 72 .CurrPicIdx = cf->idx, in nvdec_h264_start_frame()
|
D | nvdec_hevc.c | 95 .CurrPicIdx = cf->idx, in nvdec_hevc_start_frame()
|
D | nvdec_av1.c | 69 .CurrPicIdx = cf->idx, in nvdec_av1_start_frame()
|
D | cuviddec.c | 339 ctx->key_frame[picparams->CurrPicIdx] = picparams->intra_pic_flag; in cuvid_handle_picture_decode()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuviddec.h | 729 …int CurrPicIdx; /**< IN: Output index of the current picture … member
|
D | gstnvvp8dec.c | 343 self->params.CurrPicIdx = frame->index; in gst_nv_vp8_dec_decode_picture()
|
D | gstnvvp9dec.c | 413 params->CurrPicIdx = frame->index; in gst_nv_vp9_dec_decode_picture()
|
D | gstnvdec.c | 693 GST_LOG_OBJECT (nvdec, "picture index: %u", params->CurrPicIdx); in parser_decode_callback() 734 GUINT_TO_POINTER (params->CurrPicIdx + 1), NULL); in parser_decode_callback()
|
D | gstnvh264dec.c | 748 params->CurrPicIdx = frame->index; in gst_nv_h264_dec_start_picture()
|
D | gstnvh265dec.c | 690 params->CurrPicIdx = frame->index; in gst_nv_h265_dec_start_picture()
|
D | gstnvdecoder.c | 467 GST_LOG_OBJECT (decoder, "picture index: %u", params->CurrPicIdx); in gst_nv_decoder_decode_picture()
|