/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_ratectrl.c | 110 CODING_CONTEXT *const cc = &cpi->coding_context; local 117 vp9_copy(cc->nmvjointcost, cpi->mb.nmvjointcost); 118 vp9_copy(cc->nmvcosts, cpi->mb.nmvcosts); 119 vp9_copy(cc->nmvcosts_hp, cpi->mb.nmvcosts_hp); 121 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs); 126 vp9_copy(cc->last_ref_lf_deltas, cm->lf.last_ref_deltas); 127 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas); 129 cc->fc = cm->fc; 133 CODING_CONTEXT *const cc = &cpi->coding_context; local 138 vp9_copy(cpi->mb.nmvjointcost, cc->nmvjointcost) [all...] |
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
ml_math_func.c | 826 long xx, cc; local 846 cc = x0 - (1L<<30); 847 xx = x0 - (inv_q30_mult(x0, cc)>>1); 850 // cc = cc*cc*(cc-3)/4; = cc*cc*(cc/2 - 3/2)/2 [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
ml_math_func.c | 826 long xx, cc; local 846 cc = x0 - (1L<<30); 847 xx = x0 - (inv_q30_mult(x0, cc)>>1); 850 // cc = cc*cc*(cc-3)/4; = cc*cc*(cc/2 - 3/2)/2 [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
b.c | 773 struct charclass *cc; local 817 for (cc = charclasses; cc->cc_name; cc++) 818 if (strncmp((const char *) prestr + 1, (const char *) cc->cc_name, cc->cc_namelen) == 0) 820 if (cc->cc_name != NULL && prestr[1 + cc->cc_namelen] == ':' && 821 prestr[2 + cc->cc_namelen] == ']') { 822 prestr += cc->cc_namelen + 3 [all...] |
/packages/apps/Email/src/com/android/email/ |
LegacyConversions.java | 84 final Address[] cc = message.getRecipients(Message.RecipientType.CC); local 143 localMessage.mCc = Address.toString(cc); 389 message.setRecipients(RecipientType.CC, Address.fromHeader(localMessage.mCc));
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeMessageTest.java | 241 message.setRecipients(RecipientType.CC, new Address[] { simpleName, dquoteName }); 246 String[] cc = message.getHeader("Cc"); local 256 assertEquals("cc address count", 1, cc.length); 260 cc[0]); 279 message.setHeader("Cc", 291 Address[] cc = message.getRecipients(RecipientType.CC); local 302 assertEquals("cc address count", 2, cc.length) [all...] |
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/ |
ComposeActivityTest.java | 157 String[] cc = activity.getCcAddresses(); 162 assertEquals(0, cc.length); 192 String[] cc = activity.getCcAddresses(); 197 assertEquals(0, cc.length); 231 String[] cc = activity.getCcAddresses(); 236 assertEquals(0, cc.length); 253 String[] cc = activity.getCcAddresses(); 258 assertTrue(cc.length == 0); 276 String[] cc = activity.getCcAddresses(); 281 assertTrue(cc.length == 0) 742 final String cc = "baz@baf.com"; local [all...] |
/system/core/liblog/ |
fake_log_device.c | 518 int cc = writev(fileno(stderr), vec, v-vec); local 520 if (cc == totalLen) break; 522 if (cc < 0) { 530 fprintf(stderr, "+++ LOG: write partial (%d of %d)\n", cc, totalLen);
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
FatLfnDirectory.java | 199 final ClusterChain cc = local 201 cc.setChainLength(0); 357 final ClusterChain cc = new ClusterChain( local 360 cc.setChainLength(0);
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
MmsMessagingDemo.java | 420 for (EncodedStringValue cc : retrieveConf.getCc()) { 421 final String number = cc.getString(); 423 sb.append(" ").append(cc.getString());
|
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_act.c | 2012 tBTA_JV_API_RFCOMM_CONNECT *cc = &(p_data->rfcomm_connect); local 2113 tBTA_JV_API_RFCOMM_CLOSE *cc = &(p_data->rfcomm_close); local [all...] |
/external/chromium_org/cc/animation/ |
transform_operations_unittest.cc | 9 #include "cc/animation/transform_operations.h" 10 #include "cc/test/geometry_test_utils.h" 17 namespace cc { namespace [all...] |
/external/chromium_org/cc/layers/ |
layer.cc | 5 #include "cc/layers/layer.h" 15 #include "cc/animation/animation.h" 16 #include "cc/animation/animation_events.h" 17 #include "cc/animation/keyframed_animation_curve.h" 18 #include "cc/animation/layer_animation_controller.h" 19 #include "cc/layers/layer_client.h" 20 #include "cc/layers/layer_impl.h" 21 #include "cc/layers/scrollbar_layer_interface.h" 22 #include "cc/output/copy_output_request.h" 23 #include "cc/output/copy_output_result.h 30 namespace cc { namespace [all...] |
layer.h | 14 #include "cc/animation/layer_animation_controller.h" 15 #include "cc/animation/layer_animation_value_observer.h" 16 #include "cc/animation/layer_animation_value_provider.h" 17 #include "cc/base/cc_export.h" 18 #include "cc/base/region.h" 19 #include "cc/base/scoped_ptr_vector.h" 20 #include "cc/debug/micro_benchmark.h" 21 #include "cc/layers/draw_properties.h" 22 #include "cc/layers/layer_lists.h" 23 #include "cc/layers/layer_position_constraint.h 47 namespace cc { namespace [all...] |
layer_impl.h | 14 #include "cc/animation/layer_animation_controller.h" 15 #include "cc/animation/layer_animation_value_observer.h" 16 #include "cc/animation/layer_animation_value_provider.h" 17 #include "cc/base/cc_export.h" 18 #include "cc/base/region.h" 19 #include "cc/base/scoped_ptr_vector.h" 20 #include "cc/input/input_handler.h" 21 #include "cc/layers/draw_properties.h" 22 #include "cc/layers/layer_lists.h" 23 #include "cc/layers/layer_position_constraint.h 46 namespace cc { namespace [all...] |
picture_layer_impl_unittest.cc | 5 #include "cc/layers/picture_layer_impl.h" 12 #include "cc/base/math_util.h" 13 #include "cc/layers/append_quads_data.h" 14 #include "cc/layers/picture_layer.h" 15 #include "cc/test/fake_content_layer_client.h" 16 #include "cc/test/fake_impl_proxy.h" 17 #include "cc/test/fake_layer_tree_host_impl.h" 18 #include "cc/test/fake_output_surface.h" 19 #include "cc/test/fake_picture_layer_impl.h" 20 #include "cc/test/fake_picture_pile_impl.h 32 namespace cc { namespace [all...] |
tiled_layer.cc | 5 #include "cc/layers/tiled_layer.h" 13 #include "cc/layers/layer_impl.h" 14 #include "cc/layers/tiled_layer_impl.h" 15 #include "cc/resources/layer_updater.h" 16 #include "cc/resources/prioritized_resource.h" 17 #include "cc/resources/priority_calculator.h" 18 #include "cc/trees/layer_tree_host.h" 19 #include "cc/trees/occlusion_tracker.h" 23 namespace cc { namespace 902 } // namespace cc [all...] |
/external/chromium_org/cc/output/ |
renderer_pixeltest.cc | 6 #include "cc/layers/append_quads_data.h" 7 #include "cc/output/gl_renderer.h" 8 #include "cc/quads/draw_quad.h" 9 #include "cc/quads/picture_draw_quad.h" 10 #include "cc/quads/texture_draw_quad.h" 11 #include "cc/resources/video_resource_updater.h" 12 #include "cc/test/fake_picture_pile_impl.h" 13 #include "cc/test/pixel_test.h" 26 namespace cc { namespace [all...] |
/external/chromium_org/cc/resources/ |
picture_layer_tiling.cc | 5 #include "cc/resources/picture_layer_tiling.h" 13 #include "cc/base/math_util.h" 14 #include "cc/resources/tile.h" 15 #include "cc/resources/tile_priority.h" 21 namespace cc { namespace 981 } // namespace cc
|
resource_provider.h | 20 #include "cc/base/cc_export.h" 21 #include "cc/output/context_provider.h" 22 #include "cc/output/output_surface.h" 23 #include "cc/resources/release_callback.h" 24 #include "cc/resources/resource_format.h" 25 #include "cc/resources/return_callback.h" 26 #include "cc/resources/shared_bitmap.h" 27 #include "cc/resources/single_release_callback.h" 28 #include "cc/resources/texture_mailbox.h" 29 #include "cc/resources/transferable_resource.h 49 namespace cc { namespace [all...] |
resource_provider_unittest.cc | 5 #include "cc/resources/resource_provider.h" 15 #include "cc/base/scoped_ptr_deque.h" 16 #include "cc/output/output_surface.h" 17 #include "cc/resources/returned_resource.h" 18 #include "cc/resources/shared_bitmap_manager.h" 19 #include "cc/resources/single_release_callback.h" 20 #include "cc/test/fake_output_surface.h" 21 #include "cc/test/fake_output_surface_client.h" 22 #include "cc/test/test_shared_bitmap_manager.h" 23 #include "cc/test/test_texture.h 39 namespace cc { namespace [all...] |
tile_manager.cc | 5 #include "cc/resources/tile_manager.h" 15 #include "cc/debug/devtools_instrumentation.h" 16 #include "cc/debug/frame_viewer_instrumentation.h" 17 #include "cc/debug/traced_value.h" 18 #include "cc/layers/picture_layer_impl.h" 19 #include "cc/resources/raster_worker_pool.h" 20 #include "cc/resources/tile.h" 26 namespace cc { namespace 65 TRACE_EVENT0("cc", "RasterizerTaskImpl::RunOnWorkerThread"); 200 TRACE_EVENT0("cc", "ImageDecodeTaskImpl::RunOnWorkerThread") [all...] |
/external/chromium_org/cc/test/ |
test_web_graphics_context_3d.h | 19 #include "cc/output/context_provider.h" 20 #include "cc/test/ordered_texture_map.h" 21 #include "cc/test/test_texture.h" 25 namespace cc { namespace 449 } // namespace cc
|
/external/chromium_org/cc/trees/ |
layer_tree_host.cc | 5 #include "cc/trees/layer_tree_host.h" 19 #include "cc/animation/animation_registrar.h" 20 #include "cc/animation/layer_animation_controller.h" 21 #include "cc/base/math_util.h" 22 #include "cc/debug/devtools_instrumentation.h" 23 #include "cc/debug/rendering_stats_instrumentation.h" 24 #include "cc/input/top_controls_manager.h" 25 #include "cc/layers/heads_up_display_layer.h" 26 #include "cc/layers/heads_up_display_layer_impl.h" 27 #include "cc/layers/layer.h 47 namespace cc { namespace [all...] |
layer_tree_host_impl.h | 17 #include "cc/animation/animation_events.h" 18 #include "cc/animation/animation_registrar.h" 19 #include "cc/animation/scrollbar_animation_controller.h" 20 #include "cc/base/cc_export.h" 21 #include "cc/debug/micro_benchmark_controller_impl.h" 22 #include "cc/input/input_handler.h" 23 #include "cc/input/layer_scroll_offset_delegate.h" 24 #include "cc/input/top_controls_manager_client.h" 25 #include "cc/layers/layer_lists.h" 26 #include "cc/layers/render_pass_sink.h 39 namespace cc { namespace [all...] |