HomeSort by relevance Sort by last modified time
    Searched refs:fps (Results 26 - 50 of 278) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8974/libexternal/
external.cpp 714 int width = 0, height = 0, fps = 0; local
715 getAttrForMode(width, height, fps);
721 1000000000l / fps;
725 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) {
730 fps = 60;
736 fps = 60;
742 fps = 50;
747 fps = 50;
752 fps = 60;
757 fps = 60
    [all...]
  /external/chromium_org/media/base/
audio_timestamp_helper.cc 16 double fps = samples_per_second; local
17 microseconds_per_frame_ = base::Time::kMicrosecondsPerSecond / fps;
  /external/chromium_org/media/cast/test/utility/
generate_barcode_video.cc 26 "<width> <height> <fps> <frames> >output.y4m\n");
31 int fps = atoi(argv[3]); local
35 printf("YUV4MPEG2 W%d H%d F%d:1 Ip C420mpeg2\n", width, height, fps);
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
decode_perf_test.cc 90 const double fps = double(frames) / elapsed_secs; local
98 printf("\t\"framesPerSecond\" : %f\n", fps);
  /external/libvpx/libvpx/test/
decode_perf_test.cc 90 const double fps = double(frames) / elapsed_secs; local
98 printf("\t\"framesPerSecond\" : %f\n", fps);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_perf_test.cc 90 const double fps = double(frames) / elapsed_secs; local
98 printf("\t\"framesPerSecond\" : %f\n", fps);
  /hardware/qcom/display/msm8084/libqdutils/
