HomeSort by relevance Sort by last modified time
    Searched defs:fps (Results 76 - 100 of 150) sorted by null

1 2 34 5 6

  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 517 double fps = (elapsed > 0) ? num_frames_rendered_ / elapsed : 1000; local
527 << ", fps: " << fps
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 134 " screencast [fps] Starts screencast. \n"
255 int fps = GetInt(words, 1, 5); // Default to 5 fps. local
261 session, streamid, screencast_ssrc_, screencastid, fps);
    [all...]
  /external/fio/
client.c 759 fio_fp64_t *fps = &src->percentile_list[i]; local
762 fpd->u.f = fio_uint64_to_double(le64_to_cpu(fps->u.i));
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 112 double fps = 1E6 / slotUs; local
113 printf("[%.2f fps]: %zu\n", fps, counts[i]);
376 printf("avg. %.2f fps\n", n * 1E6 / delay);
606 fprintf(stderr, " -x display a histogram of decoding times/fps "
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 177 void NuPlayer::Renderer::setVideoFrameRate(float fps) {
179 msg->setFloat("frame-rate", fps);
499 float fps; local
500 CHECK(msg->findFloat("frame-rate", &fps));
501 onSetVideoFrameRate(fps);
839 mAnchorMaxMediaUs = mediaTimeUs + 100000; // smooth out videos >= 10fps
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 77 float fps = metadata.data.panel_frame_rate; local
80 //The reserved[3] field is used to store FPS by the driver.
81 float fps = info.reserved[3] & 0xFF; local
97 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period = 1000000000l / fps;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 92 float fps = metadata.data.panel_frame_rate; local
95 //The reserved[3] field is used to store FPS by the driver.
96 float fps = info.reserved[3] & 0xFF; local
113 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period = 1000000000l / fps;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 56 private static final int FRAME_RATE = 15; // 15fps
836 int fps = 0; \/\/ frame rate for the max resolution local
    [all...]
  /external/chromium_org/base/files/
file_util_unittest.cc 1666 FILE* fps[3]; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 121 : ssrc(s), fps(0), screencast_max_pixels(0) {
124 int fps; member in struct:cricket::VideoChannel::ScreencastDetailsData
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.c 91 static int input_stats(TWO_PASS *p, FIRSTPASS_STATS *fps) {
95 *fps = *p->stats_in;
834 FIRSTPASS_STATS fps; local
842 fps.frame = cm->current_video_frame;
843 fps.spatial_layer_id = cpi->svc.spatial_layer_id;
844 fps.coded_error = (double)(coded_error >> 8) + min_err;
845 fps.sr_coded_error = (double)(sr_coded_error >> 8) + min_err;
846 fps.intra_error = (double)(intra_error >> 8) + min_err;
847 fps.count = 1.0;
848 fps.pcnt_inter = (double)intercount / cm->MBs
    [all...]
  /external/libhevc/test/decoder/
main.c 211 UWORD32 fps; member in struct:__anon7555
267 FPS,
331 { "--", "--fps", FPS,
332 "FPS to be used for display \n" },
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 114 static int input_stats(struct twopass_rc *p, FIRSTPASS_STATS *fps) {
118 *fps = *p->stats_in;
791 FIRSTPASS_STATS fps; local
793 fps.frame = cm->current_video_frame;
794 fps.spatial_layer_id = cpi->svc.spatial_layer_id;
795 fps.intra_error = (double)(intra_error >> 8);
796 fps.coded_error = (double)(coded_error >> 8);
797 fps.sr_coded_error = (double)(sr_coded_error >> 8);
798 fps.ssim_weighted_pred_err = fps.coded_error * simple_weight(cpi->Source)
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 219 static const arg_def_t framerate = ARG_DEF(NULL, "fps", 1,
1674 float fps = usec_to_fps(cx_time, seen_frames); local
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 209 // NOTE: Not scaled like FPS range values are.
216 // of setParameters(getParameters()) would keep the FPS range in higher
240 // from the [min, max] fps range use the max value
241 int fps = fpsFromRange(availableFpsRanges.data.i32[i], local
245 if (sortedPreviewFrameRates.indexOf(fps) == NAME_NOT_FOUND) {
246 sortedPreviewFrameRates.add(fps);
257 fps);
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 102 int fps; member in struct:mpeg2enc_context
534 fprintf(stderr, "\t--fps <FPS> specify the frame rate\n");
551 ctx->fps <= mpeg2_upper_samplings[p][l].frame_per_sec) {
560 fprintf(stderr, "Warning: can't find a proper profile and level for the specified width/height/fps\n");
581 {"fps", required_argument, 0, 'f'},
628 ctx->fps = 30;
665 fprintf(stderr, "Warning: FPS must be greater than 0\n");
667 ctx->fps = tmp;
772 seq_param->frame_rate = ctx->fps;
962 int fps = (int)(seq_param->frame_rate + 0.5); local
    [all...]
mpeg2vaenc.c 102 int fps; member in struct:mpeg2enc_context
534 fprintf(stderr, "\t--fps <FPS> specify the frame rate\n");
551 ctx->fps <= mpeg2_upper_samplings[p][l].frame_per_sec) {
560 fprintf(stderr, "Warning: can't find a proper profile and level for the specified width/height/fps\n");
581 {"fps", required_argument, 0, 'f'},
628 ctx->fps = 30;
665 fprintf(stderr, "Warning: FPS must be greater than 0\n");
667 ctx->fps = tmp;
772 seq_param->frame_rate = ctx->fps;
962 int fps = (int)(seq_param->frame_rate + 0.5); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 112 static int input_stats(struct twopass_rc *p, FIRSTPASS_STATS *fps) {
116 *fps = *p->stats_in;
790 FIRSTPASS_STATS fps; local
792 fps.frame = cm->current_video_frame;
793 fps.spatial_layer_id = cpi->svc.spatial_layer_id;
794 fps.intra_error = (double)(intra_error >> 8);
795 fps.coded_error = (double)(coded_error >> 8);
796 fps.sr_coded_error = (double)(sr_coded_error >> 8);
797 fps.ssim_weighted_pred_err = fps.coded_error * simple_weight(cpi->Source)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 219 static const arg_def_t framerate = ARG_DEF(NULL, "fps", 1,
1674 float fps = usec_to_fps(cx_time, seen_frames); local
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 146 float fps = (float)metadata.data.panel_frame_rate; local
149 //The reserved[3] field is used to store FPS by the driver.
150 float fps = info.reserved[3] & 0xFF; local
168 (uint32_t)(1000000000l / fps);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 153 float fps = (float)metadata.data.panel_frame_rate; local
156 //The reserved[3] field is used to store FPS by the driver.
157 float fps = info.reserved[3] & 0xFF; local
175 (uint32_t)(1000000000l / fps);
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 130 int fps; member in struct:android::ExynosCameraInfo
495 //! Returns the current minimum and maximum preview fps.
659 bool setPreviewFrameRate(int fps);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 398 int fps; member in struct:__anon22733
559 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps);
1122 frameRateIDX = ARRAY_SIZE(fpsConstRanges) - 1; /* Default frame rate is 30 FPS */
1184 params.setPreviewFrameRate(frameRate[ARRAY_SIZE(frameRate) - 1].fps);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/media/
msm_camera.h 345 struct fps_cfg fps; member in union:sensor_cfg_data::__anon32445
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/media/
msm_camera.h 345 struct fps_cfg fps; member in union:sensor_cfg_data::__anon33232

Completed in 2423 milliseconds

1 2 34 5 6