Searched refs:nvEncUnlockInputBuffer (Results 1 – 3 of 3) sorted by relevance
218 g_assert (nvenc_api.nvEncUnlockInputBuffer != NULL); in NvEncUnlockInputBuffer()219 return nvenc_api.nvEncUnlockInputBuffer (encoder, input_buf); in NvEncUnlockInputBuffer()
3586 …PNVENCUNLOCKINPUTBUFFER nvEncUnlockInputBuffer; /**< [out]: Client should acces… member
1863 nv_status = p_nvenc->nvEncUnlockInputBuffer(ctx->nvencoder, nvenc_frame->input_surface); in nvenc_upload_frame()