/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | BlurStack.java | 69 private LayerInfo[] layerInfo; 96 public LayerInfo getLayerInfo(int layer) { in getLayerInfo() 272 layerInfo = new LayerInfo[numLayers]; in generateOneLayerForEachDepth() 277 layerInfo[layer] = new LayerInfo(depth); in generateOneLayerForEachDepth() 282 layerInfo[layer] = new LayerInfo(frontFocalDepth, backFocalDepth); in generateOneLayerForEachDepth() 287 layerInfo[layer] = new LayerInfo(depth); in generateOneLayerForEachDepth() 309 ArrayList<LayerInfo> layerInfoBehindFocus = in groupDepthLevelsIntoLayers() 315 ArrayList<LayerInfo> layerInfoInFrontOfFocus = in groupDepthLevelsIntoLayers() 322 layerInfo = new LayerInfo[numLayers]; in groupDepthLevelsIntoLayers() 334 layerInfo[n] = new LayerInfo(frontFocalDepth, backFocalDepth); in groupDepthLevelsIntoLayers() [all …]
|
D | LayerInfo.java | 7 public class LayerInfo { class 11 LayerInfo(int depth) { in LayerInfo() method in LayerInfo 16 LayerInfo(int front, int back) { in LayerInfo() method in LayerInfo
|
D | RefocusFilter.java | 102 LayerInfo layerInfo = blurStack.getLayerInfo(targetLayer); in processLayersFromBackToFocus() 145 LayerInfo layerInfo = blurStack.getLayerInfo(targetLayer); in processLayersFromFrontToFocus() 193 LayerInfo focalLayer); in initializeScriptAndBuffers() 199 protected abstract void setTargetLayer(LayerInfo layerInfo); in setTargetLayer()
|
D | layer_info.rsh | 5 typedef struct LayerInfo {
|
D | layer_info_fast.rsh | 5 typedef struct LayerInfo {
|
D | pixel_format_f32.rsh | 38 // in LayerInfo below.
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | LayerInfo.h | 43 class LayerInfo { 133 LayerInfo(float lowRefreshRate, float highRefreshRate); 135 LayerInfo(const LayerInfo&) = delete; 136 LayerInfo& operator=(const LayerInfo&) = delete;
|
D | LayerInfo.cpp | 24 LayerInfo::LayerInfo(float lowRefreshRate, float highRefreshRate) in LayerInfo() function in android::scheduler::LayerInfo 27 void LayerInfo::setLastPresentTime(nsecs_t lastPresentTime, nsecs_t now) { in setLastPresentTime()
|
D | LayerHistory.cpp | 41 bool isLayerActive(const Layer& layer, const LayerInfo& info, nsecs_t threshold) { in isLayerActive() 77 auto info = std::make_unique<LayerInfo>(lowRefreshRate, highRefreshRate); in registerLayer()
|
D | LayerHistory.h | 39 class LayerInfo; variable 105 using LayerPair = std::pair<wp<Layer>, std::unique_ptr<LayerInfo>>;
|
D | LayerInfoV2.h | 68 LayerInfoV2(const LayerInfo&) = delete;
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/ |
D | ImageBuffersForRenderScriptF32.java | 11 import com.android.rs.refocus.LayerInfo; 69 public void initializeRenderScript(LayerInfo focalLayer, in initializeRenderScript()
|
D | RefocusFilterF32.java | 6 import com.android.rs.refocus.LayerInfo; 45 LayerInfo focalLayer) { in initializeScriptAndBuffers() 104 protected void setTargetLayer(LayerInfo layerInfo) { in setTargetLayer()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
D | ImageBuffersForRenderScriptd1new.java | 11 import com.android.rs.refocus.LayerInfo; 92 public void initializeRenderScript(LayerInfo focalLayer, in initializeRenderScript()
|
D | RefocusFilterd1new.java | 5 import com.android.rs.refocus.LayerInfo; 46 LayerInfo focalLayer) { in initializeScriptAndBuffers() 106 protected void setTargetLayer(LayerInfo layerInfo) { in setTargetLayer()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerHistoryTest.cpp | 41 static constexpr auto PRESENT_TIME_HISTORY_SIZE = LayerInfo::PresentTimeHistory::HISTORY_SIZE; 42 static constexpr auto MAX_FREQUENT_LAYER_PERIOD_NS = LayerInfo::MAX_FREQUENT_LAYER_PERIOD_NS;
|
/frameworks/native/services/surfaceflinger/ |
D | Android.bp | 168 "Scheduler/LayerInfo.cpp",
|