Home
last modified time | relevance | path

Searched refs:pcFrame (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/vvdec/vvdec-1.1.2/source/App/vvdecapp/
H A Dvvdecapp.cpp211 vvdecFrame* pcFrame = NULL; in main() local
356 if( NULL != pcFrame && pcFrame->ctsValid ) in main()
362 …*logStream << "vvdecapp [info]: SizeInfo: " << pcFrame->width << "x" << pcFrame->height << " (" <<… in main()
375 if( pcFrame->picAttributes ) in main()
410 pcPrevField = pcFrame; in main()
441 vvdec_frame_unref( dec, pcFrame ); in main()
466 vvdecFrame* pcFrame = NULL; in main() local
469 iRet = vvdec_flush( dec, &pcFrame ); in main()
475 if( NULL != pcFrame ) in main()
500 pcPrevField = pcFrame; in main()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DMD2Loader.cpp287 pcFrame += configFrameID; in InternReadFile()
290 pcMesh->mName.Set(pcFrame->name); in InternReadFile()
317 ByteSwap::Swap4( & pcFrame->scale[0] ); in InternReadFile()
318 ByteSwap::Swap4( & pcFrame->scale[1] ); in InternReadFile()
319 ByteSwap::Swap4( & pcFrame->scale[2] ); in InternReadFile()
320 ByteSwap::Swap4( & pcFrame->translate[0] ); in InternReadFile()
321 ByteSwap::Swap4( & pcFrame->translate[1] ); in InternReadFile()
322 ByteSwap::Swap4( & pcFrame->translate[2] ); in InternReadFile()
440 vec.x += pcFrame->translate[0]; in InternReadFile()
443 vec.y += pcFrame->translate[1]; in InternReadFile()
[all …]
H A DMDCLoader.cpp244 BE_NCONST MDC::Frame* pcFrame = (BE_NCONST MDC::Frame*)(this->mBuffer+ in InternReadFile() local
248 pcFrame += configFrameID; in InternReadFile()
249 AI_SWAP4( pcFrame->localOrigin[0] ); in InternReadFile()
250 AI_SWAP4( pcFrame->localOrigin[1] ); in InternReadFile()
251 AI_SWAP4( pcFrame->localOrigin[2] ); in InternReadFile()
396 MDC::BuildVertex(*pcFrame,pcVerts[quak],pcCVerts[quak], in InternReadFile()
413 pcVertCur->x += pcFrame->localOrigin[0] ; in InternReadFile()
414 pcVertCur->y += pcFrame->localOrigin[1] ; in InternReadFile()
415 pcVertCur->z += pcFrame->localOrigin[2] ; in InternReadFile()
H A DMDLFileData.h817 , pcFrame(_pcFrame) in IntFrameInfo_MDL7()
824 BE_NCONST MDL::Frame_MDL7* pcFrame; member
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DMD2Loader.cpp234 pcFrame += configFrameID; in InternReadFile()
261 ByteSwap::Swap4( & pcFrame->scale[0] ); in InternReadFile()
262 ByteSwap::Swap4( & pcFrame->scale[1] ); in InternReadFile()
263 ByteSwap::Swap4( & pcFrame->scale[2] ); in InternReadFile()
264 ByteSwap::Swap4( & pcFrame->translate[0] ); in InternReadFile()
265 ByteSwap::Swap4( & pcFrame->translate[1] ); in InternReadFile()
266 ByteSwap::Swap4( & pcFrame->translate[2] ); in InternReadFile()
376 vec.x = (float)pcVerts[iIndex].vertex[0] * pcFrame->scale[0]; in InternReadFile()
377 vec.x += pcFrame->translate[0]; in InternReadFile()
380 vec.y += pcFrame->translate[1]; in InternReadFile()
[all …]
H A DMDCLoader.cpp222 BE_NCONST MDC::Frame* pcFrame = (BE_NCONST MDC::Frame*)(this->mBuffer+ in InternReadFile() local
226 pcFrame += configFrameID; in InternReadFile()
227 AI_SWAP4( pcFrame->localOrigin[0] ); in InternReadFile()
228 AI_SWAP4( pcFrame->localOrigin[1] ); in InternReadFile()
229 AI_SWAP4( pcFrame->localOrigin[2] ); in InternReadFile()
374 MDC::BuildVertex(*pcFrame,pcVerts[quak],pcCVerts[quak], in InternReadFile()
391 pcVertCur->x += pcFrame->localOrigin[0] ; in InternReadFile()
392 pcVertCur->y += pcFrame->localOrigin[1] ; in InternReadFile()
393 pcVertCur->z += pcFrame->localOrigin[2] ; in InternReadFile()
H A DMDLFileData.h810 , pcFrame(_pcFrame) in IntFrameInfo_MDL7()
817 BE_NCONST MDL::Frame_MDL7* pcFrame; member
H A DMDLLoader.cpp1107 AI_SWAP4(frame.pcFrame->vertices_count); in ProcessFrames_3DGS_MDL7()
1108 AI_SWAP4(frame.pcFrame->transmatrix_count); in ProcessFrames_3DGS_MDL7()
1111 frame.pcFrame->vertices_count * pcHeader->framevertex_stc_size + in ProcessFrames_3DGS_MDL7()
1112 frame.pcFrame->transmatrix_count * pcHeader->bonetrans_stc_size; in ProcessFrames_3DGS_MDL7()
1127 for (unsigned int qq = 0; qq < frame.pcFrame->vertices_count;++qq) { in ProcessFrames_3DGS_MDL7()
1612 if (frame.pcFrame->transmatrix_count) { in ParseBoneTrafoKeys_3DGS_MDL7()
1616 (((const char*)frame.pcFrame) + pcHeader->frame_stc_size + in ParseBoneTrafoKeys_3DGS_MDL7()
1617 frame.pcFrame->vertices_count * pcHeader->framevertex_stc_size); in ParseBoneTrafoKeys_3DGS_MDL7()
1620 for (unsigned int iTrafo = 0; iTrafo < frame.pcFrame->transmatrix_count;++iTrafo) { in ParseBoneTrafoKeys_3DGS_MDL7()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DMD2Loader.cpp255 BE_NCONST MD2::Frame* pcFrame = (BE_NCONST MD2::Frame*) ((uint8_t*) in InternReadFile() local
258 pcFrame += configFrameID; in InternReadFile()
285 ByteSwap::Swap4( & pcFrame->scale[0] ); in InternReadFile()
286 ByteSwap::Swap4( & pcFrame->scale[1] ); in InternReadFile()
287 ByteSwap::Swap4( & pcFrame->scale[2] ); in InternReadFile()
288 ByteSwap::Swap4( & pcFrame->translate[0] ); in InternReadFile()
289 ByteSwap::Swap4( & pcFrame->translate[1] ); in InternReadFile()
290 ByteSwap::Swap4( & pcFrame->translate[2] ); in InternReadFile()
401 vec.x += pcFrame->translate[0]; in InternReadFile()
404 vec.y += pcFrame->translate[1]; in InternReadFile()
[all …]
H A DMDCLoader.cpp244 BE_NCONST MDC::Frame* pcFrame = (BE_NCONST MDC::Frame*)(this->mBuffer+ in InternReadFile() local
248 pcFrame += configFrameID; in InternReadFile()
249 AI_SWAP4( pcFrame->localOrigin[0] ); in InternReadFile()
250 AI_SWAP4( pcFrame->localOrigin[1] ); in InternReadFile()
251 AI_SWAP4( pcFrame->localOrigin[2] ); in InternReadFile()
396 MDC::BuildVertex(*pcFrame,pcVerts[quak],pcCVerts[quak], in InternReadFile()
413 pcVertCur->x += pcFrame->localOrigin[0] ; in InternReadFile()
414 pcVertCur->y += pcFrame->localOrigin[1] ; in InternReadFile()
415 pcVertCur->z += pcFrame->localOrigin[2] ; in InternReadFile()
H A DMDLFileData.h822 , pcFrame(_pcFrame) in IntFrameInfo_MDL7()
829 BE_NCONST MDL::Frame_MDL7* pcFrame; member
H A DMDLLoader.cpp1137 AI_SWAP4(frame.pcFrame->vertices_count); in ProcessFrames_3DGS_MDL7()
1138 AI_SWAP4(frame.pcFrame->transmatrix_count); in ProcessFrames_3DGS_MDL7()
1141 frame.pcFrame->vertices_count * pcHeader->framevertex_stc_size + in ProcessFrames_3DGS_MDL7()
1142 frame.pcFrame->transmatrix_count * pcHeader->bonetrans_stc_size; in ProcessFrames_3DGS_MDL7()
1157 for (unsigned int qq = 0; qq < frame.pcFrame->vertices_count;++qq) { in ProcessFrames_3DGS_MDL7()
1642 if (frame.pcFrame->transmatrix_count) { in ParseBoneTrafoKeys_3DGS_MDL7()
1646 (((const char*)frame.pcFrame) + pcHeader->frame_stc_size + in ParseBoneTrafoKeys_3DGS_MDL7()
1647 frame.pcFrame->vertices_count * pcHeader->framevertex_stc_size); in ParseBoneTrafoKeys_3DGS_MDL7()
1650 for (unsigned int iTrafo = 0; iTrafo < frame.pcFrame->transmatrix_count;++iTrafo) { in ParseBoneTrafoKeys_3DGS_MDL7()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/MD2/
H A DMD2Loader.cpp274 BE_NCONST MD2::Frame* pcFrame = (BE_NCONST MD2::Frame*) ((uint8_t*) in InternReadFile() local
302 ByteSwap::Swap4( & pcFrame->scale[0] ); in InternReadFile()
303 ByteSwap::Swap4( & pcFrame->scale[1] ); in InternReadFile()
304 ByteSwap::Swap4( & pcFrame->scale[2] ); in InternReadFile()
305 ByteSwap::Swap4( & pcFrame->translate[0] ); in InternReadFile()
306 ByteSwap::Swap4( & pcFrame->translate[1] ); in InternReadFile()
307 ByteSwap::Swap4( & pcFrame->translate[2] ); in InternReadFile()
417 vec.x = (float)pcVerts[iIndex].vertex[0] * pcFrame->scale[0]; in InternReadFile()
418 vec.x += pcFrame->translate[0]; in InternReadFile()
421 vec.y += pcFrame->translate[1]; in InternReadFile()
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/code/MD2/
H A DMD2Loader.cpp279 BE_NCONST MD2::Frame* pcFrame = (BE_NCONST MD2::Frame*) ((uint8_t*) in InternReadFile() local
307 ByteSwap::Swap4( & pcFrame->scale[0] ); in InternReadFile()
308 ByteSwap::Swap4( & pcFrame->scale[1] ); in InternReadFile()
309 ByteSwap::Swap4( & pcFrame->scale[2] ); in InternReadFile()
310 ByteSwap::Swap4( & pcFrame->translate[0] ); in InternReadFile()
311 ByteSwap::Swap4( & pcFrame->translate[1] ); in InternReadFile()
312 ByteSwap::Swap4( & pcFrame->translate[2] ); in InternReadFile()
422 vec.x = (float)pcVerts[iIndex].vertex[0] * pcFrame->scale[0]; in InternReadFile()
423 vec.x += pcFrame->translate[0]; in InternReadFile()
426 vec.y += pcFrame->translate[1]; in InternReadFile()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DMD2Loader.cpp278 BE_NCONST MD2::Frame* pcFrame = (BE_NCONST MD2::Frame*) ((uint8_t*) in InternReadFile() local
306 ByteSwap::Swap4( & pcFrame->scale[0] ); in InternReadFile()
307 ByteSwap::Swap4( & pcFrame->scale[1] ); in InternReadFile()
308 ByteSwap::Swap4( & pcFrame->scale[2] ); in InternReadFile()
309 ByteSwap::Swap4( & pcFrame->translate[0] ); in InternReadFile()
310 ByteSwap::Swap4( & pcFrame->translate[1] ); in InternReadFile()
311 ByteSwap::Swap4( & pcFrame->translate[2] ); in InternReadFile()
421 vec.x = (float)pcVerts[iIndex].vertex[0] * pcFrame->scale[0]; in InternReadFile()
422 vec.x += pcFrame->translate[0]; in InternReadFile()
425 vec.y += pcFrame->translate[1]; in InternReadFile()
[all …]
H A DMDCLoader.cpp246 BE_NCONST MDC::Frame* pcFrame = (BE_NCONST MDC::Frame*)(this->mBuffer+ in InternReadFile() local
250 pcFrame += configFrameID; in InternReadFile()
251 AI_SWAP4( pcFrame->localOrigin[0] ); in InternReadFile()
252 AI_SWAP4( pcFrame->localOrigin[1] ); in InternReadFile()
253 AI_SWAP4( pcFrame->localOrigin[2] ); in InternReadFile()
398 MDC::BuildVertex(*pcFrame,pcVerts[quak],pcCVerts[quak], in InternReadFile()
415 pcVertCur->x += pcFrame->localOrigin[0] ; in InternReadFile()
416 pcVertCur->y += pcFrame->localOrigin[1] ; in InternReadFile()
417 pcVertCur->z += pcFrame->localOrigin[2] ; in InternReadFile()
H A DMDLFileData.h793 , pcFrame(_pcFrame) in IntFrameInfo_MDL7()
800 BE_NCONST MDL::Frame_MDL7* pcFrame; member
/dports/devel/upp/upp/bazaar/plugin/assimp/code/MDC/
H A DMDCLoader.cpp250 BE_NCONST MDC::Frame* pcFrame = (BE_NCONST MDC::Frame*)(this->mBuffer+ in InternReadFile() local
254 pcFrame += configFrameID; in InternReadFile()
255 AI_SWAP4( pcFrame->localOrigin[0] ); in InternReadFile()
256 AI_SWAP4( pcFrame->localOrigin[1] ); in InternReadFile()
257 AI_SWAP4( pcFrame->localOrigin[2] ); in InternReadFile()
401 MDC::BuildVertex(*pcFrame,pcVerts[quak],pcCVerts[quak], in InternReadFile()
418 pcVertCur->x += pcFrame->localOrigin[0] ; in InternReadFile()
419 pcVertCur->y += pcFrame->localOrigin[1] ; in InternReadFile()
420 pcVertCur->z += pcFrame->localOrigin[2] ; in InternReadFile()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/MDC/
H A DMDCLoader.cpp235 BE_NCONST MDC::Frame *pcFrame = (BE_NCONST MDC::Frame *)(this->mBuffer + in InternReadFile() local
239 pcFrame += configFrameID; in InternReadFile()
240 AI_SWAP4(pcFrame->localOrigin[0]); in InternReadFile()
241 AI_SWAP4(pcFrame->localOrigin[1]); in InternReadFile()
242 AI_SWAP4(pcFrame->localOrigin[2]); in InternReadFile()
375 MDC::BuildVertex(*pcFrame, pcVerts[quak], pcCVerts[quak], in InternReadFile()
390 pcVertCur->x += pcFrame->localOrigin[0]; in InternReadFile()
391 pcVertCur->y += pcFrame->localOrigin[1]; in InternReadFile()
392 pcVertCur->z += pcFrame->localOrigin[2]; in InternReadFile()
/dports/editors/ted/Ted-2.23/appFrame/
H A DappPaperChooser.c28 guiEnableWidget( pc->pcFrame, enabled ); in appEnablePaperChooser()
483 appMakeColumnFrameInColumn( &(pc->pcFrame), in appMakePaperChooserWidgets()
604 pc->pcFrame= (APP_WIDGET)0; in appInitPaperChooser()
H A DappPaperChooser.h23 APP_WIDGET pcFrame; member
/dports/devel/upp/upp/bazaar/plugin/assimp/code/MDL/
H A DMDLFileData.h790 , pcFrame(_pcFrame) in IntFrameInfo_MDL7()
797 BE_NCONST MDL::Frame_MDL7* pcFrame; member
H A DMDLLoader.cpp1163 AI_SWAP4(frame.pcFrame->vertices_count); in ProcessFrames_3DGS_MDL7()
1164 AI_SWAP4(frame.pcFrame->transmatrix_count); in ProcessFrames_3DGS_MDL7()
1167 frame.pcFrame->vertices_count * pcHeader->framevertex_stc_size + in ProcessFrames_3DGS_MDL7()
1168 frame.pcFrame->transmatrix_count * pcHeader->bonetrans_stc_size; in ProcessFrames_3DGS_MDL7()
1183 for (unsigned int qq = 0; qq < frame.pcFrame->vertices_count;++qq) { in ProcessFrames_3DGS_MDL7()
1672 if (frame.pcFrame->transmatrix_count) { in ParseBoneTrafoKeys_3DGS_MDL7()
1676 (((const char*)frame.pcFrame) + pcHeader->frame_stc_size + in ParseBoneTrafoKeys_3DGS_MDL7()
1677 frame.pcFrame->vertices_count * pcHeader->framevertex_stc_size); in ParseBoneTrafoKeys_3DGS_MDL7()
1680 for (unsigned int iTrafo = 0; iTrafo < frame.pcFrame->transmatrix_count;++iTrafo) { in ParseBoneTrafoKeys_3DGS_MDL7()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/MDL/
H A DMDLFileData.h792 , pcFrame(_pcFrame) in IntFrameInfo_MDL7()
799 BE_NCONST MDL::Frame_MDL7* pcFrame; member
H A DMDLLoader.cpp1151 AI_SWAP4(frame.pcFrame->vertices_count); in ProcessFrames_3DGS_MDL7()
1152 AI_SWAP4(frame.pcFrame->transmatrix_count); in ProcessFrames_3DGS_MDL7()
1155 frame.pcFrame->vertices_count * pcHeader->framevertex_stc_size + in ProcessFrames_3DGS_MDL7()
1156 frame.pcFrame->transmatrix_count * pcHeader->bonetrans_stc_size; in ProcessFrames_3DGS_MDL7()
1171 for (unsigned int qq = 0; qq < frame.pcFrame->vertices_count; ++qq) { in ProcessFrames_3DGS_MDL7()
1654 if (frame.pcFrame->transmatrix_count) { in ParseBoneTrafoKeys_3DGS_MDL7()
1657 …cBoneTransforms = (const MDL::BoneTransform_MDL7 *)(((const char *)frame.pcFrame) + pcHeader->fram… in ParseBoneTrafoKeys_3DGS_MDL7()
1658 … frame.pcFrame->vertices_count * pcHeader->framevertex_stc_size); in ParseBoneTrafoKeys_3DGS_MDL7()
1661 for (unsigned int iTrafo = 0; iTrafo < frame.pcFrame->transmatrix_count; ++iTrafo) { in ParseBoneTrafoKeys_3DGS_MDL7()

12