Lines Matching refs:FRM
2459 FrameRateMap FRM; in findType() local
2463 FRM = fmt->second; in findType()
2465 FRM = vd_CaptureFormats.rbegin()->second; in findType()
2467 if( FRM.empty() ) in findType()
2473 std::map<UINT64, SUBTYPEMap>::iterator f = FRM.begin(); in findType()
2474 for(; f != FRM.end(); f++) in findType()
2486 std::map<UINT64, SUBTYPEMap>::iterator f = FRM.begin(); in findType()
2487 for(; f != FRM.end(); f++) in findType()
2499 STMMax = FRM.begin()->second; in findType()
2525 FrameRateMap FRM = vd_CaptureFormats[size]; in buildLibraryofTypes() local
2526 SUBTYPEMap STM = FRM[framerate]; in buildLibraryofTypes()
2531 FRM[framerate] = STM; in buildLibraryofTypes()
2532 vd_CaptureFormats[size] = FRM; in buildLibraryofTypes()