Searched refs:fps (Results 1 - 25 of 92) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Drate_hist.h23 const vpx_rational_t *fps);
/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi.h43 EDIDData(int mode, int width, int height, int fps, int order) argument
44 : mMode(mode), mWidth(width), mHeight(height), mFps(fps), mModeOrder(order)
88 void getAttrForMode(uint32_t& width, uint32_t& height, uint32_t& fps);
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.h43 EDIDData(int mode, int width, int height, int fps, int order) argument
44 : mMode(mode), mWidth(width), mHeight(height), mFps(fps), mModeOrder(order)
93 void getAttrForMode(uint32_t& width, uint32_t& height, uint32_t& fps);
/hardware/qcom/display/msm8084/libgralloc/
H A Dfb_priv.h52 float fps; member in struct:private_module_t
/hardware/qcom/display/msm8226/libgralloc/
H A Dfb_priv.h52 float fps; member in struct:private_module_t
/hardware/qcom/display/msm8909/libgralloc/
H A Dfb_priv.h50 float fps; member in struct:private_module_t
/hardware/qcom/display/msm8960/libgralloc/
H A Dfb_priv.h52 float fps; member in struct:private_module_t
/hardware/qcom/display/msm8994/libgralloc/
H A Dfb_priv.h50 float fps; member in struct:private_module_t
/hardware/qcom/display/msm8996/libgralloc/
H A Dfb_priv.h50 float fps; member in struct:private_module_t
/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.cpp73 int fps = 0; local
74 getAttrForMode(width, height, fps);
580 int width = 0, height = 0, fps = 0; local
581 getAttrForMode(width, height, fps);
611 (int) 1000000000l / fps;
615 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) { argument
620 fps = 60;
626 fps = 60;
632 fps = 50;
637 fps
[all...]
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.cpp73 int fps = 0; local
74 getAttrForMode(width, height, fps);
580 int width = 0, height = 0, fps = 0; local
581 getAttrForMode(width, height, fps);
631 (int) 1000000000l / fps;
635 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) { argument
640 fps = 60;
646 fps = 60;
652 fps = 50;
657 fps
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Ddecode_perf_test.cc90 const double fps = double(frames) / elapsed_secs; local
98 printf("\t\"framesPerSecond\" : %f\n", fps);
/hardware/qcom/display/msm8084/libqdutils/
H A Dprofiler.cpp73 /*defaults calculation of fps to based on number of frames*/
113 void CalcFps::print_fps(float fps) argument
116 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
120 debug_fps_metadata.curr_frame, fps);
189 float fps = float(1000.0 * debug_fps_metadata.curr_frame/ local
191 print_fps(fps);
H A Dprofiler.h60 /*fps calculation based on time or number of frames*/
71 /*indicates how much time elapsed since we report fps*/
98 void print_fps(float fps);
/hardware/qcom/display/msm8226/libqdutils/
H A Dprofiler.cpp73 /*defaults calculation of fps to based on number of frames*/
113 void CalcFps::print_fps(float fps) argument
116 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
120 debug_fps_metadata.curr_frame, fps);
189 float fps = float(1000.0 * debug_fps_metadata.curr_frame/ local
191 print_fps(fps);
H A Dprofiler.h60 /*fps calculation based on time or number of frames*/
71 /*indicates how much time elapsed since we report fps*/
98 void print_fps(float fps);
/hardware/qcom/display/msm8909/libqdutils/
H A Dprofiler.cpp73 /*defaults calculation of fps to based on number of frames*/
113 void CalcFps::print_fps(float fps) argument
116 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
120 debug_fps_metadata.curr_frame, fps);
189 float fps = float(1000.0 * debug_fps_metadata.curr_frame/ local
191 print_fps(fps);
H A Dprofiler.h60 /*fps calculation based on time or number of frames*/
71 /*indicates how much time elapsed since we report fps*/
98 void print_fps(float fps);
/hardware/qcom/display/msm8960/libqdutils/
H A Dprofiler.cpp71 /*defaults calculation of fps to based on number of frames*/
109 void CalcFps::print_fps(float fps) argument
112 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
116 debug_fps_metadata.curr_frame, fps);
183 float fps = (1000.0 * debug_fps_metadata.curr_frame)/ local
185 print_fps(fps);
H A Dprofiler.h60 /*fps calculation based on time or number of frames*/
71 /*indicates how much time elapsed since we report fps*/
98 void print_fps(float fps);
/hardware/qcom/display/msm8994/libqdutils/
H A Dprofiler.cpp73 /*defaults calculation of fps to based on number of frames*/
113 void CalcFps::print_fps(float fps) argument
116 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
120 debug_fps_metadata.curr_frame, fps);
189 float fps = float(1000.0 * debug_fps_metadata.curr_frame/ local
191 print_fps(fps);
H A Dprofiler.h60 /*fps calculation based on time or number of frames*/
71 /*indicates how much time elapsed since we report fps*/
98 void print_fps(float fps);
/hardware/qcom/display/msm8996/libqdutils/
H A Dprofiler.cpp73 /*defaults calculation of fps to based on number of frames*/
113 void CalcFps::print_fps(float fps) argument
116 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
120 debug_fps_metadata.curr_frame, fps);
189 float fps = float(1000.0 * debug_fps_metadata.curr_frame/ local
191 print_fps(fps);
/hardware/intel/common/utils/ISV/base/
H A Disv_processor.cpp428 inline bool ISVProcessor::isFrameRateValid(uint32_t fps) argument
430 return (fps == 15 || fps == 24 || fps == 25 || fps == 30 || fps == 50 || fps == 60) ? true : false;
433 status_t ISVProcessor::configFRC(uint32_t fps) argument
435 if (isFrameRateValid(fps)) {
436 if (fps
452 calculateFps(int64_t timeStamp, uint32_t* fps) argument
477 uint32_t fps = 0; local
[all...]
/hardware/intel/common/utils/ISV/include/
H A Disv_processor.h67 status_t configFRC(uint32_t fps);
86 //return whether this fps is valid
87 inline bool isFrameRateValid(uint32_t fps);
88 //auto calculate fps if the framework doesn't set the correct fps
89 status_t calculateFps(int64_t timeStamp, uint32_t* fps);

Completed in 1756 milliseconds

1234