Lines Matching defs:frameConfig

1044     shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1045 EXPECT_NE(frameConfig.get(), nullptr);
1050 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_RECORD);
1051 EXPECT_NE(frameConfig.get(), nullptr);
1056 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CAPTURE);
1057 EXPECT_NE(frameConfig.get(), nullptr);
1062 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CALLBACK);
1063 EXPECT_NE(frameConfig.get(), nullptr);
1068 shared_ptr<FrameConfig> frameConfig = nullptr;
1076 frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1086 shared_ptr<FrameConfig> frameConfig = nullptr;
1094 frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_RECORD);
1104 shared_ptr<FrameConfig> frameConfig = nullptr;
1112 frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CAPTURE);
1122 shared_ptr<FrameConfig> frameConfig = nullptr;
1130 frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CALLBACK);
1218 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1221 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN);
1223 frameConfig->GetVendorParameter(privateTagTemp, 10);
1231 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CAPTURE);
1234 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN);
1236 frameConfig->GetVendorParameter(privateTagTemp, PRIVATE_TAG_LEN);
1244 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_RECORD);
1247 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN);
1249 frameConfig->GetVendorParameter(privateTagTemp, PRIVATE_TAG_LEN);
1257 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CALLBACK);
1260 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN);
1262 frameConfig->GetVendorParameter(privateTagTemp, PRIVATE_TAG_LEN);
1270 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1280 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN);
1291 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CAPTURE);
1301 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN);
1312 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_RECORD);
1322 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN);
1333 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CALLBACK);
1343 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN);
1354 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1357 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN);
1366 frameConfig->GetVendorParameter(privateTagTemp, PRIVATE_TAG_LEN);
1378 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CAPTURE);
1381 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN);
1390 frameConfig->GetVendorParameter(privateTagTemp, PRIVATE_TAG_LEN);
1402 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_RECORD);
1405 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN);
1414 frameConfig->GetVendorParameter(privateTagTemp, PRIVATE_TAG_LEN);
1426 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CALLBACK);
1429 frameConfig->SetVendorParameter(privateTag, PRIVATE_TAG_LEN);
1438 frameConfig->GetVendorParameter(privateTagTemp, PRIVATE_TAG_LEN);
1458 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CAPTURE);
1476 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CAPTURE);
1493 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CAPTURE);
1496 frameConfig->AddSurface(*surface);
1497 EXPECT_FALSE(frameConfig->GetSurfaces().size() == 0);
1502 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1504 frameConfig->AddSurface(*surface);
1505 frameConfig->RemoveSurface(*surface);
1506 list<Surface *> list = frameConfig->GetSurfaces();
1512 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_RECORD);
1514 frameConfig->AddSurface(*surface);
1515 list<Surface *> list = frameConfig->GetSurfaces();
1521 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CALLBACK);
1523 frameConfig->AddSurface(*surface);
1524 list<Surface *> list = frameConfig->GetSurfaces();
1530 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1532 frameConfig->AddSurface(*surface);
1540 frameConfig->GetSurfaces();
1550 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CAPTURE);
1552 frameConfig->AddSurface(*surface);
1560 frameConfig->GetSurfaces();
1571 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_RECORD);
1573 frameConfig->AddSurface(*surface);
1581 frameConfig->GetSurfaces();
1591 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_CALLBACK);
1593 frameConfig->AddSurface(*surface);
1601 frameConfig->GetSurfaces();
1657 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1659 frameConfig->AddSurface(*surface);
1660 list<Surface *> list = frameConfig->GetSurfaces();
1666 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1668 frameConfig->AddSurface(*surface);
1669 frameConfig->AddSurface(*surface);
1670 list<Surface *> list = frameConfig->GetSurfaces();
1676 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1678 frameConfig->AddSurface(*surface);
1679 frameConfig->AddSurface(*surface);
1680 frameConfig->AddSurface(*surface);
1681 list<Surface *> list = frameConfig->GetSurfaces();
1687 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1696 frameConfig->AddSurface(*surface);
1706 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1708 frameConfig->AddSurface(*surface);
1709 frameConfig->RemoveSurface(*surface);
1710 list<Surface *> list = frameConfig->GetSurfaces();
1716 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1719 frameConfig->AddSurface(*surface);
1720 frameConfig->AddSurface(*surface1);
1721 frameConfig->RemoveSurface(*surface1);
1722 list<Surface *> list = frameConfig->GetSurfaces();
1728 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1731 frameConfig->AddSurface(*surface);
1732 frameConfig->AddSurface(*surface1);
1733 frameConfig->RemoveSurface(*surface);
1734 frameConfig->RemoveSurface(*surface1);
1735 list<Surface *> list = frameConfig->GetSurfaces();
1741 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW);
1749 frameConfig->AddSurface(*surface);
1751 frameConfig->RemoveSurface(*surface);