/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 59 struct FPS : public MachineFunctionPass { struct 61 FPS() : MachineFunctionPass(ID) { in FPS() function 279 char FPS::ID = 0; 282 FunctionPass *llvm::createX86FloatingPointStackifierPass() { return new FPS(); } in createX86FloatingPointStackifierPass() 296 bool FPS::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction() 345 void FPS::bundleCFG(MachineFunction &MF) { in bundleCFG() 362 bool FPS::processBasicBlock(MachineFunction &MF, MachineBasicBlock &BB) { in processBasicBlock() 456 void FPS::setupBlockStack() { in setupBlockStack() 491 void FPS::finishBlockStack() { in finishBlockStack() 781 void FPS::popStackAfter(MachineBasicBlock::iterator &I) { in popStackAfter() [all …]
|
/external/opencv3/modules/cudacodec/perf/ |
D | perf_video.cpp | 113 const double FPS = 25.0; variable 134 d_writer = cv::cudacodec::createVideoWriter(outputFile, frame.size(), FPS); 151 writer.open(outputFile, CV_FOURCC('X', 'V', 'I', 'D'), FPS, frame.size());
|
/external/opencv3/samples/gpu/ |
D | video_writer.cpp | 24 const double FPS = 25.0; in main() local 64 …if (!writer.open("output_cpu.avi", cv::VideoWriter::fourcc('X', 'V', 'I', 'D'), FPS, frame.size())) in main() 73 d_writer = cv::cudacodec::createVideoWriter(outputFilename, frame.size(), FPS); in main()
|
/external/opencv3/doc/tutorials/highgui/ |
D | kinect_openni.markdown | 87 cout << "FPS " << capture.get( CAP_OPENNI_IMAGE_GENERATOR+CAP_PROP_FPS ) << endl; 107 used by default (image generator returns images in VGA resolution with 30 FPS), 108 CAP_OPENNI_SXGA_15HZ (image generator returns images in SXGA resolution with 15 FPS) and 109 CAP_OPENNI_SXGA_30HZ (image generator returns images in SXGA resolution with 30 FPS, the 127 - CAP_PROP_FPS -- Frame rate in FPS.
|
D | intelperc.markdown | 71 cout << "FPS " << capture.get( CAP_INTELPERC_DEPTH_GENERATOR+CAP_PROP_FPS ) << endl;
|
/external/opencv3/modules/cudacodec/test/ |
D | test_video.cpp | 83 const double FPS = 25.0; in CUDA_TEST_P() local 101 d_writer = cv::cudacodec::createVideoWriter(outputFile, frame.size(), FPS); in CUDA_TEST_P()
|
/external/autotest/client/site_tests/video_VideoDecodeAccelerator/ |
D | control.vp9 | 31 # The FPS expectations here are lower than observed in most runs to keep
|
D | control.h264 | 33 # The FPS expectations here are lower than observed in most runs to keep
|
D | control.vp8 | 32 # The FPS expectations here are lower than observed in most runs to keep
|
/external/libchrome/base/files/ |
D | file_path_unittest.cc | 25 #define FPS(x) FilePath::StringType(FPL(x), arraysize(FPL(x)) - 1) macro 1157 ASSERT_EQ(3U, FPS("a\0b").length()); in TEST_F() 1160 FilePath path(FPS("a\0b")); in TEST_F() 1167 ASSERT_EQ(3U, FPS("b\0b").length()); in TEST_F() 1171 path = path.Append(FPS("b\0b")); in TEST_F() 1182 ASSERT_EQ(3U, FPS("..\0").length()); in TEST_F() 1185 FilePath path(FPS("..\0")); in TEST_F()
|
/external/opencv3/doc/tutorials/ios/video_processing/ |
D | video_processing.markdown | 109 The property defaultFPS sets the FPS of the camera. If the processing is less fast than the desired 110 FPS, frames are automatically dropped.
|
/external/opencv3/modules/videoio/src/ |
D | cap_ios_video_camera.mm | 297 // set default FPS 332 NSLog(@"[Camera] created AVCaptureVideoDataOutput at %d FPS", self.defaultFPS);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/ |
D | README.rst | 112 * Amazon Flexible Payment Service (FPS)
|
/external/libhevc/test/decoder/ |
D | main.c | 267 FPS, enumerator 328 { "--", "--fps", FPS, 1232 case FPS: in parse_argument()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 263 FPS, enumerator 325 { "--", "--fps", FPS, 1255 case FPS: in parse_argument()
|
/external/libavc/test/decoder/ |
D | main.c | 268 FPS, enumerator 327 { "--", "--fps", FPS, 1240 case FPS: in parse_argument()
|
/external/autotest/client/site_tests/security_RootCA/ |
D | baseline | 55 "Trustis FPS Root CA",
|
/external/opencv3/doc/tutorials/calib3d/real_time_pose/ |
D | real_time_pose.markdown | 573 double dt = 0.125; // time between measurements (1/FPS)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cacerts/ |
D | cacerts.txt | 3230 Trustis FPS Root CA
|