| /kernel/linux/linux-6.6/drivers/staging/fbtft/ |
| H A D | fb_ili9163.c | 235 .fps = FPS,
|
| H A D | fb_uc1611.c | 318 .fps = FPS,
|
| H A D | fb_ili9325.c | 240 .fps = FPS,
|
| /test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
| H A D | hdi_common_v1_1.cpp | 363 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0;
in CalculateFps() local 364 CAMERA_LOGI("Calculate FPS success, streamId: %{public}d, Fps:%{public}f", streamId, fps);
in CalculateFps()
|
| /test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/ |
| H A D | hdi_common_v1_1.cpp | 361 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0; in CalculateFps() local 362 CAMERA_LOGI("Calculate FPS success, streamId: %{public}d, Fps:%{public}f", streamId, fps); in CalculateFps()
|
| /test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
| H A D | benchmark_common.cpp | 319 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0; in CalculateFps() local 320 CAMERA_LOGI("Calculate FPS success, streamId: %{public}d, Fps:%{public}f", streamId, fps); in CalculateFps()
|
| /test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
| H A D | common.cpp | 306 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0;
in CalculateFps() local 307 CAMERA_LOGI("Calculate FPS success, streamId: %{public}d, Fps:%{public}f", streamId, fps);
in CalculateFps()
|
| /third_party/ffmpeg/libavformat/tests/ |
| H A D | movenc.c | 179 static void init_fps(int bf, int audio_preroll, int fps) in init_fps() argument 233 duration = video_st->time_base.den / fps; in init_fps()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | OverlayWidgets.cpp | 334 const overlay::PerSecond *fps = static_cast<const overlay::PerSecond *>(widget); in AppendFPS() local 337 OutputPerSecond(text, fps); in AppendFPS()
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | ANGLEPerfTest.cpp | 449 double fps = static_cast<double>(mTrialNumStepsPerformed * mIterationsPerStep) / in printResults() local 451 printf("Ran %0.2lf iterations per second\n", fps); in printResults()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | vp3.c | 2887 AVRational fps, aspect; in theora_decode_header() local 2934 fps.num = get_bits_long(gb, 32); in theora_decode_header() 2935 fps.den = get_bits_long(gb, 32); in theora_decode_header() 2936 if (fps.num && fps.den) { in theora_decode_header() 2937 if (fps.num < 0 || fps.den < 0) { in theora_decode_header() 2942 fps.den, fps.num, 1 << 30); in theora_decode_header()
|
| 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()
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| H A D | tc358743.c | 295 static inline unsigned fps(const struct v4l2_bt_timings *t) in fps() function 308 unsigned width, height, frame_width, frame_height, frame_interval, fps; in tc358743_get_detected_timings() local 337 fps = (frame_interval > 0) ? in tc358743_get_detected_timings() 344 bt->pixelclock = frame_width * frame_height * fps; in tc358743_get_detected_timings() 673 u32 bps = bt->width * bt->height * fps(bt) * bits_pr_pixel; in tc358743_num_csi_lanes_needed()
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| H A D | tc358743.c | 295 static inline unsigned fps(const struct v4l2_bt_timings *t) in fps() function 308 unsigned width, height, frame_width, frame_height, frame_interval, fps; in tc358743_get_detected_timings() local 337 fps = (frame_interval > 0) ? in tc358743_get_detected_timings() 344 bt->pixelclock = frame_width * frame_height * fps; in tc358743_get_detected_timings() 673 u32 bps = bt->width * bt->height * fps(bt) * bits_pr_pixel; in tc358743_num_csi_lanes_needed()
|
| /kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
| H A D | core.h | 333 * @fps: holds current FPS 394 u64 fps; member
|
| /kernel/linux/linux-5.10/drivers/media/pci/solo6x10/ |
| H A D | solo6x10.h | 238 u8 fps; member
|
| /kernel/linux/linux-5.10/drivers/staging/fbtft/ |
| H A D | fb_watterott.c | 283 .fps = FPS,
|
| H A D | fb_uc1611.c | 318 .fps = FPS,
|
| H A D | fb_ili9325.c | 240 .fps = FPS,
|
| /kernel/linux/linux-6.6/drivers/media/pci/solo6x10/ |
| H A D | solo6x10.h | 238 u8 fps; member
|
| /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",
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_cmd.c | 65 * At 15fps this means 133ms. We set the timeout a bit longer. 105 unsigned short fps = 0; in atomisp_get_sensor_fps() local 112 fps = fi.interval.denominator / fi.interval.numerator; in atomisp_get_sensor_fps() 114 return fps; in atomisp_get_sensor_fps() 203 unsigned short fps = 0; in atomisp_freq_scaling() local 224 fps = atomisp_get_sensor_fps(&isp->asd); in atomisp_freq_scaling() 225 if (fps == 0) { in atomisp_freq_scaling() 234 curr_rules.fps = fps; in atomisp_freq_scaling() 245 if (curr_rules.fps ! in atomisp_freq_scaling() [all...] |
| /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()
|
| /kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
| H A D | cobalt-v4l2.c | 1057 struct v4l2_fract fps; in cobalt_g_parm() local 1062 fps = v4l2_calc_timeperframe(&s->timings); in cobalt_g_parm() 1063 a->parm.capture.timeperframe.numerator = fps.numerator; in cobalt_g_parm() 1064 a->parm.capture.timeperframe.denominator = fps.denominator; in cobalt_g_parm()
|
| /kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
| H A D | cpia1.c | 358 atomic_t fps; member 663 /* Set Sensor FPS to 15fps. This seems better than 30fps in reset_camera_params() 1273 framerate = atomic_read(&sd->fps); in monitor_exposure() 1617 atomic_set(&sd->fps, 0); in sd_start() 1704 atomic_set(&sd->fps, data[41]); in sd_pkt_scan()
|