Home
last modified time | relevance | path

Searched defs:FrameRate (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerInfo.h85 struct FrameRate { struct
89 FrameRateCompatibility type; argument
92 FrameRate() in FrameRate() function
134 FrameRate setFrameRateVote; argument
/aosp12/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
H A DExternalCameraUtils.h122 struct FrameRate { struct
123 uint32_t durationNumerator; // frame duration numerator. Ex: 1
124 uint32_t durationDenominator; // frame duration denominator. Ex: 30
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSetFrameRateTest.cpp52 using FrameRate = Layer::FrameRate; typedef
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.h147 using FrameRate = scheduler::LayerInfo::FrameRate; variable
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h395 float FrameRate; /* Src frame Rate */ member