Searched refs:hr (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | onyx.h | 68 static void Scale2Ratio(int mode, int *hr, int *hs) in Scale2Ratio() argument 73 *hr = 1; in Scale2Ratio() 77 *hr = 4; in Scale2Ratio() 81 *hr = 3; in Scale2Ratio() 85 *hr = 1; in Scale2Ratio() 89 *hr = 1; in Scale2Ratio()
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | groveehr.js | 37 var millis, beats, hr; variable 46 hr = myHeartRateSensor.heartRate(); 50 " Heart Rate: " + hr);
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
D | GroveEHRSample.java | 53 int hr = heart.heartRate(); in main() local 56 System.out.println("Millis: " + millis + ", Beats: " + beats + ", Heart rate: " + hr); in main()
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | groveehr.cxx | 62 int hr = heart->heartRate(); in main() local 66 cout << " Heart Rate: " << hr << endl; in main()
|
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/ |
D | style.css | 152 hr selector
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_if.c | 96 static INLINE void Scale2Ratio(VPX_SCALING mode, int *hr, int *hs) { in Scale2Ratio() argument 99 *hr = 1; in Scale2Ratio() 103 *hr = 4; in Scale2Ratio() 107 *hr = 3; in Scale2Ratio() 111 *hr = 1; in Scale2Ratio() 115 *hr = 1; in Scale2Ratio() 3418 int hr = 0, hs = 0, vr = 0, vs = 0; local 3423 Scale2Ratio(horiz_mode, &hr, &hs); 3427 cm->width = (hs - 1 + cpi->oxcf.width * hr) / hs;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 1699 int UNINITIALIZED_IS_SAFE(hr), UNINITIALIZED_IS_SAFE(hs); in vp8_change_config() 1702 Scale2Ratio(cm->horiz_scale, &hr, &hs); in vp8_change_config() 1706 cm->Width = (hs - 1 + cpi->oxcf.Width * hr) / hs; in vp8_change_config() 2658 int UNINITIALIZED_IS_SAFE(hr), UNINITIALIZED_IS_SAFE(hs); in scale_and_extend_source() 2667 Scale2Ratio(cm->horiz_scale, &hr, &hs); in scale_and_extend_source() 2671 tmp_height, hs, hr, vs, vr, 0); in scale_and_extend_source() 2693 int UNINITIALIZED_IS_SAFE(hr), UNINITIALIZED_IS_SAFE(hs); in resize_key_frame() 2713 Scale2Ratio(cm->horiz_scale, &hr, &hs); in resize_key_frame() 2715 new_width = ((hs - 1) + (cpi->oxcf.Width * hr)) / hs; in resize_key_frame()
|
D | firstpass.c | 3210 int hr, hs, vr, vs; in find_next_key_frame() local 3334 Scale2Ratio(cpi->common.horiz_scale, &hr, &hs); in find_next_key_frame() 3337 new_width = ((hs - 1) + (cpi->oxcf.Width * hr)) / hs; in find_next_key_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 7424 long hr); // NOLINT 7426 long hr); // NOLINT
|