Home
last modified time | relevance | path

Searched refs:bitstreamSizeInBytes (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
DnvEncodeAPI.h1103 … uint32_t bitstreamSizeInBytes; /**< [out]: Encoded bitstream size in bytes */ member
1894 …uint32_t bitstreamSizeInBytes; /**< [out]: Actual number of bytes generated … member
Dgstnvbaseenc.c1181 buffer = gst_buffer_new_allocate (NULL, lock_bs.bitstreamSizeInBytes, NULL); in gst_nv_base_enc_bitstream_thread()
1183 lock_bs.bitstreamSizeInBytes); in gst_nv_base_enc_bitstream_thread()
/third_party/ffmpeg/libavcodec/
Dnvenc.c1978 res = ff_get_encode_buffer(avctx, pkt, lock_params.bitstreamSizeInBytes, 0); in process_output_surface()
1985 memcpy(pkt->data, lock_params.bitstreamBufferPtr, lock_params.bitstreamSizeInBytes); in process_output_surface()