Searched refs:bc (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchvr_filter.cpp36 int br, bc, incr, mbr, mbc; local
91 for (bc = mbc; bc < mbc + 2; bc++) /* bc is the column counter in blocks */
95 if (br < pp_h && bc < pp_w)
99 * bc * 8 is the pixel column offset */
100 ptr = rec + (brwidth << 6) + (bc << 3);
103 index = brwidth + bc;
239 }/*bc*/
[all...]
H A Dchv_filter.cpp188 int br, bc, mbr, mbc; local
216 for (bc = mbc; bc < mbc + 2; bc++)
219 if (bc < pp_w) /* boundary : don't do it on the most right col block */
221 ptr = rec + (brwidth << 6) + (bc << 3);
222 jVal0 = brwidth + bc;
325 }/*bc*/
332 for (bc = mbc + 1; bc < mb
465 int br, bc, mbr, mbc; local
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/preference/
H A DBridgePreferenceInflater.java36 BridgeContext bc = null;
40 bc = (BridgeContext) context;
56 if (viewKey != null && bc != null) {
57 bc.addCookie(preference, viewKey);
H A DPreference_Delegate.java43 BridgeContext bc = context instanceof BridgeContext ? ((BridgeContext) context) : null;
45 if (bc != null) {
46 Object cookie = bc.getCookie(pref);
48 bc.addViewKey(convertView, cookie);
/frameworks/rs/driver/runtime/
H A Dbuild_bc_lib_internal.mk65 c_bc_files := $(patsubst %.c,%.bc, \
68 ll_bc_files := $(patsubst %.ll,%.bc, \
76 $(c_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.c $(bc_clang)
77 @echo "bc: $(PRIVATE_MODULE) <= $<"
81 $(ll_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.ll $(RS_LLVM_AS)
85 $(foreach f,$(c_bc_files),$(call include-depfile,$(f:%.bc=%.d),$(f)))
91 @echo "bc lib: $(PRIVATE_MODULE) ($@)"
H A DAndroid.mk82 LOCAL_MODULE := libclcore.bc
101 LOCAL_MODULE := libclcore_debug.bc
123 LOCAL_MODULE := libclcore_x86.bc
139 LOCAL_MODULE := libclcore_neon.bc
150 LOCAL_MODULE := libclcore_g.bc
164 ### Build new versions (librsrt_<ARCH>.bc) as host shared libraries.
175 LOCAL_MODULE := librsrt_arm.bc
189 LOCAL_MODULE := librsrt_mips.bc
203 LOCAL_MODULE := librsrt_x86.bc
213 LOCAL_MODULE := librsrt_arm64.bc
[all...]
/frameworks/native/libs/binder/tests/
H A DbinderDriverInterfaceTest.cpp57 const uint32_t bc[] = { local
61 bwr.write_buffer = (uintptr_t)bc;
62 bwr.write_size = sizeof(bc);
68 EXPECT_EQ(sizeof(bc), bwr.write_consumed);
198 const uint32_t bc[] = { local
209 bwr.write_buffer = (uintptr_t)bc;
210 bwr.write_size = sizeof(bc);
212 EXPECT_EQ(sizeof(bc), bwr.write_consumed);
310 } __attribute__((packed)) bc = { local
334 bwr.write_buffer = (uintptr_t)&bc;
[all...]
/frameworks/rs/
H A DAndroid.mk13 librsrt_arm.bc \
14 librsrt_arm64.bc \
15 librsrt_mips.bc \
16 librsrt_x86.bc \
17 librsrt_x86_64.bc
204 libclcore.bc \
205 libclcore_debug.bc \
206 libclcore_g.bc \
209 LOCAL_REQUIRED_MODULES_x86 += libclcore_x86.bc
210 LOCAL_REQUIRED_MODULES_x86_64 += libclcore_x86.bc
[all...]
H A Dupdate_rs_prebuilts.sh44 # HOST_LIB_DIR allows us to pick up the built librsrt_*.bc libraries.
199 for a in `find renderscript/lib/$t -name \*.bc`; do
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java355 BridgeContext bc = (BridgeContext) context;
357 Object viewKey = getViewKeyFromParser(attrs, bc, mResourceReference, mIsInMerge);
359 bc.addViewKey(view, viewKey);
364 bc.setScrollXPos(view, value);
369 bc.setScrollYPos(view, value);
376 ResourceValue resValue = bc.getRenderResources().findResValue(attrVal, false);
388 RecyclerViewUtil.setAdapter(view, bc, mLayoutlibCallback, resourceId);
433 /*package*/ static Object getViewKeyFromParser(AttributeSet attrs, BridgeContext bc, argument
448 BridgeXmlBlockParser previousParser = bc.getPreviousParser();
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp140 BlobCache* bc = getBlobCacheLocked(); local
141 bc->set(key, keySize, value, valueSize);
168 BlobCache* bc = getBlobCacheLocked(); local
169 return bc->get(key, keySize, value, valueSize);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBlendComposite.java110 BlendComposite bc = (BlendComposite) obj;
112 return mode == bc.mode && alpha == bc.alpha;
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java619 Bitmap.Config bc = b.getConfig();
620 if (bc == null) {
623 switch (bc) {
630 " bytes, passed bitmap was " + bc);
640 " bytes, passed bitmap was " + bc);
650 " bytes, passed bitmap was " + bc);
660 " bytes, passed bitmap was " + bc);
2641 final Bitmap.Config bc = b.getConfig();
2642 if (bc == Bitmap.Config.ALPHA_8) {
2645 if (bc
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java633 Bitmap.Config bc = b.getConfig();
634 if (bc == null) {
637 switch (bc) {
644 " bytes, passed bitmap was " + bc);
654 " bytes, passed bitmap was " + bc);
664 " bytes, passed bitmap was " + bc);
674 " bytes, passed bitmap was " + bc);
2754 final Bitmap.Config bc = b.getConfig();
2755 if (bc == Bitmap.Config.ALPHA_8) {
2758 if (bc
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Ddyn_bits.c69 findBestBook(const Word16 *bc, Word16 *book) argument
76 if (bc[j] < minBits) {
77 minBits = bc[j];
/frameworks/base/
H A Dpreloaded-classes2971 com.android.org.bouncycastle.asn1.bc.BCObjectIdentifiers
3009 com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi
3010 com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$Std
H A Dcompiled-classes-phone6115 com.android.org.bouncycastle.asn1.bc.BCObjectIdentifiers
6196 com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi
6197 com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$Std
6198 com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$StoreEntry

Completed in 405 milliseconds