/device/generic/goldfish/camera/ |
D | EmulatedCamera2.cpp | 217 EmulatedCamera2* getInstance(const camera2_device_t *d) { in getInstance() argument 218 const EmulatedCamera2* cec = static_cast<const EmulatedCamera2*>(d); in getInstance() 222 int EmulatedCamera2::set_request_queue_src_ops(const camera2_device_t *d, in set_request_queue_src_ops() argument 224 EmulatedCamera2* ec = getInstance(d); in set_request_queue_src_ops() 229 int EmulatedCamera2::notify_request_queue_not_empty(const camera2_device_t *d) { in notify_request_queue_not_empty() argument 230 EmulatedCamera2* ec = getInstance(d); in notify_request_queue_not_empty() 234 int EmulatedCamera2::set_frame_queue_dst_ops(const camera2_device_t *d, in set_frame_queue_dst_ops() argument 236 EmulatedCamera2* ec = getInstance(d); in set_frame_queue_dst_ops() 241 int EmulatedCamera2::get_in_progress_count(const camera2_device_t *d) { in get_in_progress_count() argument 242 EmulatedCamera2* ec = getInstance(d); in get_in_progress_count() [all …]
|
D | EmulatedCamera3.cpp | 207 EmulatedCamera3* getInstance(const camera3_device_t *d) { in getInstance() argument 208 const EmulatedCamera3* cec = static_cast<const EmulatedCamera3*>(d); in getInstance() 212 int EmulatedCamera3::initialize(const struct camera3_device *d, in initialize() argument 214 EmulatedCamera3* ec = getInstance(d); in initialize() 218 int EmulatedCamera3::configure_streams(const struct camera3_device *d, in configure_streams() argument 220 EmulatedCamera3* ec = getInstance(d); in configure_streams() 225 const struct camera3_device *d, in register_stream_buffers() argument 227 EmulatedCamera3* ec = getInstance(d); in register_stream_buffers() 232 const struct camera3_device *d, in process_capture_request() argument 234 EmulatedCamera3* ec = getInstance(d); in process_capture_request() [all …]
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
D | Utilities.java | 6 static void centerAround(int x, int y, Drawable d) { in centerAround() argument 7 int w = d.getIntrinsicWidth(); in centerAround() 8 int h = d.getIntrinsicHeight(); in centerAround() 13 d.setBounds(left, top, right, bottom); in centerAround()
|
D | DemoKitActivity.java | 133 Log.d(TAG, "permission denied for accessory " 202 Log.d(TAG, "mAccessory is null"); in onResume() 227 Log.d(TAG, "accessory opened"); in openAccessory() 230 Log.d(TAG, "accessory open fail"); in openAccessory() 315 Log.d(TAG, "unknown msg: " + buffer[i]); in run()
|
D | ColorWheel.java | 129 private int ave(int s, int d, float p) { in ave() argument 130 return s + java.lang.Math.round(p * (d - s)); in ave()
|
/device/lge/mako/camera/ |
D | QCameraHWI_Preview_7x27A.cpp | 242 mHalCamCtrl->mMetadata.number_of_faces = roi.d.hdr.num_face_detected; in notifyROIEvent() 263 int idx = roi.d.data.idx; in notifyROIEvent() 270 mHalCamCtrl->mFace[idx].id = roi.d.data.face.id; in notifyROIEvent() 271 mHalCamCtrl->mFace[idx].score = roi.d.data.face.score / 10; // keep within range 0~100 in notifyROIEvent() 275 roi.d.data.face.face_boundary.x*2000/mHalCamCtrl->mDimension.display_width - 1000; in notifyROIEvent() 278 roi.d.data.face.face_boundary.y*2000/mHalCamCtrl->mDimension.display_height - 1000; in notifyROIEvent() 281 roi.d.data.face.face_boundary.dx*2000/mHalCamCtrl->mDimension.display_width; in notifyROIEvent() 284 roi.d.data.face.face_boundary.dy*2000/mHalCamCtrl->mDimension.display_height; in notifyROIEvent() 288 roi.d.data.face.left_eye_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000; in notifyROIEvent() 290 roi.d.data.face.left_eye_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000; in notifyROIEvent() [all …]
|
D | QCameraHWI_Preview.cpp | 418 mHalCamCtrl->mMetadata.number_of_faces = roi.d.hdr.num_face_detected; in notifyROIEvent() 440 int idx = roi.d.data.idx; in notifyROIEvent() 447 mHalCamCtrl->mFace[idx].id = roi.d.data.face.id; in notifyROIEvent() 448 mHalCamCtrl->mFace[idx].score = roi.d.data.face.score; in notifyROIEvent() 452 roi.d.data.face.face_boundary.x*2000/mHalCamCtrl->mDimension.display_width - 1000; in notifyROIEvent() 455 roi.d.data.face.face_boundary.y*2000/mHalCamCtrl->mDimension.display_height - 1000; in notifyROIEvent() 458 roi.d.data.face.face_boundary.dx*2000/mHalCamCtrl->mDimension.display_width; in notifyROIEvent() 461 roi.d.data.face.face_boundary.dy*2000/mHalCamCtrl->mDimension.display_height; in notifyROIEvent() 465 roi.d.data.face.left_eye_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000; in notifyROIEvent() 467 roi.d.data.face.left_eye_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000; in notifyROIEvent() [all …]
|
/device/samsung/manta/power/ |
D | power_manta.c | 68 DIR *d; in init_touchscreen_power_path() local 73 d = opendir(dir); in init_touchscreen_power_path() 74 if (d == NULL) { in init_touchscreen_power_path() 79 while ((de = readdir(d)) != NULL) { in init_touchscreen_power_path() 95 closedir(d); in init_touchscreen_power_path()
|
/device/asus/deb/ |
D | releasetools.py | 74 _, _, d = diff.GetPatch() 75 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold: 80 common.ZipWriteStr(info.output_zip, "radio.img.p", d)
|
/device/lge/hammerhead/ |
D | releasetools.py | 74 _, _, d = diff.GetPatch() 75 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold: 80 common.ZipWriteStr(info.output_zip, "radio.img.p", d)
|
/device/lge/mako/ |
D | releasetools.py | 74 _, _, d = diff.GetPatch() 75 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold: 80 common.ZipWriteStr(info.output_zip, "radio.img.p", d)
|
D | audio_effects.conf | 55 uuid ce772f20-847d-11df-bb17-0002a5d5c51b
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Preview.cpp | 397 mHalCamCtrl->mMetadata.number_of_faces = roi.d.hdr.num_face_detected; in notifyROIEvent() 418 int idx = roi.d.data.idx; in notifyROIEvent() 425 mHalCamCtrl->mFace[idx].id = roi.d.data.face.id; in notifyROIEvent() 426 mHalCamCtrl->mFace[idx].score = roi.d.data.face.score; in notifyROIEvent() 430 roi.d.data.face.face_boundary.x*2000/mHalCamCtrl->mDimension.display_width - 1000; in notifyROIEvent() 433 roi.d.data.face.face_boundary.y*2000/mHalCamCtrl->mDimension.display_height - 1000; in notifyROIEvent() 436 roi.d.data.face.face_boundary.dx*2000/mHalCamCtrl->mDimension.display_width; in notifyROIEvent() 439 roi.d.data.face.face_boundary.dy*2000/mHalCamCtrl->mDimension.display_height; in notifyROIEvent() 443 roi.d.data.face.left_eye_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000; in notifyROIEvent() 445 roi.d.data.face.left_eye_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000; in notifyROIEvent() [all …]
|
/device/asus/flo/ |
D | releasetools.py | 87 _, _, d = diff.GetPatch() 88 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold: 93 common.ZipWriteStr(info.output_zip, "radio.img.p", d)
|
D | audio_effects.conf | 62 uuid ce772f20-847d-11df-bb17-0002a5d5c51b
|
/device/lge/hammerhead/original-kernel-headers/media/ |
D | msmb_camera.h | 146 #define msm_v4l2_fourcc(a, b, c, d)\ argument 148 ((__u32)(d) << 24))
|
/device/asus/deb/kernel-headers/media/ |
D | msmb_camera.h | 126 #define msm_v4l2_fourcc(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u3… argument
|
/device/asus/flo/kernel-headers/media/ |
D | msmb_camera.h | 126 #define msm_v4l2_fourcc(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u3… argument
|
/device/asus/flo/original-kernel-headers/media/ |
D | msmb_camera.h | 135 #define msm_v4l2_fourcc(a, b, c, d)\ argument 137 ((__u32)(d) << 24))
|
/device/lge/hammerhead/kernel-headers/media/ |
D | msmb_camera.h | 130 #define msm_v4l2_fourcc(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u3… argument
|
/device/asus/deb/original-kernel-headers/media/ |
D | msmb_camera.h | 135 #define msm_v4l2_fourcc(a, b, c, d)\ argument 137 ((__u32)(d) << 24))
|
/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/ |
D | PlatformLibrary.java | 52 Log.d("PlatformLibrary", "yodel: " + msg); in yodel()
|
/device/generic/goldfish/qemud/ |
D | qemud.c | 165 unsigned d; in hex2int() local 169 d = (unsigned)(c - '0'); in hex2int() 170 if (d < 10) in hex2int() 173 d = (unsigned)(c - 'a'); in hex2int() 174 if (d < 6) { in hex2int() 175 d += 10; in hex2int() 179 d = (unsigned)(c - 'A'); in hex2int() 180 if (d < 6) { in hex2int() 181 d += 10; in hex2int() 189 result |= d; in hex2int()
|
/device/asus/tilapia/ |
D | system.prop | 4 rild.libargs=-d /dev/ttyACM0
|
/device/generic/goldfish/opengl/system/gralloc/ |
D | gralloc.cpp | 418 gralloc_device_t* d = reinterpret_cast<gralloc_device_t*>(dev); in gralloc_device_close() local 419 if (d) { in gralloc_device_close() 422 while( d->allocListHead != NULL ) { in gralloc_device_close() 423 gralloc_free(&d->device, d->allocListHead->handle); in gralloc_device_close() 427 free(d); in gralloc_device_close()
|