/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h264_dec/src/ |
H A D | umc_h264_va_packer.cpp | 225 const H264DecoderFrame *pCurrentFrame = pSliceInfo->m_pFrame; in PackPicParams() local 234 …int32_t reference = pCurrentFrame->isShortTermRef() ? 1 : (pCurrentFrame->isLongTermRef() ? 2 : 0); in PackPicParams() 334 if ((0 == pCurrentFrame->m_index) && !pFrm->IsFrameExist()) in PackPicParams() 341 …(pFrm->PicOrderCnt(0, 3) == pCurrentFrame->PicOrderCnt(0, 3)) && pFrm->m_viewId < pCurrentFrame->m… in PackPicParams() 359 if ((pFrm == pCurrentFrame) && ((&pCurrentFrame->m_pSlicesInfo) != pSliceInfo)) in PackPicParams() 479 H264DecoderFrame *pCurrentFrame = pSlice->GetCurrentFrame(); in PackSliceParams() local 662 if (pCurrentFrame == nullptr) in PackSliceParams() 939 const H264DecoderFrame *pCurrentFrame = pSliceInfo->m_pFrame; in PackPicParams() local 948 …int32_t reference = pCurrentFrame->isShortTermRef() ? 1 : (pCurrentFrame->isLongTermRef() ? 2 : 0); in PackPicParams() 1011 …(pFrm->PicOrderCnt(0, 3) == pCurrentFrame->PicOrderCnt(0, 3)) && pFrm->m_viewId < pCurrentFrame->m… in PackPicParams() [all …]
|
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h265_dec/src/ |
H A D | umc_h265_va_packer_cenc.cpp | 75 …void PackerVA_CENC::PackPicParams(const H265DecoderFrame *pCurrentFrame, TaskSupplier_H265 *suppli… in PackPicParams() argument 77 H265DecoderFrameInfo const* pSliceInfo = pCurrentFrame->GetAU(); in PackPicParams() 94 picParam->CurrPic.picture_id = m_va->GetSurfaceID(pCurrentFrame->GetFrameMID()); in PackPicParams() 95 picParam->CurrPic.pic_order_cnt = pCurrentFrame->m_PicOrderCnt; in PackPicParams() 104 if (frame == pCurrentFrame) in PackPicParams() 139 …H265DecoderFrame *pFrm = supplier->GetDPBList()->findLongTermRefPic(pCurrentFrame, poc, pSeqParamS… in PackPicParams()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/ |
H A D | atrflyin.cxx | 292 SwFrame* pCurrentFrame = const_cast<SwFrame*>(pCurrFrame); in GetFlyFrame_() local 293 …ew SwFlyInContentFrame(static_cast<SwFlyFrameFormat*>(pFrameFormat), pCurrentFrame, pCurrentFrame); in GetFlyFrame_() 294 pCurrentFrame->AppendFly(pFly); in GetFlyFrame_()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/ |
H A D | atrflyin.cxx | 284 SwFrame* pCurrentFrame = const_cast<SwFrame*>(pCurrFrame); in GetFlyFrame_() local 285 …ew SwFlyInContentFrame(static_cast<SwFlyFrameFormat*>(pFrameFormat), pCurrentFrame, pCurrentFrame); in GetFlyFrame_() 286 pCurrentFrame->AppendFly(pFly); in GetFlyFrame_()
|
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/ |
H A D | cairo-dock-gui-advanced.c | 183 gtk_frame_get_label_widget (GTK_FRAME (pCurrentFrame)) : in _cairo_dock_search_words_in_frame_title() 304 if (pFrame != pCurrentFrame) // on a change de frame. in cairo_dock_apply_filter_on_group_widget() 306 if (pCurrentFrame) in cairo_dock_apply_filter_on_group_widget() 312 gtk_widget_hide (pCurrentFrame); in cairo_dock_apply_filter_on_group_widget() 317 gtk_widget_show (pCurrentFrame); in cairo_dock_apply_filter_on_group_widget() 325 pCurrentFrame = pFrame; in cairo_dock_apply_filter_on_group_widget() 330 pCurrentFrame = NULL; in cairo_dock_apply_filter_on_group_widget() 387 if (pCurrentFrame != NULL) in cairo_dock_apply_filter_on_group_widget() 399 if (pCurrentFrame) // la derniere frame. in cairo_dock_apply_filter_on_group_widget() 405 gtk_widget_hide (pCurrentFrame); in cairo_dock_apply_filter_on_group_widget() [all …]
|
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/y4mdenoise/ |
H A D | newdenoise.cc | 2719 Frame *pCurrentFrame = m_pCurrentFrame; in ReadFrame() local 2725 if (pCurrentFrame != NULL) in ReadFrame() 2727 a_apPlanes[0] = pCurrentFrame->planes[0]; in ReadFrame() 2728 a_apPlanes[1] = pCurrentFrame->planes[1]; in ReadFrame() 2729 a_apPlanes[2] = pCurrentFrame->planes[2]; in ReadFrame() 2866 Frame *pCurrentFrame = m_pCurrentFrame; in GetSpaceToWriteFrame() local 2872 if (pCurrentFrame != NULL) in GetSpaceToWriteFrame() 2874 a_apPlanes[0] = pCurrentFrame->planes[0]; in GetSpaceToWriteFrame() 2875 a_apPlanes[1] = pCurrentFrame->planes[1]; in GetSpaceToWriteFrame() 2876 a_apPlanes[2] = pCurrentFrame->planes[2]; in GetSpaceToWriteFrame()
|
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/ |
H A D | DXUTMesh.cpp | 884 CDXUTMeshFrame* pCurrentFrame; in LoadFrame() local 921 pCurrentFrame = new CDXUTMeshFrame( strName ); in LoadFrame() 922 if( pCurrentFrame == NULL ) in LoadFrame() 925 pCurrentFrame->m_pNext = pParentFrame->m_pChild; in LoadFrame() 926 pParentFrame->m_pChild = pCurrentFrame; in LoadFrame() 936 hr = LoadFrame( pd3dDevice, pChildData, pCurrentFrame ); in LoadFrame()
|
/dports/games/flightgear/flightgear-2020.3.11/src/Aircraft/ |
H A D | replay.hxx | 116 void replay(double time, FGReplayData* pCurrentFrame, FGReplayData* pOldFrame=NULL);
|
H A D | replay.cxx | 827 FGReplay::replay(double time, FGReplayData* pCurrentFrame, FGReplayData* pOldFrame) in replay() argument 829 m_pRecorder->replay(time,pCurrentFrame,pOldFrame); in replay()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 763 SfxViewFrame* pCurrentFrame = SfxViewFrame::Current(); in PreExecuteColumnContextMenu() local 766 if (pCurrentFrame) in PreExecuteColumnContextMenu() 769 eState = pCurrentFrame->GetBindings().QueryState(SID_FM_CTL_PROPERTIES, pItem); in PreExecuteColumnContextMenu() 963 SfxViewFrame* pCurrentFrame = SfxViewFrame::Current(); in PostExecuteColumnContextMenu() local 964 …OSL_ENSURE( pCurrentFrame, "FmGridHeader::PostExecuteColumnContextMenu: no view frame -> no bindin… in PostExecuteColumnContextMenu() 965 if ( pCurrentFrame ) in PostExecuteColumnContextMenu() 969 if ( !pCurrentFrame->HasChildWindow( SID_FM_SHOW_PROPERTIES ) ) in PostExecuteColumnContextMenu() 977 pCurrentFrame->GetBindings().GetDispatcher()->ExecuteList( in PostExecuteColumnContextMenu()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 798 SfxViewFrame* pCurrentFrame = SfxViewFrame::Current(); in PreExecuteColumnContextMenu() local 800 if (pCurrentFrame) in PreExecuteColumnContextMenu() 803 SfxItemState eState = pCurrentFrame->GetBindings().QueryState(SID_FM_CTL_PROPERTIES, pItem); in PreExecuteColumnContextMenu() 985 SfxViewFrame* pCurrentFrame = SfxViewFrame::Current(); in PostExecuteColumnContextMenu() local 986 …OSL_ENSURE( pCurrentFrame, "FmGridHeader::PostExecuteColumnContextMenu: no view frame -> no bindin… in PostExecuteColumnContextMenu() 987 if ( !pCurrentFrame ) in PostExecuteColumnContextMenu() 992 if ( !pCurrentFrame->HasChildWindow( SID_FM_SHOW_PROPERTIES ) ) in PostExecuteColumnContextMenu() 1000 pCurrentFrame->GetBindings().GetDispatcher()->ExecuteList( in PostExecuteColumnContextMenu()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 2058 SwFrame* pCurrentFrame = GetCurrFrame(); in sendLOKCursorUpdates() local 2063 if (pCurrentFrame && (eType & SelectionType::Table) && pCurrentFrame->IsInTab()) in sendLOKCursorUpdates()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 2040 SwFrame* pCurrentFrame = GetCurrFrame(); in sendLOKCursorUpdates() local 2045 if (pCurrentFrame && (eType & SelectionType::Table) && pCurrentFrame->IsInTab()) in sendLOKCursorUpdates()
|