HomeSort by relevance Sort by last modified time
    Searched refs:fps (Results 101 - 125 of 432) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_virtual.cpp 78 display_attributes->fps = 60;
79 // TODO(user): Need to update WB fps
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_virtual.cpp 78 display_attributes->fps = 60;
79 // TODO(user): Need to update WB fps
  /hardware/qcom/display/msm8960/libexternal/
external.h 73 void getAttrForMode(int& width, int& height, int& fps);
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_virtual.cpp 78 display_attributes->fps = 60;
79 // TODO(user): Need to update WB fps
  /hardware/qcom/display/msm8084/libgralloc/
framebuffer.cpp 267 float fps = (float)metadata.data.panel_frame_rate; local
270 //The reserved[3] field is used to store FPS by the driver.
271 float fps = info.reserved[3] & 0xFF; local
300 fps
319 module->fps = fps;
418 const_cast<float&>(dev->device.fps) = m->fps;
  /hardware/qcom/display/msm8226/libgralloc/
framebuffer.cpp 268 float fps = (float)metadata.data.panel_frame_rate; local
271 //The reserved[3] field is used to store FPS by the driver.
272 float fps = info.reserved[3] & 0xFF; local
301 fps
320 module->fps = fps;
419 const_cast<float&>(dev->device.fps) = m->fps;
  /hardware/qcom/display/msm8909/libgralloc/
framebuffer.cpp 265 float fps = (float)metadata.data.panel_frame_rate; local
268 //The reserved[3] field is used to store FPS by the driver.
269 float fps = info.reserved[3] & 0xFF; local
298 fps
317 module->fps = fps;
442 const_cast<float&>(dev->device.fps) = m->fps;
  /hardware/qcom/display/msm8909w_3100/libgralloc/
framebuffer.cpp 265 float fps = (float)metadata.data.panel_frame_rate; local
268 //The reserved[3] field is used to store FPS by the driver.
269 float fps = info.reserved[3] & 0xFF; local
298 fps
317 module->fps = fps;
442 const_cast<float&>(dev->device.fps) = m->fps;
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 256 float fps = metadata.data.panel_frame_rate; local
259 //The reserved[3] field is used to store FPS by the driver.
260 float fps = info.reserved[3] & 0xFF; local
289 fps
304 module->fps = fps;
391 const_cast<float&>(dev->device.fps) = m->fps;
  /hardware/qcom/display/msm8994/libgralloc/
framebuffer.cpp 271 float fps = (float)metadata.data.panel_frame_rate; local
274 //The reserved[3] field is used to store FPS by the driver.
275 float fps = info.reserved[3] & 0xFF; local
304 fps
323 module->fps = fps;
448 const_cast<float&>(dev->device.fps) = m->fps;
  /hardware/qcom/display/msm8996/libgralloc/
