Home
last modified time | relevance | path

Searched defs:height (Results 1 – 13 of 13) sorted by relevance

/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DAutoFitTextureView.java51 public void setAspectRatio(int width, int height) { in setAspectRatio()
64 int height = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
DCameraAvgFragment.java502 private void setUpCameraOutputs(int width, int height) { in setUpCameraOutputs()
613 private void openCamera(int width, int height) { in openCamera()
/system/media/audio_utils/include/audio_utils/
DLogPlot.h88 for (int height = HEIGHT - 1; height >= 0; height--) { in audio_utils_log_plot() local
157 int height = log2(maxCount) + 1; // maxCount > 0, safe to call log2 variable
/system/extras/simpleperf/scripts/inferno/
Dsvg_renderer.py66 def create_svg_node(process, callsite, depth, f, total_weight, height, color_scheme, nav): argument
122 def render_svg_nodes(process, flamegraph, depth, f, total_weight, height, color_scheme): argument
/system/media/camera/docs/
Dcamera_device_info.proto31 optional int32 height = 2; field
36 optional float height = 2; field
50 optional int32 height = 3; field
84 optional int32 height = 3; field
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/
DNativeRenderer.java27 …public static native int renderBuffer(int x, int y, int width, int height, int lineStride, int[] b… in renderBuffer()
/system/teeui/test/
Dteeui_device_config.cpp86 uint width = 0, height = 0; in initFromOptions() local
/system/media/audio_utils/tests/
Dchannels_tests.cpp73 const AUDIO_GEOMETRY_HEIGHT height = heightFromChannelIdx(i); in TEST() local
/system/extras/tests/framebuffer/
Dfb_test.c34 int height; member
/system/teeui/libteeui/include/teeui/
Dlabel.h141 #define LineHeight(height) static const constexpr auto label_line_height = height argument
/system/teeui/libteeui_jni/
Dlibteeui_jni.cpp169 JNIEnv* env, jclass, jint x, jint y, jint width, jint height, jint lineStride, in Java_com_android_framebufferizer_NativeRenderer_renderBuffer()
/system/tools/hidl/c2hal/test/
Dtest.h139 const uint32_t height; member
/system/extras/simpleperf/scripts/
Dreport_html.js528 height: 600, property