Home
last modified time | relevance | path

Searched refs:lock_bs (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c1138 NV_ENC_LOCK_BITSTREAM lock_bs = { 0, }; in gst_nv_base_enc_bitstream_thread() local
1153 lock_bs.version = gst_nvenc_get_lock_bitstream_version (); in gst_nv_base_enc_bitstream_thread()
1154 lock_bs.outputBitstream = out_buf; in gst_nv_base_enc_bitstream_thread()
1155 lock_bs.doNotWait = 0; in gst_nv_base_enc_bitstream_thread()
1158 lock_bs.sliceOffsets = NULL; in gst_nv_base_enc_bitstream_thread()
1166 nv_ret = NvEncLockBitstream (nvenc->encoder, &lock_bs); in gst_nv_base_enc_bitstream_thread()
1172 lock_bs.outputBitstream, nv_ret)); in gst_nv_base_enc_bitstream_thread()
1181 buffer = gst_buffer_new_allocate (NULL, lock_bs.bitstreamSizeInBytes, NULL); in gst_nv_base_enc_bitstream_thread()
1182 gst_buffer_fill (buffer, 0, lock_bs.bitstreamBufferPtr, in gst_nv_base_enc_bitstream_thread()
1183 lock_bs.bitstreamSizeInBytes); in gst_nv_base_enc_bitstream_thread()
[all …]
Dgstnvenc.c237 NvEncLockBitstream (void *encoder, NV_ENC_LOCK_BITSTREAM * lock_bs) in NvEncLockBitstream() argument
240 return nvenc_api.nvEncLockBitstream (encoder, lock_bs); in NvEncLockBitstream()