HomeSort by relevance Sort by last modified time
    Searched defs:cb (Results 451 - 475 of 884) sorted by null

<<11121314151617181920>>

  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 125 mm_camera_cmd_cb_t cb; /* cb for cmd */ member in struct:__anon4894
126 void* user_data; /* user_data for cb */
135 /* function ptr defined for poll notify CB,
148 /* array to store poll fd and cb info
195 mm_camera_buf_notify_t cb; member in struct:__anon4900
234 pthread_mutex_t cb_lock; /* cb lock to protect buf_cb */
372 /* cb thread for sending data cb */
425 pthread_mutex_t cb_lock; /* lock for evt cb */
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 1114 CertBag cb = CertBag.getInstance(b.getBagValue()); local
    [all...]
  /external/clang/test/CXX/drs/
dr1xx.cpp 894 C<B> cb; local
895 cb.f();
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 1000 Vec4 ca, cb; \/\/ Grid colors. local
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 291 int ca, cb; local
294 cb = tolower(b->data[i]);
296 if (ca != cb)
297 return(ca-cb);
337 int ca, cb; local
341 cb = tolower(*pb);
342 if (ca != cb)
343 return (ca - cb);
564 * this function is derived from cb() in openssl/apps/s_server.c
611 * this function is derived from cb() in openssl/apps/s_server.
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
AbstractHttpConnection.java 862 CachedBuffer cb=HttpHeaderValues.CACHE.get(values[i].trim()); local
863 if (cb==null)
867 switch(cb.getOrdinal())
    [all...]
  /external/libevent/
