Home
last modified time | relevance | path

Searched refs:ref_pic_flag (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_vc1.c58 .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()
Dnvdec_h264.c76 .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()
Dnvdec_mjpeg.c54 .ref_pic_flag = 0, in nvdec_mjpeg_start_frame()
Dnvdec_mpeg12.c58 .ref_pic_flag = s->pict_type == AV_PICTURE_TYPE_I || in nvdec_mpeg12_start_frame()
Dnvdec_mpeg4.c55 .ref_pic_flag = s->pict_type == AV_PICTURE_TYPE_I || in nvdec_mpeg4_start_frame()
Dnvdec_hevc.c96 .ref_pic_flag = 1, in nvdec_hevc_start_frame()
Dnvdec_av1.c70 .ref_pic_flag = !!frame_header->refresh_frame_flags, in nvdec_av1_start_frame()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h329 int ref_pic_flag; member
437 int ref_pic_flag; /**< Set to 1 for I,P frames */ member
739 …int ref_pic_flag; /**< IN: This picture is a reference picture … member
Dgstnvh264dec.c768 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()
Dgstnvh265dec.c694 params->ref_pic_flag = picture->ref; in gst_nv_h265_dec_start_picture()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DextNvidiaVideoParserIf.hpp548 int32_t ref_pic_flag; // Frame is a reference frame member
DvktVideoBaseDecodeUtils.cpp1112 …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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DextNvidiaVideoParserIf.hpp548 int32_t ref_pic_flag; // Frame is a reference frame member
DvktVideoBaseDecodeUtils.cpp1112 …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()