Home
last modified time | relevance | path

Searched refs:wd (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_drv_debug.h118 #define DW(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %d\n", … argument
119 #define DWH(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %08x\n… argument
/hardware/libhardware/modules/input/evdev/
DInputHub.cpp500 int wd = inotify_add_watch(mINotifyFd, path.c_str(), IN_DELETE | IN_CREATE); in registerDevicePath() local
501 if (wd < 0) { in registerDevicePath()
505 mWatchedPaths[wd] = path; in registerDevicePath()
511 int wd = -1; in unregisterDevicePath() local
514 wd = pair.first; in unregisterDevicePath()
519 if (wd == -1) { in unregisterDevicePath()
522 mWatchedPaths.erase(wd); in unregisterDevicePath()
523 if (inotify_rm_watch(mINotifyFd, wd) != 0) { in unregisterDevicePath()
698 std::string path = mWatchedPaths[event->wd]; in readNotify()
/hardware/qcom/camera/usbcamcore/src/
DQualcommUsbCamera.cpp119 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht);
718 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht) in convert_YUYV_to_420_NV12() argument
726 for(col = 0; col < wd * 2; col += 2) in convert_YUYV_to_420_NV12()
728 out_buf[row * wd + col / 2] = in_buf[row * wd * 2 + col]; in convert_YUYV_to_420_NV12()
733 for(col = 1; col < wd * 2; col += 4) in convert_YUYV_to_420_NV12()
735 out_buf[uv_row * wd + col / 2]= in_buf[row * wd * 2 + col + 2]; in convert_YUYV_to_420_NV12()
736 out_buf[uv_row * wd + col / 2 + 1] = in_buf[row * wd * 2 + col]; in convert_YUYV_to_420_NV12()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device.cpp1491 unsigned long wd = m_sVenc_cfg.input_width; in venc_use_buf() local
1495 wd = (wd + 15) & ~15; in venc_use_buf()
1497 luma_size = ht * wd; in venc_use_buf()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp1695 unsigned long wd = m_sVenc_cfg.input_width; in venc_use_buf() local
1699 wd = (wd + 15) & ~15; in venc_use_buf()
1701 luma_size = ht * wd; in venc_use_buf()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp1696 unsigned long wd = m_sVenc_cfg.input_width; in venc_use_buf() local
1700 wd = (wd + 15) & ~15; in venc_use_buf()
1702 luma_size = ht * wd; in venc_use_buf()