Searched refs:sRefPixMap (Results 1 – 1 of 1) sorted by relevance
596 SPixMap sRefPixMap; in DetectSceneChange() local598 memset (&sRefPixMap, 0, sizeof (sRefPixMap)); in DetectSceneChange()606 sRefPixMap.pPixel[0] = pRefPicture->pData[0]; in DetectSceneChange()607 sRefPixMap.iSizeInBits = g_kiPixMapSizeInBits; in DetectSceneChange()608 sRefPixMap.iStride[0] = pRefPicture->iLineSize[0]; in DetectSceneChange()609 sRefPixMap.sRect.iRectWidth = pRefPicture->iWidthInPixel; in DetectSceneChange()610 sRefPixMap.sRect.iRectHeight = pRefPicture->iHeightInPixel; in DetectSceneChange()611 sRefPixMap.eFormat = VIDEO_FORMAT_I420; in DetectSceneChange()613 int32_t iRet = m_pInterfaceVp->Process (iMethodIdx, &sSrcPixMap, &sRefPixMap); in DetectSceneChange()684 SPixMap sRefPixMap; in VaaCalculation() local[all …]