Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/thpdemo/src/THPPlayer/
DTHPDraw.c229 s16 textureHeight, 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/build/demos/thpdemo/src/THPSimple/
DTHPDraw.c231 s16 textureHeight, 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/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPDraw.c231 s16 textureHeight, 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/build/demos/thpdemo/include/
DTHPDraw.h41 s16 textureHeight,