Home
last modified time | relevance | path

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

12

/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/cros-codecs/src/encoder/stateless/av1/
Dpredictor.rs72 let height = config.resolution.height; in create_sequence_header() localVariable
137 let height = self.delegate.config.resolution.height; in create_frame_header() localVariable
/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/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/cros-codecs/examples/ccenc/
Dutil.rs50 pub height: u32, field
/system/cros-codecs/examples/ccdec/
Dmain.rs150 let height = job.output.as_ref().unwrap().resolution().height as usize; in main() localVariable
/system/cros-codecs/src/
Dutils.rs63 let height = align!(size.height, 4) as usize; in new_nv12() localVariable
Dlib.rs81 pub height: u32, field
129 pub height: u32, field
Dencoder.rs233 let height = frame_height as f32; localVariable
Dimage_processing.rs387 let height = min(dst.resolution().height, src.resolution().height) as usize; in convert_video_frame() localVariable
/system/cros-codecs/src/encoder/stateless/vp9/
Dpredictor.rs46 let height = self.delegate.config.resolution.height; in create_frame_header() localVariable
/system/media/audio_utils/tests/
Dchannels_tests.cpp73 const AUDIO_GEOMETRY_HEIGHT height = heightFromChannelIdx(i); in TEST() local
Daudio_nnapi2_tests.cpp162 bool Conv2DModel::CreateModel(uint32_t batches, uint32_t height, uint32_t width, in CreateModel()
/system/cros-codecs/src/backend/vaapi/
Dencoder.rs437 let height = height as usize; in upload_nv12_img() localVariable
453 let height = height / 2; in upload_nv12_img() localVariable
542 let height = meta.layout.size.height; in next() localVariable
/system/extras/tests/framebuffer/
Dfb_test.c34 int height; member
/system/cros-codecs/src/decoder/stateless/
Dvp8.rs226 let height = u32::from(hdr.height); in negotiation_possible() localVariable
/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/cros-codecs/src/codec/vp9/test_data/
Dtest-25fps.vp9.json4 "height": 240, number
/system/cros-codecs/src/codec/av1/test_data/
Dtest-25fps.av1.ivf.json4 "height": 240, number
/system/cros-codecs/src/codec/h265/test_data/
Dtest-25fps.h265.json4 "height": 240, number

12