/external/chromium_org/third_party/hwcplus/include/system/ |
graphics.h | 102 * by (W/2) x (H/2) Cr and Cb planes. 255 * @y, @cb, and @cr point to the first byte of their respective planes. 270 void *cb; member in struct:android_ycbcr
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
socket.h | 159 virtual int Send(const void *pv, size_t cb) = 0; 160 virtual int SendTo(const void *pv, size_t cb, const SocketAddress& addr) = 0; 161 virtual int Recv(void *pv, size_t cb) = 0; 162 virtual int RecvFrom(void *pv, size_t cb, SocketAddress *paddr) = 0;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/ |
yv12config.h | 68 // Updates the yv12 buffer config with the frame buffer. If cb is not 70 // If cb is not NULL, libvpx will call cb with minimum size in bytes needed 71 // to decode the current frame. If cb is NULL, libvpx will allocate memory 78 vpx_get_frame_buffer_cb_fn_t cb,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
evergreen_compute.c | 579 struct r600_command_buffer *cb = &ctx->start_compute_cs_cmd; local 586 r600_init_command_buffer(cb, 256, EMIT_EARLY); 587 cb->pkt_flags = RADEON_CP_PACKET3_COMPUTE_MODE; 635 evergreen_init_common_regs(cb, ctx->chip_class 639 r600_store_config_reg(cb, R_008958_VGT_PRIMITIVE_TYPE, 658 r600_store_config_reg_seq(cb, R_008C18_SQ_THREAD_RESOURCE_MGMT_1, 5); 664 r600_store_value(cb, 0); 670 r600_store_value(cb, S_008C1C_NUM_LS_THREADS(num_threads)); 674 r600_store_value(cb, 0); 678 r600_store_value(cb, 0) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_swtnl_draw.c | 90 if (svga->curr.cb[PIPE_SHADER_VERTEX]) { 92 svga->curr.cb[PIPE_SHADER_VERTEX], 99 svga->curr.cb[PIPE_SHADER_VERTEX]->width0); 124 if (svga->curr.cb[PIPE_SHADER_VERTEX]) {
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
pmeth_gn.c | 165 void EVP_PKEY_CTX_set_cb(EVP_PKEY_CTX *ctx, EVP_PKEY_gen_cb *cb) 167 ctx->pkey_gencb = cb; 187 void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx) 189 BN_GENCB_set(cb, trans_cb, ctx)
|
/external/chromium_org/third_party/webrtc/base/ |
socket.h | 142 virtual int Send(const void *pv, size_t cb) = 0; 143 virtual int SendTo(const void *pv, size_t cb, const SocketAddress& addr) = 0; 144 virtual int Recv(void *pv, size_t cb) = 0; 145 virtual int RecvFrom(void *pv, size_t cb, SocketAddress *paddr) = 0;
|
/external/clang/test/CXX/special/class.inhctor/ |
elsewhere.cpp | 45 C<bool> cb; variable
|
/external/libvpx/libvpx/vpx_scale/ |
yv12config.h | 68 // Updates the yv12 buffer config with the frame buffer. If cb is not 70 // If cb is not NULL, libvpx will call cb with minimum size in bytes needed 71 // to decode the current frame. If cb is NULL, libvpx will allocate memory 78 vpx_get_frame_buffer_cb_fn_t cb,
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
alias.c | 7 void *cb __maybe_unused)
|
/external/mesa3d/src/gallium/drivers/r600/ |
evergreen_compute.c | 579 struct r600_command_buffer *cb = &ctx->start_compute_cs_cmd; local 586 r600_init_command_buffer(cb, 256, EMIT_EARLY); 587 cb->pkt_flags = RADEON_CP_PACKET3_COMPUTE_MODE; 635 evergreen_init_common_regs(cb, ctx->chip_class 639 r600_store_config_reg(cb, R_008958_VGT_PRIMITIVE_TYPE, 658 r600_store_config_reg_seq(cb, R_008C18_SQ_THREAD_RESOURCE_MGMT_1, 5); 664 r600_store_value(cb, 0); 670 r600_store_value(cb, S_008C1C_NUM_LS_THREADS(num_threads)); 674 r600_store_value(cb, 0); 678 r600_store_value(cb, 0) [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_swtnl_draw.c | 90 if (svga->curr.cb[PIPE_SHADER_VERTEX]) { 92 svga->curr.cb[PIPE_SHADER_VERTEX], 99 svga->curr.cb[PIPE_SHADER_VERTEX]->width0); 124 if (svga->curr.cb[PIPE_SHADER_VERTEX]) {
|
/external/openssl/crypto/evp/ |
pmeth_gn.c | 165 void EVP_PKEY_CTX_set_cb(EVP_PKEY_CTX *ctx, EVP_PKEY_gen_cb *cb) 167 ctx->pkey_gencb = cb; 187 void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx) 189 BN_GENCB_set(cb, trans_cb, ctx)
|
/external/sqlite/android/ |
OldPhoneNumberUtils.cpp | 219 char ca, cb; local 230 cb = b[ib]; 232 if (!isNonSeparator(cb)) { 239 if (cb != ca) {
|
/external/wpa_supplicant_8/src/wps/ |
httpread.h | 71 void (*cb)(struct httpread *handle, void *cookie,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
gas_query.h | 38 void (*cb)(void *ctx, const u8 *dst, u8 dialog_token,
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
link_test.c | 28 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
|
/frameworks/base/core/java/android/inputmethodservice/ |
ExtractEditLayout.java | 53 public ActionMode startActionModeForChild(View sourceView, ActionMode.Callback cb) { 54 final ExtractActionMode mode = new ExtractActionMode(cb); 100 public ExtractActionMode(Callback cb) { 103 mCallback = cb;
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuPresenter.java | 81 * @param cb Callback that will be notified of future events 83 public void setCallback(Callback cb);
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
MenuPresenter.java | 86 * @param cb Callback that will be notified of future events 88 public void setCallback(Callback cb);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/ |
yv12config.h | 70 // Updates the yv12 buffer config with the frame buffer. If cb is not 72 // If cb is not NULL, libvpx will call cb with minimum size in bytes needed 73 // to decode the current frame. If cb is NULL, libvpx will allocate memory 80 vpx_get_frame_buffer_cb_fn_t cb,
|
/hardware/intel/img/hwcomposer/ips/common/ |
HdcpControl.h | 32 virtual bool startHdcpAsync(HdcpStatusCallback cb, void *userData);
|
/ndk/sources/android/crazy_linker/src/ |
crazy_linker_wrappers.cpp | 28 // iterate over all loaded libraries and call the |cb|. When the function 31 extern "C" int dl_iterate_phdr(int (*cb)(dl_phdr_info* info, 226 int WrapDl_iterate_phdr(int (*cb)(dl_phdr_info*, size_t, void*), void* data) { 231 int result = list->IteratePhdr(cb, data); 236 return ::dl_iterate_phdr(cb, data);
|
/system/core/include/system/ |
graphics.h | 99 * by (W/2) x (H/2) Cr and Cb planes. 332 * @y, @cb, and @cr point to the first byte of their respective planes. 347 void *cb; member in struct:android_ycbcr 418 * Same model as BT.601-625, but all values (Y, Cb, Cr) range from 0 to 255 441 * Chroma (Cb, Cr) samples should range from 16 to 240, inclusive 445 * Chroma (Cb, Cr) samples should range from 64 to 960, inclusive 468 * Chroma (Cb, Cr) samples should range from 16 to 240, inclusive 472 * Chroma (Cb, Cr) samples should range from 64 to 960, inclusive 495 * Chroma (Cb, Cr) samples should range from 16 to 240, inclusive 499 * Chroma (Cb, Cr) samples should range from 64 to 960, inclusiv [all...] |
/external/qemu/ |
qemu-timer.c | 100 QEMUTimerListNotifyCB *cb, 109 timer_list->notify_cb = cb; 327 QEMUTimerCB *cb, void *opaque) 330 ts->cb = cb; 463 QEMUTimerCB *cb; local 484 cb = ts->cb; 489 cb(opaque); 504 QEMUTimerListNotifyCB *cb, void *opaque [all...] |