Lines Matching defs:videoWidth
4081 UINT32 videoWidth;
4168 videoWidth = frameSize.width;
4171 bitRate = (UINT32)fps*videoWidth*videoHeight; // 1-bit per pixel
4281 hr = MFSetAttributeSize(mediaTypeOut.Get(), MF_MT_FRAME_SIZE, videoWidth, videoHeight);
4316 hr = MFSetAttributeSize(mediaTypeIn.Get(), MF_MT_FRAME_SIZE, videoWidth, videoHeight);
4346 const LONG cbWidth = 4 * videoWidth;