Home
last modified time | relevance | path

Searched refs:not_existing (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c656 dpb->not_existing = ref->nonexisting; in gst_nv_h264_dec_fill_dpb()
661 dpb->not_existing = 1; in gst_nv_h264_dec_fill_dpb()
662 } else if (!dpb->not_existing) { in gst_nv_h264_dec_fill_dpb()
666 if (dpb->not_existing) in gst_nv_h264_dec_fill_dpb()
Dcuviddec.h232 …int not_existing; /**< non-existing reference frame (corresponding PicIdx should be set … member
/third_party/ffmpeg/libavcodec/
Dnvdec_h264.c41 dst->not_existing = 0; in dpb_add()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dapplication_package_test.dart199 IOSApp.fromPrebuiltApp(fs.file('not_existing.ipa'));
204 'File "not_existing.ipa" does not exist. Use an app bundle or an ipa.\n',
346 FuchsiaApp.fromPrebuiltApp(fs.file('not_existing.far'));
351 'File "not_existing.far" does not exist or is not a .far file. Use far archive.\n',
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DextNvidiaVideoParserIf.hpp369 …int32_t not_existing; // non-existing reference frame (corresponding PicIdx should be set to… member
DvktVideoBaseDecodeUtils.cpp1519 const int8_t picIdx = (!dpbIn[inIdx].not_existing && dpbIn[inIdx].pNvidiaVulkanPicture) in FillDpbH264State()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DextNvidiaVideoParserIf.hpp369 …int32_t not_existing; // non-existing reference frame (corresponding PicIdx should be set to… member
DvktVideoBaseDecodeUtils.cpp1519 const int8_t picIdx = (!dpbIn[inIdx].not_existing && dpbIn[inIdx].pNvidiaVulkanPicture) in FillDpbH264State()