Searched defs:block (Results 26 - 46 of 46) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp1849 /* Modified : 7/31/01, add checking for all-zero and DC-only block. */
1855 /* 9/4/05, use Chen's IDCT and 16 bit block */
1857 void BlockIDCTMotionComp(Short *block, UChar *bitmapcol, UChar bitmaprow, argument
1864 Short *ptr = block;
1870 /* all-zero block */
1914 /* Test for DC only block */
1917 i = ((block[0] << 3) + 32) >> 6;
1918 block[0] = 0;
2009 (*(idctrowVCAIntra[(Int)(bitmaprow>>4)]))(block, rec, lx);
2011 (*(idctrowVCAzmv[(Int)(bitmaprow>>4)]))(block, re
[all...]
H A Dvlc_encode.cpp171 Void find_pmvs(VideoEncData *video, Int block, Int *mvx, Int *mvy);
1775 /* Purpose : Get the Coded Block Pattern for each block */
1815 dataBlock = MB->block[i];
1906 dataBlock = MB->block[i];
2124 qcoeff = MB->block[comp];
2409 if (direction[comp] == 0) /* Horizontal, left COLUMN of block A */
2425 else /* Vertical, top ROW of block C */
2446 qcoeff = MB->block[comp];
2479 qcoeff = MB->block[0];
2518 qcoeff = MB->block[
2532 find_pmvs(VideoEncData *video, Int block, Int *mvx, Int *mvy) argument
[all...]
H A Dmp4lib_int.h135 Short block[9][64]; /* 4-Y, U and V blocks , and AAN Scale*/ member in struct:tagMacroBlock
246 void (*blockIdct)(Int *block);
343 Int dc_scalar_1; /*dc scalar for Y block */
344 Int dc_scalar_2; /*dc scalar for U, V block*/
372 Short dataBlock[128]; /* DCT block data before and after quant/dequant*/
/frameworks/base/tools/aapt/
H A DXMLNode.cpp439 void printXMLBlock(ResXMLTree* block) argument
441 block->restart();
447 while ((code=block->next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
452 const char16_t* ns16 = block->getElementNamespace(&len);
454 const char16_t* com16 = block->getComment(&len);
459 String8(block->getElementName(&len)).string(),
460 block->getLineNumber());
461 int N = block->getAttributeCount();
465 uint32_t res = block->getAttributeNameResID(i);
466 ns16 = block
[all...]
H A DResource.cpp230 ResXMLTree block; local
231 status_t err = parseXMLResource(file, &block);
235 //printXMLBlock(&block);
238 while ((code=block.next()) != ResXMLTree::START_TAG
246 file->getPrintableSource().string(), block.getLineNumber());
249 if (strcmp16(block.getElementName(&len), String16("manifest").string()) != 0) {
251 file->getPrintableSource().string(), block.getLineNumber(),
252 String8(block.getElementName(&len)).string());
256 ssize_t nameIndex = block.indexOfAttribute(NULL, "package");
259 file->getPrintableSource().string(), block
1493 ResXMLTree block; local
1640 ResXMLTree block; local
1810 ssize_t block = resTable.getResource(symbol.id, &val, true); local
1890 ResXMLTree block; local
[all...]
H A DResourceTable.cpp305 ResXMLTree& block, bool _appendComment)
307 , sourcePos(in->getPrintableSource(), block.getLineNumber())
331 ResXMLTree& block,
337 PendingAttribute attr(myPackage, in, block, inStyleable);
350 ssize_t identIdx = block.indexOfAttribute(NULL, "name");
352 attr.ident = String16(block.getAttributeStringValue(identIdx, &len));
362 block.getComment(&len) ? block.getComment(&len) : nulStr);
364 ssize_t typeIdx = block.indexOfAttribute(NULL, "format");
366 String16 typeStr = String16(block
330 compileAttribute(const sp<AaptFile>& in, ResXMLTree& block, const String16& myPackage, ResourceTable* outTable, String16* outIdent = NULL, bool inStyleable = false) argument
591 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& , PseudolocalizationMethod pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
688 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, PseudolocalizationMethod pseudolocalize, const bool overwrite, KeyedVector<type_ident_pair_t, bool>* skippedResourceNames, ResourceTable* outTable) argument
787 ResXMLTree block; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_intra_prediction.c84 /* x- and y-coordinates for each block */
258 block is stored in 'pMb' structure.
264 u32 constrainedIntraPred, u32 block)
281 ASSERT(pMb->intra4x4PredMode[block] < 9);
283 neighbour = *h264bsdNeighbour4x4BlockA(block);
292 neighbourB = *h264bsdNeighbour4x4BlockB(block);
303 &neighbour, &neighbourB, block, nMb, nMb2);
304 pMb->intra4x4PredMode[block] = (u8)mode;
306 neighbour = *h264bsdNeighbour4x4BlockC(block);
315 neighbour = *h264bsdNeighbour4x4BlockD(block);
261 h264bsdIntra4x4Prediction(mbStorage_t *pMb, u8 *data, macroblockLayer_t *mbLayer, u8 *ptr, u32 width, u32 constrainedIntraPred, u32 block) argument
703 u32 block; local
846 u32 i, comp, block; local
[all...]
H A Dh264bsd_reconstruct.c127 u8 block[9*8*2]; local
140 h264bsdFillBlock(pRef, block, x0, y0, width, height,
143 h264bsdFillBlock(pRef, block + (chromaPartWidth+1)*chromaPartHeight,
147 pRef = block;
223 u8 block[9*8*2]; local
236 h264bsdFillBlock(pRef, block, x0, y0, width, height, chromaPartWidth,
239 h264bsdFillBlock(pRef, block + chromaPartWidth*(chromaPartHeight+1),
243 pRef = block;
314 u8 block[9*9*2]; local
331 h264bsdFillBlock(ref, block, x
[all...]
/frameworks/base/services/core/java/com/android/server/firewall/
H A DIntentFirewall.java149 boolean block = false;
166 block |= rule.getBlock();
169 // if we've already determined that we should both block and log, there's no need
171 if (block && log) {
181 return !block;
410 * If the rule matches, then we block or log the intent, as specified by the rule. If multiple
411 * rules match, we combine the block/log flags from any matching rule.
418 private static final String ATTR_BLOCK = "block";
424 private boolean block; field in class:IntentFirewall.Rule
429 block
[all...]
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java80 Parser(long parseState, XmlBlock block) { argument
82 mBlock = block;
83 block.mOpenCount++;
476 * Create from an existing xml block native object. This is
H A DAssetManager.java183 final int block = loadResourceBagValue(resId, bagEntryId, outValue, true);
184 if (block < 0) {
193 return mStringBlocks[block].get(outValue.data);
226 final int block = loadResourceValue(resId, (short) densityDpi, outValue, resolveRefs);
227 if (block < 0) {
236 outValue.string = mStringBlocks[block].get(outValue.data);
256 int block;
260 block = rawInfoArray[i];
262 retArray[j] = index >= 0 ? mStringBlocks[block].get(index) : null;
283 final int block
843 getNativeStringBlock(int block) argument
[all...]
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp21 The number of bits that represent a 4x4 texel block is 64 bits if
24 The data for a block is a number of bytes,
29 the highest. The 64 bits specifying the block is then represented
520 etc1_byte block[ETC1_DECODED_BLOCK_SIZE]; local
539 etc1_byte* q = block + (cy * 4) * 3;
553 etc1_encode_block(block, mask, encoded);
574 etc1_byte block[ETC1_DECODED_BLOCK_SIZE]; local
589 etc1_decode_block(pIn, block);
592 const etc1_byte* q = block + (cy * 4) * 3;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h136 typeMBStore block; /* blocks */ /* ACDC */ member in struct:tagMacroBlock
137 uint8 pred_block[384]; /* prediction block, Aug 3,2005 */
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp105 const mkvparser::Block *block() const;
370 } while (!eos() && block()->GetTrackNumber() != mTrackNum);
402 } while (!eos() && block()->GetTrackNumber() != mTrackNum);
498 if (isAudio || block()->IsKey()) {
500 int64_t frameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL;
511 const mkvparser::Block *BlockIterator::block() const { function in class:android::BlockIterator
613 const mkvparser::Block *block = mBlockIter.block(); local
617 for (int i = 0; i < block->GetFrameCount(); ++i) {
619 const mkvparser::Block::Frame &frame = block
1060 const mkvparser::Block *block = iter.block(); local
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java505 * @param block Controls whether the monitor should block the activity
512 IntentFilter which, ActivityResult result, boolean block) {
516 mBlock = block;
527 * @param block Controls whether the monitor should block the activity
534 String cls, ActivityResult result, boolean block) {
538 mBlock = block;
732 * @param block Controls whether the monitor should block th
511 ActivityMonitor( IntentFilter which, ActivityResult result, boolean block) argument
533 ActivityMonitor( String cls, ActivityResult result, boolean block) argument
741 addMonitor( IntentFilter filter, ActivityResult result, boolean block) argument
764 addMonitor( String cls, ActivityResult result, boolean block) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp101 const Res_value& value, uint32_t ref, ssize_t block,
105 const Res_value& value, uint32_t ref, ssize_t block,
110 static_cast<jint>(table->getTableCookie(block)));
119 return block;
899 ssize_t block = res.getResource(ident, &value, false, density, &typeSpecFlags, &config); local
901 if (block == BAD_INDEX) {
908 block = res.resolveReference(&value, block, &ref, &typeSpecFlags, &config);
910 if (block == BAD_INDEX) {
916 if (block >
104 copyValue(JNIEnv* env, jobject outValue, const ResTable* table, const Res_value& value, uint32_t ref, ssize_t block, uint32_t typeSpecFlags, ResTable_config* config) argument
936 ssize_t block = -1; local
983 android_content_AssetManager_getNativeStringBlock(JNIEnv* env, jobject clazz, jint block) argument
1080 ssize_t block = theme->getAttribute(ident, &value, &typeSpecFlags); local
1289 ssize_t block; local
1389 ResXMLTree* block = new ResXMLTree(dynamicRefTable); local
1483 ssize_t block = res.resolveReference(&value, bag->stringBlock, NULL); local
1547 ssize_t block = res.resolveReference(&value, bag->stringBlock, NULL); local
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp2030 ALOGE("createTrack_l() initCheck failed %d; no control block?", lStatus);
3002 // sink will block while writing.
3380 // is now local to this block, but will keep it for now (at least until merge done).
4034 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; local
4199 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED;
4529 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED;
4535 // No need to block if the FastMixer is in COLD_IDLE as the FastThread
4543 sq->push(coldIdle ? FastMixerStateQueue::BLOCK_NEVER : block);
6253 FastCaptureStateQueue::block_t block = FastCaptureStateQueue::BLOCK_UNTIL_PUSHED; local
6274 // block unti
[all...]
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1905 * shorthands to allow/block all or no metadata.
1911 * @param block Is the set of metadata the client is not interested
1918 public int setMetadataFilter(Set<Integer> allow, Set<Integer> block) { argument
1930 int capacity = request.dataSize() + 4 * (1 + allow.size() + 1 + block.size());
1940 request.writeInt(block.size());
1941 for(Integer t: block) {
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java4087 // for the widget block by using a fixed mtime on the transient file.
4136 // We want the manifest block in the archive stream to be idempotent:
4138 // block to be identical. The underlying tar mechanism sees it as a file,
4983 // and we'll hang if we block waiting for it, since it relies on us to
6132 // the delta from info.size to the end of block.
6773 // Consume a tar file header block [sequence] and accumulate the relevant metadata
6775 byte[] block = new byte[512];
6778 boolean gotHeader = readTarHeader(instream, block);
6783 info.size = extractRadix(block, TAR_HEADER_OFFSET_FILESIZE,
6785 info.mtime = extractRadix(block, TAR_HEADER_OFFSET_MODTIM
6917 HEXLOG(byte[] block) argument
6954 readTarHeader(InputStream instream, byte[] block) argument
8309 HEXLOG(byte[] block) argument
8345 readTarHeader(InputStream instream, byte[] block) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 1503 milliseconds

12