Searched defs:bc (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
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...]
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...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java262 BridgeContext bc = (BridgeContext) context;
264 Object viewKey = getViewKeyFromParser(attrs, bc, mResourceReference, mIsInMerge);
266 bc.addViewKey(view, viewKey);
271 bc.setScrollXPos(view, value);
276 bc.setScrollYPos(view, value);
283 ResourceValue resValue = bc.getRenderResources().findResValue(attrVal, false);
295 RecyclerViewUtil.setAdapter(view, bc, mLayoutlibCallback, resourceId);
320 /*package*/ static Object getViewKeyFromParser(AttributeSet attrs, BridgeContext bc, argument
335 BridgeXmlBlockParser previousParser = bc.getPreviousParser();
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Ddyn_bits.c65 findBestBook(const Word16 *bc, Word16 *book) argument
72 if (bc[j] < minBits) {
73 minBits = bc[j];
/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);
308 } __attribute__((packed)) bc = { local
332 bwr.write_buffer = (uintptr_t)&bc;
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp144 sp<BlobCache> bc = getBlobCacheLocked(); local
145 bc->set(key, keySize, value, valueSize);
183 sp<BlobCache> bc = getBlobCacheLocked(); local
184 return bc->get(key, keySize, value, valueSize);
/frameworks/rs/
H A DrsAllocation.cpp609 sp<IGraphicBufferConsumer> bc; local
610 BufferQueue::createBufferQueue(&mGraphicBufferProducer, &bc);
611 mGrallocConsumer = new GrallocConsumer(this, bc, mHal.drvState.grallocFlags, numAlloc);

Completed in 293 milliseconds