Hello,
there are not enough of information in your message.
BUS clk?
ADC clk?
SFCAdder = 5 cycles of ADCCLK + 5 BUSCLK
averaging = disabled (1 average number factor)
high speed mode = enabled (2 cycles ADCCLK)
converison mode = 16 bits and differencial mode = enabled (34 cycles ADCCLK base conversion time BCT)
sample time = shortest (0 cycles of ADCCLK)

If I will consider peripheral bus clock BUSCLK = 48MHz divided by 4 to get ADCCLK = 12MHz then:
ConversionTime = 5*(1/12000000)+5*(1/48000000)+1*(34+0+2)*(1/12000000)=~3.52us -> ~284kSamples
What you can see in datasheet is the value of single-ended channel.
However, consider that with such configuration the resulting accuracy will be lower. i do not recommend to measure a signals with higher external impedance. This should be minimazes as possible. The based way is supply the ADC input from OA output (follower circuit).
regards
R.