HomeSort by relevance Sort by last modified time
    Searched refs:overlayp (Results 1 - 4 of 4) sorted by null

  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 80 struct mdp_overlay overlay, *overlayp; variable in typeref:struct:
101 overlayp = &overlay;
105 overlayp->id = MSMFB_NEW_REQUEST;
108 overlayp->src.width = e->src.width;
109 overlayp->src.height = e->src.height;
110 overlayp->src.format = e->src.format;
112 overlayp->src_rect.x = e->src_rect.x;
113 overlayp->src_rect.y = e->src_rect.y;
114 overlayp->src_rect.w = e->src_rect.w;
115 overlayp->src_rect.h = e->src_rect.h
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 79 struct mdp_overlay overlay, *overlayp; variable in typeref:struct:
100 overlayp = &overlay;
104 overlayp->id = MSMFB_NEW_REQUEST;
107 overlayp->src.width = e->src.width;
108 overlayp->src.height = e->src.height;
109 overlayp->src.format = e->src.format;
111 overlayp->src_rect.x = e->src_rect.x;
112 overlayp->src_rect.y = e->src_rect.y;
113 overlayp->src_rect.w = e->src_rect.w;
114 overlayp->src_rect.h = e->src_rect.h
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 237 static struct mdp_overlay overlay, *overlayp; variable in typeref:struct:
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 364 static struct mdp_overlay overlay, *overlayp; variable in typeref:struct:
    [all...]

Completed in 91 milliseconds