HomeSort by relevance Sort by last modified time
    Searched refs:chunkType (Results 1 - 9 of 9) sorted by null

  /dalvik/vm/analysis/
ReduceConstants.h 55 u4 chunkType;
ReduceConstants.c 840 pIndexMapSet->chunkType = kDexChunkReducingIndexMap;
898 pIndexMapSet->chunkType = kDexChunkExpandingIndexMap;
    [all...]
DexOptimize.c     [all...]
  /external/opencore/fileformats/avi/parser/src/
pv_avifile_header.cpp 24 uint32 chunkType = 0;
37 oldChkType = chunkType;
38 if ((iError = PVAviFileParserUtils::ReadNextChunkType(aFp, chunkType)) != PV_AVI_FILE_PARSER_SUCCESS)
84 if (AVIH == chunkType)
124 else if (LIST == chunkType)
150 else if (STRL == chunkType)
176 else if (JUNK == chunkType)
pv_avifile_parser.cpp 69 uint32 chunkType = 0;
71 if ((iError = PVAviFileParserUtils::ReadNextChunkType(ipFilePtr, chunkType)) != PV_AVI_FILE_PARSER_SUCCESS)
78 if (chunkType != RIFF)
97 if ((iError = PVAviFileParserUtils::ReadNextChunkType(ipFilePtr, chunkType)) != PV_AVI_FILE_PARSER_SUCCESS)
104 if (chunkType != AVI)
113 uint32 oldChkType = chunkType;
117 oldChkType = chunkType;
118 if ((iError = PVAviFileParserUtils::ReadNextChunkType(ipFilePtr, chunkType)) != PV_AVI_FILE_PARSER_SUCCESS)
158 if (LIST == chunkType)
179 else if (HDRL == chunkType)
    [all...]
pv_avifile_streamlist.cpp 27 uint32 chunkType = 0;
31 if ((iError = PVAviFileParserUtils::ReadNextChunkType(aFp, chunkType)) != PV_AVI_FILE_PARSER_SUCCESS)
63 if (STRH == chunkType)
108 else if (STRF == chunkType)
153 else if (STRD == chunkType)
194 else if (STRN == chunkType)
245 else if (JUNK == chunkType)
  /external/sonivox/arm-wt-22k/lib_src/
eas_xmf.c 550 EAS_U32 chunkType;
610 if ((result = EAS_HWGetDWord(hwInstData, pXMFData->fileHandle, &chunkType, EAS_TRUE)) != EAS_SUCCESS)
614 if (chunkType == XMF_RIFF_CHUNK)
621 if ((result = EAS_HWGetDWord(hwInstData, pXMFData->fileHandle, &chunkType, EAS_TRUE)) != EAS_SUCCESS)
623 if (chunkType == XMF_RIFF_DLS)
628 else if (chunkType == XMF_SMF_CHUNK)
jet.c 320 EAS_U32 chunkType;
337 result = EAS_HWGetDWord(easHandle->hwInstData, easHandle->jetHandle->jetFileHandle, &chunkType, EAS_TRUE);
340 if (chunkType != JET_HEADER_TAG)
362 result = EAS_HWGetDWord(easHandle->hwInstData, easHandle->jetHandle->jetFileHandle, &chunkType, EAS_TRUE);
371 switch (chunkType)
400 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Ignoring unrecognized JET chunk type 0x%08x", chunkType); */ }
    [all...]
  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp 382 PathAdder(Vector<uint32_t> *path, uint32_t chunkType)
384 mPath->push(chunkType);
    [all...]

Completed in 210 milliseconds