event.c 497 event_deferred_cb_queue_init(struct deferred_cb_queue *cb)
499 memset(cb, 0, sizeof(struct deferred_cb_queue));
500 TAILQ_INIT(&cb->deferred_cb_list);
505 notify_base_cbq_callback(struct deferred_cb_queue *cb, void *baseptr)
1400 struct deferred_cb *cb; local
1662 void (*cb)(evutil_socket_t, short, void *); member in struct:event_once
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/
bdflib.c 684 _bdf_line_func_t cb; local
705 cb = callback;
790 error = (*cb)( buf + start, (unsigned long)( end - start ), lineno,
791 (void*)&cb, client_data );
794 error = (*cb)( buf + start, (unsigned long)( end - start ), lineno,
795 (void*)&cb, client_data );
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 53 static int evaluate_skin_color_difference(int cb, int cr)
55 const int cb_q6 = cb << 6;
161 static int is_skin_color(int y, int cb, int cr)
167 return (evaluate_skin_color_difference(cb, cr) < skin_threshold);
822 const int cb = (x->src.u_buffer[3 * x->src.uv_stride + 3] + local
832 x->is_skin = is_skin_color(y, cb, cr);
    [all...]
  /external/libxml2/python/
libxml.c 825 PyObject *cb; local
828 (const char *)"O:libxml_xmlRegisterInputCallback", &cb))
831 if (!PyCallable_Check(cb)) {
846 pythonInputOpenCallbackObject = cb;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 1136 struct pipe_constant_buffer cb; local
2017 struct pipe_constant_buffer *cb; local
2240 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local
2598 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local
    [all...]
r600_state.c 1135 struct pipe_constant_buffer cb; local
1861 struct pipe_constant_buffer *cb; local
2156 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 210 struct pipe_resource *cb[PIPE_SHADER_TYPES]; member in struct:svga_state
278 float cb[PIPE_SHADER_TYPES][SVGA3D_CONSTREG_MAX][4]; member in struct:svga_hw_draw_state
  /external/mesa3d/src/mesa/main/
format_unpack.c 478 const GLubyte cb = *src0 & 0xff; /* chroma U */ local
483 GLfloat g = 1.164F * (y - 16) - 0.813F * (cr - 128) - 0.391F * (cb - 128);
484 GLfloat b = 1.164F * (y - 16) + 2.018F * (cb - 128);
505 const GLubyte cb = (*src1 >> 8) & 0xff; /* chroma U */ local
508 GLfloat g = 1.164F * (y - 16) - 0.813F * (cr - 128) - 0.391F * (cb - 128);
509 GLfloat b = 1.164F * (y - 16) + 2.018F * (cb - 128);
    [all...]
  /external/opencv/cv/src/
cvcolor.cpp 632 int cb = cscGb, cr = cscGr; local
638 cb = cscGr, cr = cscGb;
642 dst[i] = (ushort)CV_DESCALE((unsigned)(src[0]*cb +
655 float cb = cscGb_32f, cr = cscGr_32f; local
657 cb = cscGr_32f, cr = cscGb_32f;
664 dst[i] = src[0]*cb + src[1]*cscGg_32f + src[2]*cr;
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 306 int cb = ((uchar*)color)[0], cg = ((uchar*)color)[1], cr = ((uchar*)color)[2]; local
407 _cb += ((cb - _cb)*a + 127)>> 8;\
487 _cb += ((cb - _cb)*a + 127)>> 8;\
568 int cb = ((uchar*)color)[0]; local
636 tptr[0] = (uchar)cb; \
678 tptr[0] = (uchar)cb; \
    [all...]
  /external/opencv3/modules/imgproc/src/
drawing.cpp 293 int cb = ((uchar*)color)[0], cg = ((uchar*)color)[1], cr = ((uchar*)color)[2], ca = ((uchar*)color)[3]; local
398 _cb += ((cb - _cb)*a + 127)>> 8;\
478 _cb += ((cb - _cb)*a + 127)>> 8;\
553 _cb += ((cb - _cb)*a + 127)>> 8;\
642 int cb = ((uchar*)color)[0]; local
705 tptr[0] = (uchar)cb; \
748 tptr[0] = (uchar)cb; \
    [all...]
  /external/opencv3/modules/imgproc/test/
test_color.cpp 475 double cb = 0.114*scale; local
479 dst_row[j] = (float)(src_row[j*3]*cb + src_row[j*3+1]*cg + src_row[j*3+2]*cr);
549 double cb = M[6]*r + M[7]*g + M[8]*b + bias; local
552 dst_row[j+2] = (float)cb;
573 double cb = src_row[j+2] - bias; local
574 double r = M[0]*y + M[1]*cr + M[2]*cb;
575 double g = M[3]*y + M[4]*cr + M[5]*cb;
576 double b = M[6]*y + M[7]*cr + M[8]*cb;
    [all...]
  /external/opencv3/modules/videoio/src/
cap_v4l.cpp 1650 int r, g, b, cr, cg, cb, y1, y2; local
1696 int r, g, b, cr, cg, cb, y1, y2; local
    [all...]
  /external/vulkan-validation-layers/demos/
tri.c 1272 VkPipelineColorBlendStateCreateInfo cb; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 38 int (*cb)(struct hostapd_iface *iface,
65 int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid, member in struct:hostapd_probereq_cb
445 int (*cb)(struct hostapd_iface *iface,
483 int (*cb)(void *ctx, const u8 *sa,
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 911 int cb; local
913 cb = sm->suppPortStatus != Authorized || sm->force_authorized_update;
916 if (cb && sm->ctx->port_cb)
923 int cb; local
925 cb = sm->suppPortStatus != Unauthorized || sm->force_authorized_update;
928 if (cb && sm->ctx->port_cb)
974 if (sm->ctx->cb && sm->cb_status != EAPOL_CB_IN_PROGRESS) {
983 sm->ctx->cb(sm, result, sm->ctx->cb_ctx);
    [all...]
  /frameworks/base/core/java/android/app/
AppOpsManager.java 1433 IAppOpsCallback cb = mModeWatchers.get(callback); local
1461 IAppOpsCallback cb = mModeWatchers.get(callback); local
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java 318 final Window.Callback cb = mWindow.getCallback(); local
319 final boolean handled = cb != null && mFeatureId < 0 ? cb.dispatchKeyEvent(event)
346 final Window.Callback cb = mWindow.getCallback();
347 handled = cb != null && !mWindow.isDestroyed() && mFeatureId < 0
348 ? cb.dispatchKeyShortcutEvent(ev) : super.dispatchKeyShortcutEvent(ev);
373 final Window.Callback cb = mWindow.getCallback();
374 return cb != null && !mWindow.isDestroyed() && mFeatureId < 0
375 ? cb.dispatchTouchEvent(ev) : super.dispatchTouchEvent(ev);
380 final Window.Callback cb = mWindow.getCallback()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 325 public void addSignalCallback(SignalCallback cb) {
326 cb.setSubs(mCurrentSubscriptions);
327 cb.setIsAirplaneMode(new IconState(mAirplaneMode,
329 cb.setNoSims(mHasNoSims);
330 mWifiSignalController.notifyListeners(cb);
331 mEthernetSignalController.notifyListeners(cb);
333 mobileSignalController.notifyListeners(cb);
335 mCallbackHandler.setListening(cb, true);
339 public void removeSignalCallback(SignalCallback cb) {
340 mCallbackHandler.setListening(cb, false)
    [all...]

Completed in 1738 milliseconds

<<11121314151617181920>>