Searched refs:ref_pic_flag (Results 1 – 14 of 14) sorted by relevance
58 .ref_pic_flag = s->pict_type == AV_PICTURE_TYPE_I || in nvdec_vc1_start_frame()69 .ref_pic_flag = s->pict_type == AV_PICTURE_TYPE_I || in nvdec_vc1_start_frame()
76 .ref_pic_flag = h->nal_ref_idc != 0, in nvdec_h264_start_frame()106 .ref_pic_flag = h->nal_ref_idc != 0, in nvdec_h264_start_frame()
54 .ref_pic_flag = 0, in nvdec_mjpeg_start_frame()
58 .ref_pic_flag = s->pict_type == AV_PICTURE_TYPE_I || in nvdec_mpeg12_start_frame()
55 .ref_pic_flag = s->pict_type == AV_PICTURE_TYPE_I || in nvdec_mpeg4_start_frame()
96 .ref_pic_flag = 1, in nvdec_hevc_start_frame()
70 .ref_pic_flag = !!frame_header->refresh_frame_flags, in nvdec_av1_start_frame()
329 int ref_pic_flag; member437 int ref_pic_flag; /**< Set to 1 for I,P frames */ member739 …int ref_pic_flag; /**< IN: This picture is a reference picture … member
768 params->ref_pic_flag = GST_H264_PICTURE_IS_REF (picture); in gst_nv_h264_dec_start_picture()774 h264_params->ref_pic_flag = GST_H264_PICTURE_IS_REF (picture); in gst_nv_h264_dec_start_picture()
694 params->ref_pic_flag = picture->ref; in gst_nv_h265_dec_start_picture()
548 int32_t ref_pic_flag; // Frame is a reference frame member
1112 …decodePictureInfo.flags.refPic = pNvidiaVulkanParserPictureData->ref_pic_flag ? 1 : 0; // Fr… in DecodePicture()1298 if (pNvidiaVulkanParserPictureData->ref_pic_flag) in DecodePicture()1422 DE_ASSERT(pNvidiaVulkanParserPictureData->ref_pic_flag); in DecodePicture()1432 DE_ASSERT(!pNvidiaVulkanParserPictureData->ref_pic_flag || (pSetupReferenceSlot->slotIndex >= 0)); in DecodePicture()