OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_fps
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
realtime_temporal_layers.cc
66
int
input_fps
) {
67
if (
input_fps
>= 24) {
70
if (
input_fps
>= 20 && current_temporal_layers >= 3) {
74
if (
input_fps
>= 10) {
77
if (
input_fps
> 8 && current_temporal_layers >= 2) {
/hardware/intel/common/utils/ISV/profile/
isv_profile.cpp
50
mFrcRates[i].
input_fps
= 0;
77
if (mFrcRates[i].
input_fps
== inputFps) {
225
mFrcRates[mCurrentFrcTab].
input_fps
= atoi(atts[attIndex + 1]);
454
if (mFrcRates[i].
input_fps
== 0)
456
ALOGV("
input_fps
=%d, rate=%s\n", mFrcRates[i].
input_fps
, rateNames[mFrcRates[i].rate]);
/hardware/intel/common/utils/ISV/include/
isv_profile.h
55
uint32_t
input_fps
;
member in struct:_ISVFRCRate
/external/autotest/client/site_tests/video_HangoutHardwarePerf/
video_HangoutHardwarePerf.py
27
INPUT_FPS
= 30
229
v.append(str(
INPUT_FPS
))
/hardware/intel/common/utils/ISV/base/
isv_worker.cpp
587
frc.
input_fps
= mFilterParam.frameRate;
590
frc.output_fps = frc.
input_fps
;
593
frc.output_fps = frc.
input_fps
* 2;
596
frc.output_fps = frc.
input_fps
* 5/2;
599
frc.output_fps = frc.
input_fps
* 4;
[
all
...]
/hardware/intel/common/libva/va/
va_vpp.h
863
unsigned int
input_fps
;
member in struct:_VAProcFilterParamterBufferFrameRateConversion
988
unsigned int
input_fps
;
member in struct:_VAProcFilterCapFrameRateConversion
[
all
...]
/hardware/intel/img/psb_video/src/
vsp_VPP.c
[
all
...]
Completed in 657 milliseconds