Searched refs:textureSet (Results 1 – 8 of 8) sorted by relevance
354 THPTextureSet *textureSet; in VideoDecode() local363 textureSet = (THPTextureSet *)PopFreeTextureSet(); in VideoDecode()371 textureSet->ytexture, in VideoDecode()372 textureSet->utexture, in VideoDecode()373 textureSet->vtexture, in VideoDecode()385 textureSet->frameNumber = readBuffer->frameNumber; in VideoDecode()386 PushDecodedTextureSet(textureSet); in VideoDecode()
486 ActivePlayer.textureSet[i].ytexture = ptr; in THPPlayerSetBuffer()489 ActivePlayer.textureSet[i].utexture = ptr; in THPPlayerSetBuffer()492 ActivePlayer.textureSet[i].vtexture = ptr; in THPPlayerSetBuffer()532 THPTextureSet *textureSet; in InitAllMessageQueue() local549 textureSet = &ActivePlayer.textureSet[i]; in InitAllMessageQueue()550 PushFreeTextureSet(textureSet); in InitAllMessageQueue()1002 THPTextureSet *textureSet; in PlayControl() local1009 textureSet = (THPTextureSet *)0xFFFFFFFF; in PlayControl()1039 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()1053 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()[all …]
350 THPTextureSet *textureSet; in VideoDecode() local359 textureSet = (THPTextureSet *)PopFreeTextureSet(); in VideoDecode()367 textureSet->ytexture, in VideoDecode()368 textureSet->utexture, in VideoDecode()369 textureSet->vtexture, in VideoDecode()381 textureSet->frameNumber = readBuffer->frameNumber; in VideoDecode()382 PushDecodedTextureSet(textureSet); in VideoDecode()
430 ActivePlayer.textureSet[i].ytexture = ptr; in THPPlayerSetBuffer()433 ActivePlayer.textureSet[i].utexture = ptr; in THPPlayerSetBuffer()436 ActivePlayer.textureSet[i].vtexture = ptr; in THPPlayerSetBuffer()484 THPTextureSet *textureSet; in InitAllMessageQueue() local501 textureSet = &ActivePlayer.textureSet[i]; in InitAllMessageQueue()502 PushFreeTextureSet(textureSet); in InitAllMessageQueue()1000 THPTextureSet *textureSet; in PlayControl() local1007 textureSet = (THPTextureSet *)0xFFFFFFFF; in PlayControl()1037 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()1052 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()[all …]
345 SimpleControl.textureSet.frameNumber = -1; in THPSimpleOpen()474 SimpleControl.textureSet.ytexture = ptr; in THPSimpleSetBuffer()477 SimpleControl.textureSet.utexture = ptr; in THPSimpleSetBuffer()480 SimpleControl.textureSet.vtexture = ptr; in THPSimpleSetBuffer()773 SimpleControl.textureSet.frameNumber = -1; in THPSimpleLoadStop()929 SimpleControl.textureSet.ytexture, in VideoDecode()930 SimpleControl.textureSet.utexture, in VideoDecode()931 SimpleControl.textureSet.vtexture, in VideoDecode()936 SimpleControl.textureSet.frameNumber in VideoDecode()964 if (SimpleControl.textureSet.frameNumber >= 0) in THPSimpleDrawCurrentFrame()[all …]
90 THPTextureSet textureSet; member
95 THPTextureSet textureSet[DECODE_VIDEO_BUFFER_NUM]; member
107 THPTextureSet textureSet[DECODE_VIDEO_BUFFER_NUM]; member