Home
last modified time | relevance | path

Searched refs:THPTextureSet (Results 1 – 8 of 8) sorted by relevance

/RvlSDK-3.1.4/build/demos/thpdemo/include/
DTHPPlayerStrmAX.h92 THPTextureSet *dispTextureSet;
95 THPTextureSet textureSet[DECODE_VIDEO_BUFFER_NUM];
DTHPPlayer.h99 THPTextureSet *dispTextureSet;
102 THPTextureSet textureSet[DECODE_VIDEO_BUFFER_NUM];
DTHPPlayerCommon.h64 } THPTextureSet; typedef
DTHPSimple.h80 THPTextureSet textureSet;
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c522 THPTextureSet *textureSet; in InitAllMessageQueue()
955 ActivePlayer.dispTextureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_BLOCK); in THPPlayerSkip()
992 THPTextureSet *textureSet; in PlayControl()
999 textureSet = (THPTextureSet *)0xFFFFFFFF; in PlayControl()
1029 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1043 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1086 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1096 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1103 if (textureSet && (textureSet != (THPTextureSet *)0xFFFFFFFF)) in PlayControl()
DTHPVideoDecode.c354 THPTextureSet *textureSet; in VideoDecode()
363 textureSet = (THPTextureSet *)PopFreeTextureSet(); in VideoDecode()
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c84 static void PushUsedTextureSet(THPTextureSet *buffer);
484 THPTextureSet *textureSet; in InitAllMessageQueue()
963 ActivePlayer.dispTextureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_BLOCK); in THPPlayerSkip()
1000 THPTextureSet *textureSet; in PlayControl()
1007 textureSet = (THPTextureSet *)0xFFFFFFFF; in PlayControl()
1037 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1052 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1096 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1106 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1113 if (textureSet && (textureSet != (THPTextureSet *)0xFFFFFFFF)) in PlayControl()
[all …]
DTHPVideoDecode.c350 THPTextureSet *textureSet; in VideoDecode()
359 textureSet = (THPTextureSet *)PopFreeTextureSet(); in VideoDecode()