I would recommend you to start from UMC documentation to learn how you can choose output color space for IPP video decoders.
The size of decoded data is quite easy to calculate. Assuming you do not pad end of frame lines for alignment the size of decoded RGB (24bits) frame is equal to = width*height*3.
Vladimir