Searched defs:height (Results  1 – 12 of 12) sorted by relevance
| /system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ | 
| D | AutoFitTextureView.java | 51     public void setAspectRatio(int width, int height) {  in setAspectRatio()64         int height = MeasureSpec.getSize(heightMeasureSpec);  in onMeasure()  local
 
 | 
| D | CameraAvgFragment.java | 502     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/ | 
| D | LogPlot.h | 88     for (int height = HEIGHT - 1; height >= 0; height--) {  in audio_utils_log_plot()  local157     int height = log2(maxCount) + 1; // maxCount > 0, safe to call log2  variable
 
 | 
| /system/extras/simpleperf/scripts/inferno/ | 
| D | svg_renderer.py | 66 def create_svg_node(process, callsite, depth, f, total_weight, height, color_scheme, nav):  argument122 def render_svg_nodes(process, flamegraph, depth, f, total_weight, height, color_scheme):  argument
 
 | 
| /system/teeui/tools/framebufferizer/src/com/android/framebufferizer/ | 
| D | NativeRenderer.java | 27 …public static native int renderBuffer(int x, int y, int width, int height, int lineStride, int[] b…  in renderBuffer()
 | 
| /system/media/camera/docs/ | 
| D | camera_device_info.proto | 31         optional int32 height = 2;  field36         optional float height = 2;  field
 50             optional int32 height = 3;  field
 84             optional int32 height = 3;  field
 
 | 
| /system/media/audio_utils/tests/ | 
| D | channels_tests.cpp | 73         const AUDIO_GEOMETRY_HEIGHT height = heightFromChannelIdx(i);  in TEST()  local
 | 
| /system/extras/tests/framebuffer/ | 
| D | fb_test.c | 34     int height;  member
 | 
| /system/teeui/libteeui/include/teeui/ | 
| D | label.h | 141 #define LineHeight(height) static const constexpr auto label_line_height = height  argument
 | 
| /system/teeui/libteeui_jni/ | 
| D | libteeui_jni.cpp | 169     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/ | 
| D | test.h | 139     const uint32_t  height;  member
 | 
| /system/extras/simpleperf/scripts/ | 
| D | report_html.js | 534             height: 600,  property
 |