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.java233 BridgeContext bc = (BridgeContext) context;
235 Object viewKey = getViewKeyFromParser(attrs, bc, mResourceReference, mIsInMerge);
237 bc.addViewKey(view, viewKey);
243 bc.setScrollYPos(view, value);
251 ResourceValue resValue = bc.getRenderResources().findResValue(attrVal, false);
263 RecyclerViewUtil.setAdapter(view, bc, mLayoutlibCallback, resourceId);
288 /*package*/ static Object getViewKeyFromParser(AttributeSet attrs, BridgeContext bc, argument
303 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.cpp143 sp<BlobCache> bc = getBlobCacheLocked(); local
144 bc->set(key, keySize, value, valueSize);
182 sp<BlobCache> bc = getBlobCacheLocked(); local
183 return bc->get(key, keySize, value, valueSize);
/frameworks/rs/
H A DrsAllocation.cpp580 sp<IGraphicBufferConsumer> bc; local
581 BufferQueue::createBufferQueue(&bp, &bc);
582 mGrallocConsumer = new GrallocConsumer(this, bc, mHal.drvState.grallocFlags);

Completed in 1508 milliseconds