Home
last modified time | relevance | path

Searched refs:w (Results 1 – 25 of 153) sorted by relevance

1234567

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
DFmRadio.java171 Log.w(TAG, "Proxy not attached to service"); in rxIsEnabled()
192 Log.w(TAG, "Proxy not attached to service"); in rxGetFMState()
214 Log.w(TAG, "Proxy not attached to service"); in rxIsFMPaused()
235 Log.w(TAG, "Proxy not attached to service"); in rxEnable()
256 Log.w(TAG, "Proxy not attached to service"); in rxDisable()
273 Log.w(TAG, "Proxy not attached to service"); in resumeFm()
290 Log.w(TAG, "Proxy not attached to service"); in rxSetBand()
307 Log.w(TAG, "Proxy not attached to service"); in rxSetBand_nb()
324 Log.w(TAG, "Proxy not attached to service"); in rxGetBand()
341 Log.w(TAG, "Proxy not attached to service"); in rxGetBand_nb()
[all …]
/hardware/ti/omap4xxx/camera/
DNV12_resize.c127 mmUchar w; in VT_resizeFrame_Video_opt2_lp() local
147 w = bWeights[xf][yf][0]; in VT_resizeFrame_Video_opt2_lp()
148 accum_1 = (w * in11); in VT_resizeFrame_Video_opt2_lp()
154 w = bWeights[xf][yf][1]; in VT_resizeFrame_Video_opt2_lp()
155 accum_1 += (w * in12); in VT_resizeFrame_Video_opt2_lp()
161 w = bWeights[xf][yf][3]; in VT_resizeFrame_Video_opt2_lp()
162 accum_1 += (w * in21); in VT_resizeFrame_Video_opt2_lp()
168 w = bWeights[xf][yf][2]; in VT_resizeFrame_Video_opt2_lp()
169 accum_1 += (w * in22); in VT_resizeFrame_Video_opt2_lp()
215 mmUchar w; in VT_resizeFrame_Video_opt2_lp() local
[all …]
/hardware/libhardware/include/hardware/
Dcamera.h71 int (*dequeue_buffer)(struct preview_stream_ops* w,
73 int (*enqueue_buffer)(struct preview_stream_ops* w,
75 int (*cancel_buffer)(struct preview_stream_ops* w,
77 int (*set_buffer_count)(struct preview_stream_ops* w, int count);
79 int w, int h, int format);
80 int (*set_crop)(struct preview_stream_ops *w,
82 int (*set_usage)(struct preview_stream_ops* w, int usage);
83 int (*set_swap_interval)(struct preview_stream_ops *w, int interval);
84 int (*get_min_undequeued_buffer_count)(const struct preview_stream_ops *w,
86 int (*lock_buffer)(struct preview_stream_ops* w,
[all …]
Dcamera2.h77 int (*dequeue_buffer)(const struct camera2_stream_ops* w,
92 int (*enqueue_buffer)(const struct camera2_stream_ops* w,
98 int (*cancel_buffer)(const struct camera2_stream_ops* w,
104 int (*set_crop)(const struct camera2_stream_ops *w,
163 int (*acquire_buffer)(const struct camera2_stream_in_ops *w,
168 int (*release_buffer)(const struct camera2_stream_in_ops *w,
/hardware/samsung_slsi/exynos5/gralloc/
Dgralloc.cpp77 int l, int t, int w, int h,
134 static int gralloc_alloc_rgb(int ionfd, int w, int h, int format, int usage, in gralloc_alloc_rgb() argument
170 *stride = w; in gralloc_alloc_rgb()
172 size = w * h; in gralloc_alloc_rgb()
179 bpr = ALIGN(w*bpp, 64); in gralloc_alloc_rgb()
196 *hnd = new private_handle_t(fd, size, usage, w, h, format, *stride, in gralloc_alloc_rgb()
202 static int gralloc_alloc_framework_yuv(int ionfd, int w, int h, int format, in gralloc_alloc_framework_yuv() argument
212 *stride = ALIGN(w, 16); in gralloc_alloc_framework_yuv()
216 *stride = w; in gralloc_alloc_framework_yuv()
228 *hnd = new private_handle_t(fd, size, usage, w, h, format, *stride, h); in gralloc_alloc_framework_yuv()
[all …]
/hardware/qcom/display/msm8x26/liboverlay/
DoverlayUtils.h158 w(0), h(0), in Dim()
162 w(_w), h(_h) {} in Dim()
165 w(_w), h(_h), in Dim()
168 return (x+w <= _w && y+h <= _h); in check()
174 d.w == w && d.h == h &&
185 uint32_t w; member
193 Whf() : w(0), h(0), format(0), size(0) {} in Whf()
195 w(wi), h(he), format(f), size(0) {} in Whf()
197 w(wi), h(he), format(f), size(s) {} in Whf()
200 return whf.w == w && whf.h == h &&
[all …]
DoverlayMdssRot.cpp78 mRotInfo.src.width = whf.w; in setSource()
81 mRotInfo.src_rect.w = whf.w; in setSource()
84 mRotInfo.dst_rect.w = whf.w; in setSource()
109 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h); in doTransform()
248 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in calcOutputBufSize()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayUtils.h158 w(0), h(0), in Dim()
162 w(_w), h(_h) {} in Dim()
165 w(_w), h(_h), in Dim()
168 return (x+w <= _w && y+h <= _h); in check()
174 d.w == w && d.h == h &&
185 uint32_t w; member
193 Whf() : w(0), h(0), format(0), size(0) {} in Whf()
195 w(wi), h(he), format(f), size(0) {} in Whf()
197 w(wi), h(he), format(f), size(s) {} in Whf()
200 return whf.w == w && whf.h == h &&
[all …]
/hardware/qcom/display/msm8960/libtilerenderer/
Dtilerenderer.cpp59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0; in startTileRendering() local
67 if (w > width || h > height) { in startTileRendering()
68 w = (w > width) ? width : w; in startTileRendering()
77 glStartTilingQCOM(l, t, w, h, GL_COLOR_BUFFER_BIT0_QCOM); in startTileRendering()
79 glStartTilingQCOM(l, t, w, h, GL_NONE); in startTileRendering()
/hardware/qcom/display/msm8x26/libtilerenderer/
Dtilerenderer.cpp59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0; in startTileRendering() local
67 if (w > width || h > height) { in startTileRendering()
68 w = (w > width) ? width : w; in startTileRendering()
77 glStartTilingQCOM(l, t, w, h, GL_COLOR_BUFFER_BIT0_QCOM); in startTileRendering()
79 glStartTilingQCOM(l, t, w, h, GL_NONE); in startTileRendering()
/hardware/qcom/display/msm8974/liboverlay/
DoverlayUtils.h158 w(0), h(0), in Dim()
162 w(_w), h(_h) {} in Dim()
165 w(_w), h(_h), in Dim()
168 return (x+w <= _w && y+h <= _h); in check()
174 d.w == w && d.h == h &&
185 uint32_t w; member
193 Whf() : w(0), h(0), format(0), size(0) {} in Whf()
195 w(wi), h(he), format(f), size(0) {} in Whf()
197 w(wi), h(he), format(f), size(s) {} in Whf()
200 return whf.w == w && whf.h == h &&
[all …]
DoverlayMdssRot.cpp79 mRotInfo.src.width = whf.w; in setSource()
87 mRotInfo.src_rect.w = crop.w; in setCrop()
92 mRotInfo.dst_rect.w = crop.w; in setCrop()
116 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h); in doTransform()
255 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in calcOutputBufSize()
278 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize()
/hardware/samsung_slsi/exynos5/include/
DExynosRect.h43 int w; //!< width member
61 w = _w_;
73 w = other->w; in ExynosRect()
85 w = other.w;
98 && w == other.w
Dexynos_format.h84 #define GET_32BPP_FRAME_SIZE(w, h) (((w) * (h)) << 2) argument
85 #define GET_24BPP_FRAME_SIZE(w, h) (((w) * (h)) * 3) argument
86 #define GET_16BPP_FRAME_SIZE(w, h) (((w) * (h)) << 1) argument
DExynosCamera.h347 bool setVideoSize(int w, int h);
349 bool getVideoSize(int *w, int *h);
461 bool getJpegThumbnailSize(int *w, int *h);
488 bool getPictureSize(int *w, int *h);
502 bool getPreviewSize(int *w, int *h);
520 bool getSupportedJpegThumbnailSizes(int *w, int *h);
525 bool getSupportedPictureSizes(int *w, int *h);
534 bool getSupportedPreviewSizes(int *w, int *h);
540 bool getSupportedVideoSizes(int *w, int *h);
636 bool setJpegThumbnailSize(int w, int h);
[all …]
Dgralloc_priv.h109 private_handle_t(int fd, int size, int flags, int w, in private_handle_t()
112 offset(0), format(format), width(w), height(h), stride(stride), in private_handle_t()
121 private_handle_t(int fd, int fd1, int size, int flags, int w, in private_handle_t()
124 offset(0), format(format), width(w), height(h), stride(stride), in private_handle_t()
133 private_handle_t(int fd, int fd1, int fd2, int size, int flags, int w, in private_handle_t()
136 offset(0), format(format), width(w), height(h), stride(stride), in private_handle_t()
/hardware/qcom/display/msm8x26/libcopybit/
Dcopybit.cpp148 img->width = rhs->w; in set_image()
167 e->dst_rect.w = clip.r - clip.l; in set_rects()
174 e->src_rect.w = (clip.b - clip.t); in set_rects()
181 e->src_rect.w = (clip.r - clip.l); in set_rects()
187 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
195 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
205 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
249 l->req[i].src_rect.w, in msm_copybit()
256 l->req[i].dst_rect.w, in msm_copybit()
408 if (src_rect->l < 0 || (uint32_t)src_rect->r > src->w || in stretch_copybit()
[all …]
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.cpp148 img->width = rhs->w; in set_image()
167 e->dst_rect.w = clip.r - clip.l; in set_rects()
174 e->src_rect.w = (clip.b - clip.t); in set_rects()
181 e->src_rect.w = (clip.r - clip.l); in set_rects()
187 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
195 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
205 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
249 l->req[i].src_rect.w, in msm_copybit()
256 l->req[i].dst_rect.w, in msm_copybit()
408 if (src_rect->l < 0 || (uint32_t)src_rect->r > src->w || in stretch_copybit()
[all …]
/hardware/qcom/display/msm8974/libcopybit/
Dcopybit.cpp151 img->width = rhs->w; in set_image()
170 e->dst_rect.w = clip.r - clip.l; in set_rects()
177 e->src_rect.w = (clip.b - clip.t); in set_rects()
184 e->src_rect.w = (clip.r - clip.l); in set_rects()
190 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
198 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
208 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
252 l->req[i].src_rect.w, in msm_copybit()
259 l->req[i].dst_rect.w, in msm_copybit()
443 if (src_rect->l < 0 || (uint32_t)src_rect->r > src->w || in stretch_copybit()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_ImgConv.c181 OMX_U8 *y, *u, *v, *w; /* Pointers on Y U V buffers and Weight buffer */ in ConvertChromReduction() local
223 w = (v+(iWidth*iHeight)/4); in ConvertChromReduction()
435 *w = 0; in ConvertChromReduction()
436 (*w) += (*(pu1 )!=0 || *(pv1 )!=0)?0:1; in ConvertChromReduction()
437 (*w) += (*(pu1+1)!=0 || *(pv1+1)!=0)?0:2; in ConvertChromReduction()
438 (*w) += (*(pu1+2)!=0 || *(pv1+2)!=0)?0:1; in ConvertChromReduction()
439 (*w) += (*(pu2 )!=0 || *(pv2 )!=0)?0:1; in ConvertChromReduction()
440 (*w) += (*(pu2+1)!=0 || *(pv2+1)!=0)?0:2; in ConvertChromReduction()
441 (*w) += (*(pu2+2)!=0 || *(pv2+2)!=0)?0:1; in ConvertChromReduction()
443 w++; in ConvertChromReduction()
[all …]
/hardware/libhardware/tests/hwc/
Dtest-arrows.c74 int prepare(int w, int h) { in prepare() argument
77 int left = w / 4; in prepare()
79 int right = (w / 4) * 3; in prepare()
96 matrix_init_ortho(mtx, w, h); in prepare()
107 glViewport(0, 0, w, h); in prepare()
143 int w, h, count; in main() local
148 if (egl_create(&display, &surface, &w, &h)) in main()
151 if (prepare(w, h)) in main()
/hardware/libhardware/tests/camera2/
Dcamera2_utils.cpp495 ANativeWindow* StreamAdapter::toANW(const camera2_stream_ops_t *w) { in toANW() argument
496 return static_cast<const StreamAdapter*>(w)->mConsumerInterface.get(); in toANW()
499 int StreamAdapter::dequeue_buffer(const camera2_stream_ops_t *w, in dequeue_buffer() argument
502 int state = static_cast<const StreamAdapter*>(w)->mState; in dequeue_buffer()
508 ANativeWindow *a = toANW(w); in dequeue_buffer()
518 int StreamAdapter::enqueue_buffer(const camera2_stream_ops_t* w, in enqueue_buffer() argument
521 int state = static_cast<const StreamAdapter*>(w)->mState; in enqueue_buffer()
526 ANativeWindow *a = toANW(w); in enqueue_buffer()
534 int StreamAdapter::cancel_buffer(const camera2_stream_ops_t* w, in cancel_buffer() argument
536 int state = static_cast<const StreamAdapter*>(w)->mState; in cancel_buffer()
[all …]
/hardware/qcom/display/msm8960/libgralloc/
Dgpu.h46 int alloc_impl(int w, int h, int format, int usage,
50 static int gralloc_alloc(alloc_device_t* dev, int w, int h,
63 int w, int h, int format,
/hardware/qcom/display/msm8974/libgralloc/
Dgpu.h46 int alloc_impl(int w, int h, int format, int usage,
50 static int gralloc_alloc(alloc_device_t* dev, int w, int h,
63 int w, int h, int format,
/hardware/qcom/display/msm8x26/libgralloc/
Dgpu.h46 int alloc_impl(int w, int h, int format, int usage,
50 static int gralloc_alloc(alloc_device_t* dev, int w, int h,
63 int w, int h, int format,

1234567