Home
last modified time | relevance | path

Searched refs:idrPeriod (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_beta.h587 uint32_t idrPeriod; member
758 uint32_t idrPeriod; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_beta.h587 uint32_t idrPeriod; member
758 uint32_t idrPeriod; member
/third_party/mesa3d/include/vulkan/
Dvulkan_beta.h629 uint32_t idrPeriod; member
840 uint32_t idrPeriod; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_beta.h656 uint32_t idrPeriod; member
866 uint32_t idrPeriod; member
Dvulkan_structs.hpp98342 , idrPeriod( idrPeriod_ )
98380 idrPeriod = idrPeriod_; in setIdrPeriod()
98428 …return std::tie( sType, pNext, gopFrameCount, idrPeriod, consecutiveBFrameCount, rateControlStruct… in reflect()
98440 …pNext == rhs.pNext ) && ( gopFrameCount == rhs.gopFrameCount ) && ( idrPeriod == rhs.idrPeriod ) && in operator ==()
98456 uint32_t idrPeriod = {}; member
100213 , idrPeriod( idrPeriod_ )
100251 idrPeriod = idrPeriod_; in setIdrPeriod()
100299 …return std::tie( sType, pNext, gopFrameCount, idrPeriod, consecutiveBFrameCount, rateControlStruct… in reflect()
100311 …pNext == rhs.pNext ) && ( gopFrameCount == rhs.gopFrameCount ) && ( idrPeriod == rhs.idrPeriod ) && in operator ==()
100327 uint32_t idrPeriod = {}; member
Dvulkan_hash.hpp13293 VULKAN_HPP_HASH_COMBINE( seed, videoEncodeH264RateControlInfoEXT.idrPeriod ); in operator ()()
13544 VULKAN_HPP_HASH_COMBINE( seed, videoEncodeH265RateControlInfoEXT.idrPeriod ); in operator ()()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
DnvEncodeAPI.h1367 …uint32_t idrPeriod; /**< [in]: Specifies the IDR inter… member
1452 …uint32_t idrPeriod; /**< [in]: Specifies the IDR inter… member
Dgstnvh264enc.c516 h264_config->idrPeriod = config->gopLength; in gst_nv_h264_enc_set_encoder_config()
Dgstnvh265enc.c559 hevc_config->idrPeriod = config->gopLength; in gst_nv_h265_enc_set_encoder_config()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_encode_h265_extensions.txt543 * pname:idrPeriod is the interval, in terms of number of frames, between
562 pname:idrPeriod, and pname:gopFrameCount, but this inferred picture type
Dvideo_encode_h264_extensions.txt567 * pname:idrPeriod is the interval, in terms of number of frames, between
586 pname:idrPeriod, and pname:gopFrameCount, but this inferred picture type
Dvideo_encode_h264_extensions.adoc604 * pname:idrPeriod is the interval, in terms of number of frames, between
628 pname:idrPeriod, and pname:gopFrameCount, but this inferred picture type
Dvideo_encode_h265_extensions.adoc691 * pname:idrPeriod is the interval, in terms of number of frames, between
715 pname:idrPeriod, and pname:gopFrameCount, but this inferred picture type
/third_party/ffmpeg/libavcodec/
Dnvenc.c1067 h264->idrPeriod = cc->gopLength; in nvenc_setup_h264_config()
1164 hevc->idrPeriod = cc->gopLength; in nvenc_setup_hevc_config()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6661 uint32_t idrPeriod; member
6739 uint32_t idrPeriod; member
DvkStrUtilImpl.inl14164 s << "\tidrPeriod = " << value.idrPeriod << '\n';
14313 s << "\tidrPeriod = " << value.idrPeriod << '\n';