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()
476 ActivePlayer.textureSet[i].ytexture = ptr; in THPPlayerSetBuffer()479 ActivePlayer.textureSet[i].utexture = ptr; in THPPlayerSetBuffer()482 ActivePlayer.textureSet[i].vtexture = ptr; in THPPlayerSetBuffer()522 THPTextureSet *textureSet; in InitAllMessageQueue() local539 textureSet = &ActivePlayer.textureSet[i]; in InitAllMessageQueue()540 PushFreeTextureSet(textureSet); in InitAllMessageQueue()992 THPTextureSet *textureSet; in PlayControl() local999 textureSet = (THPTextureSet *)0xFFFFFFFF; in PlayControl()1029 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()1043 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 …]
334 SimpleControl.textureSet.frameNumber = -1; in THPSimpleOpen()463 SimpleControl.textureSet.ytexture = ptr; in THPSimpleSetBuffer()466 SimpleControl.textureSet.utexture = ptr; in THPSimpleSetBuffer()469 SimpleControl.textureSet.vtexture = ptr; in THPSimpleSetBuffer()762 SimpleControl.textureSet.frameNumber = -1; in THPSimpleLoadStop()916 SimpleControl.textureSet.ytexture, in VideoDecode()917 SimpleControl.textureSet.utexture, in VideoDecode()918 SimpleControl.textureSet.vtexture, in VideoDecode()923 SimpleControl.textureSet.frameNumber in VideoDecode()951 if (SimpleControl.textureSet.frameNumber >= 0) in THPSimpleDrawCurrentFrame()[all …]
80 THPTextureSet textureSet; member
95 THPTextureSet textureSet[DECODE_VIDEO_BUFFER_NUM]; member
102 THPTextureSet textureSet[DECODE_VIDEO_BUFFER_NUM]; member