Home | History | Annotate | Download | only in h264dec

Lines Matching refs:img_width

1032         bufWidth  = (outputInfo.img_width + 15) & (~15);
1161 int imageSize = outputInfo.img_width * outputInfo.img_height;
1163 int actualWidth = outputInfo.img_width;
1175 actualWidth = (outputInfo.img_width + 15) & (~15);