| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_fps.c | 103 { "fps", "A string describing desired output framerate", OFFSET(framerate), AV_OPT_TYPE_STRING, { .str = "25" }, 0, 0, V|F }, 117 AVFILTER_DEFINE_CLASS(fps); variable 213 av_log(ctx, AV_LOG_VERBOSE, "fps=%d/%d\n", outlink->frame_rate.num, outlink->frame_rate.den); in config_props() 236 * previous version of the fps filter when using the start_time option. */ in read_frame() 384 .name = "fps",
|
| H A D | vf_stereo3d.c | 367 AVRational fps = inlink->frame_rate; in config_output() local 437 fps.den *= 2; in config_output() 553 fps.num *= 2; in config_output() 580 outlink->frame_rate = fps; in config_output()
|
| /test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/ |
| H A D | benchmark_common.cpp | 355 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0; in CalculateFps() local 356 CAMERA_LOGI("Calculate FPS success, streamId: %{public}d, Fps:%{public}f", streamId, fps); in CalculateFps()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | msmpeg4enc.c | 282 unsigned fps = s->avctx->time_base.den / s->avctx->time_base.num / FFMAX(s->avctx->ticks_per_frame, 1); in ff_msmpeg4_encode_ext_header() local 283 put_bits(&s->pb, 5, FFMIN(fps, 31)); //yes 29.97 -> 29 in ff_msmpeg4_encode_ext_header()
|
| /third_party/ffmpeg/libavformat/ |
| H A D | rmdec.c | 378 int fps; in ff_rm_read_mdpr_codecdata() local 397 fps = avio_rb32(pb); in ff_rm_read_mdpr_codecdata() 402 if (fps > 0) { in ff_rm_read_mdpr_codecdata() 404 0x10000, fps, (1 << 30) - 1); in ff_rm_read_mdpr_codecdata()
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | bio_enc.c | 24 static long enc_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fps);
|
| /third_party/openssl/crypto/evp/ |
| H A D | bio_enc.c | 24 static long enc_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fps);
|
| /third_party/skia/src/gpu/ |
| H A D | GrFragmentProcessor.h | 628 Iter(std::unique_ptr<ProgramImpl> fps[], int cnt);
|
| /third_party/skia/tools/skpbench/ |
| H A D | skpbench.py | 57 __argparse.add_argument('--fps', 58 action='store_true', help="use fps instead of ms") 146 if FLAGS.fps: 147 ARGV.extend(['--fps', 'true'])
|
| H A D | skpbench.cpp | 75 static DEFINE_bool(fps, false, "use fps instead of ms"); 99 static const char* metric() { return FLAGS_fps ? "fps" : "ms"; } in metric()
|
| /test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
| H A D | hdi_common_v1_2.cpp | 504 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0;
in CalculateFps() local 505 CAMERA_LOGI("Calculate FPS success, streamId: %{public}d, Fps:%{public}f", streamId, fps);
in CalculateFps()
|
| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 190 double fps; member 801 * capture_begin == true will trigger an update of the fps on display, and a in snapshot_swapchain_frame() 813 data->fps = 1000000.0f * data->n_frames_since_update / elapsed; in snapshot_swapchain_frame() 839 "%s%.2f", s == 0 ? "" : ", ", data->fps); in snapshot_swapchain_frame() 945 ImGui::Text("FPS: %.2f" , data->fps); in compute_swapchain_display() 2607 * capturing fps data right away. in overlay_CreateInstance()
|
| /third_party/ffmpeg/fftools/ |
| H A D | ffmpeg.c | 786 // avoid exact midoints to reduce the chance of rounding differences, this can be removed in case the fps code is changed to work with integers in adjust_frame_pts_to_encoder_tb() 1564 float fps; in print_report() local 1567 fps = t > 1 ? frame_number / t : 0; in print_report() 1568 av_bprintf(&buf, "frame=%5"PRId64" fps=%3.*f q=%3.1f ", in print_report() 1569 frame_number, fps < 9.95, fps, q); in print_report() 1571 av_bprintf(&buf_script, "fps=%.2f\n", fps); in print_report() 2977 "back to a default value of 25fps for output stream #%d:%d. Use the -r option " in init_output_stream_encode()
|
| /test/xts/hats/hdf/camera/cameraMg/v1_3/src/ |
| H A D | hdi_common_v1_3.cpp | 693 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0;
in CalculateFps() local 694 CAMERA_LOGI("Calculate FPS success, streamId: %{public}d, Fps:%{public}f", streamId, fps);
in CalculateFps()
|
| /test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/ |
| H A D | ActsMediaCameraTest.cpp | 144 double fps = 30;
in SampleCreateRecorder() local 175 if ((ret = recorder->SetCaptureRate(sourceId, fps)) != SUCCESS) {
in SampleCreateRecorder()
|