Home | History | Annotate | Download | only in test

Lines Matching refs:nFrameHeight

1442     portFmt.format.video.nFrameHeight = height;
1451 DEBUG_PRINT("\nVideo format, height = %d", portFmt.format.video.nFrameHeight);
1700 height = portFmt.format.video.nFrameHeight;
2370 DEBUG_PRINT_ERROR("DispWidth %d DispHeight %d\n",portFmt.format.video.nFrameWidth,portFmt.format.video.nFrameHeight);
2439 if(portFmt.format.video.nFrameHeight < destH)
2440 destH = portFmt.format.video.nFrameHeight;
2453 e->src_rect.h = portFmt.format.video.nFrameHeight;