profiler.cpp 64 void CalcFps::Fps() {
73 /*defaults calculation of fps to based on number of frames*/
113 void CalcFps::print_fps(float fps)
116 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
118 ALOGD("FPS for last (%f ms, %d frames): %3.2f",
120 debug_fps_metadata.curr_frame, fps);
178 /* time to calculate and display FPS */
189 float fps = float(1000.0 * debug_fps_metadata.curr_frame/ local
191 print_fps(fps);
    [all...]
profiler.h 42 #define CALC_FPS() qdutils::CalcFps::getInstance().Fps()
52 void Fps();
60 /*fps calculation based on time or number of frames*/
68 /* indicates how much time do we wait till we calculate FPS */
71 /*indicates how much time elapsed since we report fps*/
74 /* indicates how many frames do we wait till we calculate FPS */
98 void print_fps(float fps);
  /hardware/qcom/display/msm8226/libqdutils/
profiler.cpp 64 void CalcFps::Fps() {
73 /*defaults calculation of fps to based on number of frames*/
113 void CalcFps::print_fps(float fps)
116 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
118 ALOGD("FPS for last (%f ms, %d frames): %3.2f",
120 debug_fps_metadata.curr_frame, fps);
178 /* time to calculate and display FPS */
189 float fps = float(1000.0 * debug_fps_metadata.curr_frame/ local
191 print_fps(fps);
    [all...]
profiler.h 42 #define CALC_FPS() qdutils::CalcFps::getInstance().Fps()
52 void Fps();
60 /*fps calculation based on time or number of frames*/
68 /* indicates how much time do we wait till we calculate FPS */
71 /*indicates how much time elapsed since we report fps*/
74 /* indicates how many frames do we wait till we calculate FPS */
98 void print_fps(float fps);
  /hardware/qcom/display/msm8960/libqdutils/
profiler.cpp 61 void CalcFps::Fps() {
70 /*defaults calculation of fps to based on number of frames*/
108 void CalcFps::print_fps(float fps)
111 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
113 ALOGD("FPS for last (%f ms, %d frames): %3.2f",
115 debug_fps_metadata.curr_frame, fps);
172 /* time to calculate and display FPS */
182 float fps = (1000.0 * debug_fps_metadata.curr_frame)/ local
184 print_fps(fps);
    [all...]
profiler.h 42 #define CALC_FPS() qdutils::CalcFps::getInstance().Fps()
52 void Fps();
60 /*fps calculation based on time or number of frames*/
68 /* indicates how much time do we wait till we calculate FPS */
71 /*indicates how much time elapsed since we report fps*/
74 /* indicates how many frames do we wait till we calculate FPS */
98 void print_fps(float fps);
  /hardware/qcom/display/msm8974/libqdutils/
profiler.cpp 61 void CalcFps::Fps() {
70 /*defaults calculation of fps to based on number of frames*/
108 void CalcFps::print_fps(float fps)
111 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
113 ALOGD("FPS for last (%f ms, %d frames): %3.2f",
115 debug_fps_metadata.curr_frame, fps);
172 /* time to calculate and display FPS */
182 float fps = (1000.0 * debug_fps_metadata.curr_frame)/ local
184 print_fps(fps);
    [all...]
profiler.h 42 #define CALC_FPS() qdutils::CalcFps::getInstance().Fps()
52 void Fps();
60 /*fps calculation based on time or number of frames*/
68 /* indicates how much time do we wait till we calculate FPS */
71 /*indicates how much time elapsed since we report fps*/
74 /* indicates how many frames do we wait till we calculate FPS */
98 void print_fps(float fps);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.h 45 // Minimum interval is 10k fps.
46 #define FPS_TO_INTERVAL(fps) \
47 (fps ? talk_base::kNumNanosecsPerSec / fps : \
154 // For low fps, max pixels limit is set to Retina MacBookPro 15" resolution of
156 // For high fps, maximum pixels limit is set based on common 24" monitor
159 void ComputeScale(int frame_width, int frame_height, int fps,
189 talk_base::kNumNanosecsPerSec / 10000; // 10k fps.
210 static int64 FpsToInterval(int fps) {
211 return fps ? talk_base::kNumNanosecsPerSec / fps : kMinimumInterval
    [all...]
  /external/chromium_org/cc/debug/
frame_rate_counter.cc 101 double fps = 1.0 / delta.InSecondsF();
103 *min_fps = std::min(fps, *min_fps);
104 *max_fps = std::max(fps, *max_fps);
  /external/chromium_org/content/renderer/media/
rtc_video_encoder_factory.cc 22 int width = 0, height = 0, fps = 0; local
37 fps = profile.max_framerate.numerator;
42 type, name, width, height, fps);
  /hardware/qcom/display/msm8084/libexternal/
external.h 73 void getAttrForMode(int& width, int& height, int& fps);
  /hardware/qcom/display/msm8226/libexternal/
external.h 73 void getAttrForMode(int& width, int& height, int& fps);
  /frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateView.java 53 float fps = 1000000.f / elapsedTime_us; local
55 Log.v(TAG, "Long frame: " + elapsedTime_us/1000.f + " ms (" + fps + " fps)");
  /hardware/qcom/display/msm8960/libexternal/
external.cpp 701 int width = 0, height = 0, fps = 0; local
702 getAttrForMode(width, height, fps);
708 1000000000l / fps;
712 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) {
717 fps = 60;
723 fps = 60;
729 fps = 50;
734 fps = 50;
739 fps = 60;
744 fps = 24
    [all...]
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 72 void UpdateFPS( float fps );
185 float fps; local
186 if( monitor_.Update( fps ) )
188 UpdateFPS( fps );
423 void Engine::UpdateFPS( float fps )
431 jni->CallVoidMethod( app_->activity->clazz, methodID, fps );
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 235 float fps = refreshRate / 1000.0f; local
264 fps
280 module->fps = fps;
354 const_cast<float&>(dev->device.fps) = m->fps;
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /device/generic/goldfish/camera/
CallbackNotifier.h 88 * fps - Video frame frequency. This parameter determins when a frame
94 status_t enableVideoRecording(int fps);

Completed in 468 milliseconds

12 3 4 5 6 7 8 91011>>