framebuffer.cpp 258 float fps = (float)metadata.data.panel_frame_rate; local
261 //The reserved[3] field is used to store FPS by the driver.
262 float fps = info.reserved[3] & 0xFF; local
291 fps
310 module->fps = fps;
435 const_cast<float&>(dev->device.fps) = m->fps;
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 107 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps) {
110 *fps = *cpi->twopass.stats_in;
752 FIRSTPASS_STATS fps; local
754 fps.frame = cm->current_video_frame;
755 fps.intra_error = (double)(intra_error >> 8);
756 fps.coded_error = (double)(coded_error >> 8);
761 fps.ssim_weighted_pred_err = fps.coded_error * weight;
763 fps.pcnt_inter = 0.0;
764 fps.pcnt_motion = 0.0
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_9_virtual-reality.md 37 front buffer such that alternating-eye rendering of VR content at 60fps with two
54 * [C-1-11] MUST support H.264 decoding at least 3840x2160@30fps-40Mbps
55 (equivalent to 4 instances of 1920x1080@30fps-10Mbps or 2 instances of
56 1920x1080@60fps-20Mbps).
58 1920x1080@30fps-10Mbps and SHOULD be capable to decode
59 3840x2160@30fps-20Mbps (equivalent to
60 4 instances of 1920x1080@30fps-5Mbps).
  /bootable/recovery/minui/
resources.cpp 270 int res_create_multi_display_surface(const char* name, int* frames, int* fps,
283 *fps = 20;
290 } else if (text[i].key && strcmp(text[i].key, "FPS") == 0 && text[i].text) {
291 *fps = atoi(text[i].text);
295 printf(" found fps = %d\n", *fps);
300 if (*frames <= 0 || *fps <= 0) {
301 printf("bad number of frames (%d) and/or FPS (%d)\n", *frames, *fps);
  /device/google/marlin/camera/usbcamcore/src/
QCameraUsbParm.cpp 105 // All fps ranges which can be supported. This list will be filtered according
106 // to the min and max fps supported by hardware
108 // fps values are multiplied by 1000
151 static String8 create_fps_str(const android:: FPSRange* fps, int len);
250 //Set Preivew fps range
429 static String8 create_fps_str(const android:: FPSRange* fps, int len) {
434 snprintf(buffer, sizeof(buffer), "(%d,%d)", fps[0].minFPS, fps[0].maxFPS);
438 snprintf(buffer, sizeof(buffer), ",(%d,%d)", fps[i].minFPS, fps[i].maxFPS)
    [all...]
  /device/linaro/hikey/gralloc/
framebuffer_device.cpp 325 float fps = refreshRate / 1000.0f; local
353 fps);
370 module->fps = fps;
504 const_cast<float &>(dev->fps) = m->fps;
  /device/linaro/hikey/gralloc960/
framebuffer_device.cpp 292 float fps = refreshRate / 1000.0f; local
320 fps);
350 module->fps = fps;
489 const_cast<float&>(dev->fps) = m->fps;
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QCameraUsbParm.cpp 105 // All fps ranges which can be supported. This list will be filtered according
106 // to the min and max fps supported by hardware
108 // fps values are multiplied by 1000
151 static String8 create_fps_str(const android:: FPSRange* fps, int len);
250 //Set Preivew fps range
429 static String8 create_fps_str(const android:: FPSRange* fps, int len) {
434 snprintf(buffer, sizeof(buffer), "(%d,%d)", fps[0].minFPS, fps[0].maxFPS);
438 snprintf(buffer, sizeof(buffer), ",(%d,%d)", fps[i].minFPS, fps[i].maxFPS)
    [all...]
  /tools/tradefederation/contrib/src/com/android/media/tests/
VideoMultimeterTest.java 71 "video_filename, reporting_key_prefix, fps, duration(in sec) " +
273 Map<String, String> metrics, String keyprefix, float fps, boolean lipsync) {
301 return parseResult(metrics, nrOfDataPoints, allData, keyprefix, fps, lipsync);
324 float fps = Float.parseFloat(videoInfo[2].trim()); local
327 metrics = getResult(listener, metrics, keyPrefix, fps, true);
362 long frameCaptured, String result, String keyprefix, float fps,
380 double expectedFrameDurationInUs = 1000000.0 / fps;
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraDevice.h 99 * fps - Target rate of frames per second.
104 int fps) = 0;
295 * width, height, pix_fmt, fps - Parameters passed to startDevice method.
300 int fps);
527 /* Requested FPS rate */
EmulatedQemuCameraDevice.cpp 128 uint32_t pix_fmt, int fps) {
144 EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt, fps);
225 /* Wait till FPS timeout expires, or thread exit message is received. */
  /external/devlib/devlib/
__init__.py 24 from devlib.derived.fps import DerivedGfxInfoStats, DerivedSurfaceFlingerStats
  /external/libvpx/libvpx/examples/
simple_encoder.c 145 // TODO(tomfinegan): Improve command line parsing and add args for bitrate/fps.
156 const int fps = 30; local
187 info.time_base.denominator = fps;
vp8cx_set_ref.c 106 const int fps = 30; // TODO(dkovalev) add command line argument local
128 info.time_base.denominator = fps;
vp9_lossless_encoder.c 69 const int fps = 30; local
84 info.time_base.denominator = fps;

Completed in 523 milliseconds

1 2 3 45 6 7 8 91011>>