Lines Matching refs:height
94 // some container has the incorrect width/height.
102 mVideoFormatInfo.height != (uint32_t)data->codec_data->frame_height) &&
105 ITRACE("Video size is changed. from %dx%d to %dx%d\n",mVideoFormatInfo.width,mVideoFormatInfo.height, data->codec_data->frame_width,data->codec_data->frame_height);
110 mVideoFormatInfo.height = data->codec_data->frame_height;
120 || (mVideoFormatInfo.height > mVideoFormatInfo.surfaceHeight);
362 mVideoFormatInfo.width, mVideoFormatInfo.height,
366 mVideoFormatInfo.cropBottom = (data->codec_data->frame_height > mVideoFormatInfo.height) ?
367 (data->codec_data->frame_height - mVideoFormatInfo.height) : 0;
372 mVideoFormatInfo.height != (uint32_t)data->codec_data->frame_height) &&
376 mVideoFormatInfo.height = data->codec_data->frame_height;
419 if (cfgAttribs[0].value * cfgAttribs[1].value < (uint32_t)mVideoFormatInfo.width * (uint32_t)mVideoFormatInfo.height) {
421 cfgAttribs[0].value, cfgAttribs[1].value, mVideoFormatInfo.width, mVideoFormatInfo.height);