The problem with your implementation are:
NUM_BUF_PER_CH 1 will not work.It should be 6 atleast.
You are only copying the bitstream but are not populating any info in the bitstream buffer.
You should atleast populate the filledBufSize for decoding to happen.