Run VideoProcessor integration test batch mode on task queue.
Since the AndroidMediaEncoder nowadays must be run on a task queue,
this CL changes the batch mode (which is always used for HW codecs)
to call the VideoProcessor on a task queue.
Further, it changes the PlotVideoProcessorIntegrationTest to be
parameterized over codec implementation.
BUG=
webrtc:6634