Searched refs:displayHeight (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp49 uint32 displayHeight; member in struct:__anon6
180 info->displayHeight = displayInfo.pmodes[0].r.height;
182 info->displayWidth, info->displayHeight);
399 info->displayHeight);
400 virtio_gpu_flush_resource(info, info->displayResourceId, info->displayWidth, info->displayHeight);
434 info->displayHeight = mode->virtual_height;
440 status = virtio_gpu_set_scanout(info, 0, info->displayResourceId, info->displayWidth, info->displayHeight);
444 status = virtio_gpu_transfer_to_host_2d(info, info->displayResourceId, info->displayWidth, info->displayHeight);
448 status = virtio_gpu_flush_resource(info, info->displayResourceId, info->displayWidth, info->displayHeight);
458 sharedInfo.current_mode.virtual_height = info->displayHeight;
[all...]
/haiku/src/add-ons/translators/exr/
H A DEXRTranslator.cpp134 int displayHeight = displayWindow.max.y - displayWindow.min.y + 1; local
143 bitsHeader.bounds.bottom = displayHeight - 1;
146 bitsHeader.dataSize = bitsHeader.rowBytes * displayHeight;
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp1630 int displayHeight = fRawDecodedPicture->height; local
1646 deinterlacedPicture.linesize, displayWidth, displayHeight,
1652 fCodecContext->pix_fmt, displayWidth, displayHeight);
1659 fSwsContext = sws_getContext(displayWidth, displayHeight,
1660 fCodecContext->pix_fmt, displayWidth, displayHeight,
1667 fCodecContext->pix_fmt, displayWidth, displayHeight);
1707 deinterlacedFrame.linesize, 0, displayHeight,
1712 fPostProcessedDecodedPicture, displayWidth, displayHeight);
1717 fRawDecodedPicture->linesize, 0, displayHeight,
1722 fPostProcessedDecodedPicture, displayWidth, displayHeight);
[all...]

Completed in 417 milliseconds