Searched refs:nv_ret (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvbaseenc.c | 457 NVENCSTATUS nv_ret; in gst_nv_base_enc_open_encode_session() local 463 nv_ret = NvEncOpenEncodeSessionEx (¶ms, &nvenc->encoder); in gst_nv_base_enc_open_encode_session() 465 return nv_ret == NV_ENC_SUCCESS; in gst_nv_base_enc_open_encode_session() 1137 NVENCSTATUS nv_ret; in gst_nv_base_enc_bitstream_thread() local 1166 nv_ret = NvEncLockBitstream (nvenc->encoder, &lock_bs); in gst_nv_base_enc_bitstream_thread() 1167 if (nv_ret != NV_ENC_SUCCESS) { in gst_nv_base_enc_bitstream_thread() 1172 lock_bs.outputBitstream, nv_ret)); in gst_nv_base_enc_bitstream_thread() 1190 nv_ret = NvEncUnlockBitstream (nvenc->encoder, state->out_buf); in gst_nv_base_enc_bitstream_thread() 1192 if (nv_ret != NV_ENC_SUCCESS) { in gst_nv_base_enc_bitstream_thread() 1197 lock_bs.outputBitstream, nv_ret)); in gst_nv_base_enc_bitstream_thread() [all …]
|
D | gstnvh264enc.c | 335 NVENCSTATUS nv_ret; in gst_nv_h264_enc_set_profile_and_level() local 344 nv_ret = NvEncGetSequenceParams (GST_NV_BASE_ENC (nvenc)->encoder, &spp); in gst_nv_h264_enc_set_profile_and_level() 345 if (nv_ret != NV_ENC_SUCCESS) { in gst_nv_h264_enc_set_profile_and_level() 347 ("NvEncGetSequenceParams return code=%d", nv_ret)); in gst_nv_h264_enc_set_profile_and_level()
|
D | gstnvh265enc.c | 360 NVENCSTATUS nv_ret; in gst_nv_h265_enc_set_level_tier_and_profile() local 369 nv_ret = NvEncGetSequenceParams (GST_NV_BASE_ENC (nvenc)->encoder, &spp); in gst_nv_h265_enc_set_level_tier_and_profile() 370 if (nv_ret != NV_ENC_SUCCESS) { in gst_nv_h265_enc_set_level_tier_and_profile() 372 ("NvEncGetSequenceParams return code=%d", nv_ret)); in gst_nv_h265_enc_set_level_tier_and_profile()
|
D | gstnvenc.c | 498 NVENCSTATUS nv_ret; in gst_nvenc_get_supported_codec_profiles() local 546 nv_ret = NvEncGetEncodeProfileGUIDCount (enc, codec_id, &n); in gst_nvenc_get_supported_codec_profiles() 548 if (nv_ret != NV_ENC_SUCCESS) in gst_nvenc_get_supported_codec_profiles() 551 nv_ret = NvEncGetEncodeProfileGUIDs (enc, in gst_nvenc_get_supported_codec_profiles() 554 if (nv_ret != NV_ENC_SUCCESS) in gst_nvenc_get_supported_codec_profiles()
|