Searched refs:xSize (Results 1 – 9 of 9) sorted by relevance
| /RvlSDK-3.3/include/revolution/ |
| D | thpfile.h | 92 u32 xSize; // width of video member 100 u32 xSize; member
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPSimple/ |
| D | main.c | 87 x = (rmode->fbWidth - videoInfo.xSize) / 2; in main() 139 frame = THPSimpleDrawCurrentFrame(rmode, x, y, videoInfo.xSize, videoInfo.ySize); in main()
|
| D | THPSimple.c | 423 size += OSRoundUp32B(SimpleControl.videoInfo.xSize * SimpleControl.videoInfo.ySize); //Y in THPSimpleCalcNeedMemory() 424 size += OSRoundUp32B(SimpleControl.videoInfo.xSize * SimpleControl.videoInfo.ySize / 4); //U in THPSimpleCalcNeedMemory() 425 size += OSRoundUp32B(SimpleControl.videoInfo.xSize * SimpleControl.videoInfo.ySize / 4); //V in THPSimpleCalcNeedMemory() 468 ysize = OSRoundUp32B(SimpleControl.videoInfo.xSize * SimpleControl.videoInfo.ySize); in THPSimpleSetBuffer() 469 uvsize = OSRoundUp32B(SimpleControl.videoInfo.xSize * SimpleControl.videoInfo.ySize / 4); in THPSimpleSetBuffer() 971 (s16)SimpleControl.videoInfo.xSize, (s16)SimpleControl.videoInfo.ySize, in THPSimpleDrawCurrentFrame()
|
| /RvlSDK-3.3/build/tools/thputilities/src/ |
| D | thputilities.c | 460 if ((rtn = THPUtyPutU32(op, videoinfo->xSize)) != THP_ERROR_NOERROR) in THPUtyWriteTHPVideoInfo() 777 videoinfo->xSize = THPUtyReverseEndianU32(videoinfo->xSize); in THPUtyReadTHPVideoInfo() 809 videoinfo->xSize = THPUtyReverseEndianU32(videoinfoOld.xSize); in THPUtyReadTHPVideoInfoOld() 1110 u32 xSize, ySize; in THPUtyCreateTHP() local 1272 xSize = imageStatus.xSize; in THPUtyCreateTHP() 1275 else if ((xSize != imageStatus.xSize) || (ySize != imageStatus.ySize)) in THPUtyCreateTHP() 1467 fileHeader->videoInfo.xSize = imageStatus.xSize; in THPUtyCreateTHP()
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPPlayer/ |
| D | main.c | 123 frame = THPPlayerDrawCurrentFrame(rmode, x, y, videoInfo.xSize, videoInfo.ySize); in main() 268 x = (rmode->fbWidth - videoInfo.xSize) / 2; in main()
|
| D | THPPlayer.c | 422 size += OSRoundUp32B(ActivePlayer.videoInfo.xSize * ActivePlayer.videoInfo.ySize) in THPPlayerCalcNeedMemory() 424 size += OSRoundUp32B(ActivePlayer.videoInfo.xSize * ActivePlayer.videoInfo.ySize / 4) in THPPlayerCalcNeedMemory() 426 size += OSRoundUp32B(ActivePlayer.videoInfo.xSize * ActivePlayer.videoInfo.ySize / 4) in THPPlayerCalcNeedMemory() 480 ysize = OSRoundUp32B(ActivePlayer.videoInfo.xSize * ActivePlayer.videoInfo.ySize); in THPPlayerSetBuffer() 481 uvsize = OSRoundUp32B(ActivePlayer.videoInfo.xSize * ActivePlayer.videoInfo.ySize / 4); in THPPlayerSetBuffer() 1280 (s16)ActivePlayer.videoInfo.xSize, (s16)ActivePlayer.videoInfo.ySize, in THPPlayerDrawCurrentFrame()
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | main.c | 119 frame = THPPlayerDrawCurrentFrame(rmode, x, y, videoInfo.xSize, videoInfo.ySize); in main() 219 x = (rmode->fbWidth - videoInfo.xSize) / 2; in main()
|
| D | THPPlayer.c | 364 size += OSRoundUp32B(ActivePlayer.videoInfo.xSize * ActivePlayer.videoInfo.ySize) in THPPlayerCalcNeedMemory() 366 size += OSRoundUp32B(ActivePlayer.videoInfo.xSize * ActivePlayer.videoInfo.ySize / 4) in THPPlayerCalcNeedMemory() 368 size += OSRoundUp32B(ActivePlayer.videoInfo.xSize * ActivePlayer.videoInfo.ySize / 4) in THPPlayerCalcNeedMemory() 424 ysize = OSRoundUp32B(ActivePlayer.videoInfo.xSize * ActivePlayer.videoInfo.ySize); in THPPlayerSetBuffer() 425 uvsize = OSRoundUp32B(ActivePlayer.videoInfo.xSize * ActivePlayer.videoInfo.ySize / 4); in THPPlayerSetBuffer() 1280 (s16)ActivePlayer.videoInfo.xSize, (s16)ActivePlayer.videoInfo.ySize, in THPPlayerDrawCurrentFrame()
|
| /RvlSDK-3.3/include/win32/ |
| D | thpcore.h | 48 u32 xSize; member
|