Searched refs:bitstreamSizeInBytes (Results 1 – 3 of 3) sorted by relevance
1103 … uint32_t bitstreamSizeInBytes; /**< [out]: Encoded bitstream size in bytes */ member1894 …uint32_t bitstreamSizeInBytes; /**< [out]: Actual number of bytes generated … member
1181 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()
1978 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()