Home
last modified time | relevance | path

Searched refs:textureWidth (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.1.4/build/demos/thpdemo/src/THPSimple/
DTHPDraw.c230 s16 textureWidth, in THPGXYuv2RgbDraw() argument
240 GXInitTexObj(&tobj0, y_data, (u16)textureWidth, (u16)textureHeight, in THPGXYuv2RgbDraw()
246 GXInitTexObj(&tobj1, u_data, (u16)(textureWidth>>1), (u16)(textureHeight>>1), in THPGXYuv2RgbDraw()
252 GXInitTexObj(&tobj2, v_data, (u16)(textureWidth>>1), (u16)(textureHeight>>1), in THPGXYuv2RgbDraw()
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayer/
DTHPDraw.c228 s16 textureWidth, in THPGXYuv2RgbDraw() argument
238 GXInitTexObj(&tobj0, y_data, (u16)textureWidth, (u16)textureHeight, in THPGXYuv2RgbDraw()
244 GXInitTexObj(&tobj1, u_data, (u16)(textureWidth>>1), (u16)(textureHeight>>1), in THPGXYuv2RgbDraw()
250 GXInitTexObj(&tobj2, v_data, (u16)(textureWidth>>1), (u16)(textureHeight>>1), in THPGXYuv2RgbDraw()
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPDraw.c230 s16 textureWidth, in THPGXYuv2RgbDraw() argument
240 GXInitTexObj(&tobj0, y_data, (u16)textureWidth, (u16)textureHeight, in THPGXYuv2RgbDraw()
246 GXInitTexObj(&tobj1, u_data, (u16)(textureWidth>>1), (u16)(textureHeight>>1), in THPGXYuv2RgbDraw()
252 GXInitTexObj(&tobj2, v_data, (u16)(textureWidth>>1), (u16)(textureHeight>>1), in THPGXYuv2RgbDraw()
/RvlSDK-3.1.4/build/demos/thpdemo/include/
DTHPDraw.h40 s16 textureWidth,