Home
last modified time | relevance | path

Searched refs:NV_ENC_OUTPUT_PTR (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
DnvEncodeAPI.h109 typedef void* NV_ENC_OUTPUT_PTR; /**< NVENCODE API output buffer*/ typedef
1139NV_ENC_OUTPUT_PTR bitstreamBuffer; /**< [out]: Pointer to the output bitstream buf…
1189 NV_ENC_OUTPUT_PTR mvBuffer; /**< [out]: Pointer to the output motion vector buffer */
1803NV_ENC_OUTPUT_PTR outputBitstream; /**< [in]: Specifies t…
1852NV_ENC_OUTPUT_PTR mvBuffer; /**< [in]: Specifies the output buffer…
2015NV_ENC_OUTPUT_PTR outputBitStream; /**< [out]: Specifies the pointer to output b…
2677 NVENCSTATUS NVENCAPI NvEncDestroyBitstreamBuffer (void* encoder, NV_ENC_OUTPUT_PTR b…
2931 NVENCSTATUS NVENCAPI NvEncUnlockBitstream (void* encoder, NV_ENC_OUTPUT_PTR b…
3440 NVENCSTATUS NVENCAPI NvEncDestroyMVBuffer (void* encoder, NV_ENC_OUTPUT_PTR m…
3527 typedef NVENCSTATUS (NVENCAPI* PNVENCDESTROYBITSTREAMBUFFER) (void* encoder, NV_ENC_OUTPUT_PTR b…
[all …]
Dgstnvenc.c244 NvEncUnlockBitstream (void *encoder, NV_ENC_OUTPUT_PTR bb) in NvEncUnlockBitstream()
251 NvEncDestroyBitstreamBuffer (void *encoder, NV_ENC_OUTPUT_PTR bit_buf) in NvEncDestroyBitstreamBuffer()
Dgstnvbaseenc.c224 NV_ENC_OUTPUT_PTR out_buf;
1062 _find_frame_with_output_buffer (GstNvBaseEnc * nvenc, NV_ENC_OUTPUT_PTR out_buf) in _find_frame_with_output_buffer()
1139 NV_ENC_OUTPUT_PTR out_buf; in gst_nv_base_enc_bitstream_thread()
1421 NV_ENC_OUTPUT_PTR out_buf = in gst_nv_base_enc_free_buffers()
/third_party/ffmpeg/libavcodec/
Dnvenc.h82 NV_ENC_OUTPUT_PTR output_surface;