Home
last modified time | relevance | path

Searched refs:frameInfo (Results 1 – 18 of 18) sorted by relevance

/external/libcxxabi/src/Unwind/
DUnwindLevel1.c52 unw_proc_info_t frameInfo; in unwind_phase1() local
54 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1()
68 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1()
75 (void *)exception_object, pc, frameInfo.start_ip, functionName, in unwind_phase1()
76 frameInfo.lsda, frameInfo.handler); in unwind_phase1()
81 if (frameInfo.handler != 0) { in unwind_phase1()
83 (__personality_routine)(long)(frameInfo.handler); in unwind_phase1()
150 unw_proc_info_t frameInfo; in unwind_phase2() local
152 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2()
166 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2()
[all …]
DUnwind-EHABI.cpp463 unw_proc_info_t frameInfo; in unwind_phase1() local
464 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1()
478 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1()
486 (long long)frameInfo.start_ip, functionName, in unwind_phase1()
487 (long long)frameInfo.lsda, (long long)frameInfo.handler); in unwind_phase1()
492 if (frameInfo.handler != 0) { in unwind_phase1()
494 (__personality_routine)(long)(frameInfo.handler); in unwind_phase1()
500 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1()
502 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase1()
503 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1()
[all …]
DUnwindLevel1-gcc-ext.c128 unw_proc_info_t frameInfo; in _Unwind_Backtrace() local
129 if (unw_get_proc_info(&cursor, &frameInfo) != UNW_ESUCCESS) { in _Unwind_Backtrace()
134 const uint32_t* unwindInfo = (uint32_t *) frameInfo.unwind_info; in _Unwind_Backtrace()
146 ex.pr_cache.fnstart = frameInfo.start_ip; in _Unwind_Backtrace()
148 ex.pr_cache.additional= frameInfo.flags; in _Unwind_Backtrace()
/external/lz4/lib/
Dlz4frame.c132 LZ4F_frameInfo_t frameInfo; member
230 while (prefs.frameInfo.blockSizeID > proposedBSID) in LZ4F_compressFrameBound()
234 prefs.frameInfo.blockSizeID = proposedBSID; in LZ4F_compressFrameBound()
277 while (prefs.frameInfo.blockSizeID > proposedBSID) in LZ4F_compressFrame()
281 prefs.frameInfo.blockSizeID = proposedBSID; in LZ4F_compressFrame()
289 if (srcSize <= LZ4F_getBlockSize(prefs.frameInfo.blockSizeID)) in LZ4F_compressFrame()
290 prefs.frameInfo.blockMode = blockIndependent; /* no need for linked blocks */ in LZ4F_compressFrame()
391 …if (cctxPtr->prefs.frameInfo.blockSizeID == 0) cctxPtr->prefs.frameInfo.blockSizeID = LZ4F_BLOCKSI… in LZ4F_compressBegin()
392 cctxPtr->maxBlockSize = LZ4F_getBlockSize(cctxPtr->prefs.frameInfo.blockSizeID); in LZ4F_compressBegin()
394 …requiredBuffSize = cctxPtr->maxBlockSize + ((cctxPtr->prefs.frameInfo.blockMode == blockLinked) * … in LZ4F_compressBegin()
[all …]
Dlz4frame.h78 LZ4F_frameInfo_t frameInfo; member
/external/aac/libSBRdec/src/
Denv_dec.cpp323 for (i = 0; i < hHeaderData->freqBandData.nNfb * h_data_left->frameInfo.nNoiseEnvelopes; i++) { in sbr_envelope_unmapping()
384 h_sbr_data->frameInfo.nEnvelopes = 1; in leanSbrConcealment()
385 h_sbr_data->frameInfo.borders[0] = currentStartPos; in leanSbrConcealment()
386 h_sbr_data->frameInfo.borders[1] = currentStopPos; in leanSbrConcealment()
387 h_sbr_data->frameInfo.freqRes[0] = 1; in leanSbrConcealment()
388 h_sbr_data->frameInfo.tranEnv = -1; /* no transient */ in leanSbrConcealment()
389 h_sbr_data->frameInfo.nNoiseEnvelopes = 1; in leanSbrConcealment()
390 h_sbr_data->frameInfo.bordersNoise[0] = currentStartPos; in leanSbrConcealment()
391 h_sbr_data->frameInfo.bordersNoise[1] = currentStopPos; in leanSbrConcealment()
456 … if ( h_sbr_data->frameInfo.borders[0] != h_prev_data->stopPos - hHeaderData->numberTimeSlots ) { in decodeEnvelope()
[all …]
Denv_extr.cpp510 …if ( !checkFrameInfo (&hFrameData->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->… in sbrGetSingleChannelElement()
591 …if ( !checkFrameInfo (&hFrameDataLeft->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderDa… in sbrGetChannelPairElement()
595 FDKmemcpy (&hFrameDataRight->frameInfo, &hFrameDataLeft->frameInfo, sizeof(FRAME_INFO)); in sbrGetChannelPairElement()
602 …if ( !checkFrameInfo (&hFrameDataRight->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderD… in sbrGetChannelPairElement()
679 for (i = 0; i < h_frame_data->frameInfo.nEnvelopes; i++) { in sbrGetDirectionControlData()
683 for (i = 0; i < h_frame_data->frameInfo.nNoiseEnvelopes; i++) { in sbrGetDirectionControlData()
727 for (i=0; i<h_frame_data->frameInfo.nNoiseEnvelopes; i++) { in sbrGetNoiseFloorData()
770 int nEnvelopes = h_frame_data->frameInfo.nEnvelopes; in sbrGetEnvelope()
777 if ( (h_frame_data->frameInfo.frameClass == 0) && (nEnvelopes == 1) ) { in sbrGetEnvelope()
803 no_band[i] = hHeaderData->freqBandData.nSfb[h_frame_data->frameInfo.freqRes[i]]; in sbrGetEnvelope()
[all …]
Denv_calc.cpp516 UCHAR* borders = hFrameData->frameInfo.borders; in calculateSbrEnvelope()
549 hFrameData->frameInfo.tranEnv, in calculateSbrEnvelope()
568 for (i = 0; i < hFrameData->frameInfo.nEnvelopes; i++) { in calculateSbrEnvelope()
572 for (j=hFreq->nSfb[hFrameData->frameInfo.freqRes[i]]; j!=0; j--) { in calculateSbrEnvelope()
603 for (i = 0; i < hFrameData->frameInfo.nEnvelopes; i++) { in calculateSbrEnvelope()
614 …UCHAR freq_res = hFrameData->frameInfo.freqRes[i]; /* Frequency resolution for current envelop… in calculateSbrEnvelope()
624 if (borders[i] == hFrameData->frameInfo.bordersNoise[envNoise+1]){ in calculateSbrEnvelope()
629 if(i==hFrameData->frameInfo.tranEnv || i==h_sbr_cal_env->prevTranEnv) /* attack */ in calculateSbrEnvelope()
1091 if(hFrameData->frameInfo.tranEnv == hFrameData->frameInfo.nEnvelopes) in calculateSbrEnvelope()
Denv_extr.h266 FRAME_INFO frameInfo; /*!< time grid for current frame */ member
Dsbr_dec.cpp423 UCHAR * borders = hFrameData->frameInfo.borders; in sbr_dec()
424 lastSlotOffs = borders[hFrameData->frameInfo.nEnvelopes] - hHeaderData->numberTimeSlots; in sbr_dec()
478 hPrevFrameData->stopPos = borders[hFrameData->frameInfo.nEnvelopes]; in sbr_dec()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackTraceBaseTest.java111 FrameInfo frameInfo = null; in findFrameInfo() local
121 frameInfo = frameIDs[i]; in findFrameInfo()
124 if (frameInfo != null) { in findFrameInfo()
127 logWriter.println("=> methodID = " + frameInfo.location.methodID); in findFrameInfo()
128 logWriter.println("=> frameID = " + frameInfo.frameID); in findFrameInfo()
132 return frameInfo; in findFrameInfo()
DSetValuesTest.java136 FrameInfo frameInfo = findFrameInfo(threadID); in testSetValues005_InvalidSlotError() local
145 varInfos = jdwpGetVariableTable(refTypeID, frameInfo.location.methodID); in testSetValues005_InvalidSlotError()
157 packet.setNextValueAsFrameID(frameInfo.frameID); in testSetValues005_InvalidSlotError()
183 FrameInfo frameInfo = findFrameInfo(threadID); in examineGetValues() local
188 varInfos = jdwpGetVariableTable(refTypeID, frameInfo.location.methodID); in examineGetValues()
202 packet.setNextValueAsFrameID(frameInfo.frameID); in examineGetValues()
220 packet.setNextValueAsFrameID(frameInfo.frameID); in examineGetValues()
223 logWriter.println("=> Frame: " + frameInfo.frameID); in examineGetValues()
DGetValuesTest.java133 FrameInfo frameInfo = findFrameInfo(threadID); in testGetValues005_InvalidSlotError() local
142 varInfos = jdwpGetVariableTable(refTypeID, frameInfo.location.methodID); in testGetValues005_InvalidSlotError()
154 packet.setNextValueAsFrameID(frameInfo.frameID); in testGetValues005_InvalidSlotError()
179 FrameInfo frameInfo = findFrameInfo(threadID); in examineGetValues() local
184 varInfos = jdwpGetVariableTable(refTypeID, frameInfo.location.methodID); in examineGetValues()
198 packet.setNextValueAsFrameID(frameInfo.frameID); in examineGetValues()
201 logWriter.println("=> Frame: " + frameInfo.frameID); in examineGetValues()
DJDWPStackFrameAccessTest.java362 for (FrameInfo frameInfo : frames) { in getFrameInfo()
363 if (frameInfo.location.classID == classID && in getFrameInfo()
364 frameInfo.location.methodID == methodID) { in getFrameInfo()
365 return frameInfo; in getFrameInfo()
/external/lz4/programs/
Dframetest.c263 prefs.frameInfo.blockSizeID = max64KB; in basicTests()
264 prefs.frameInfo.contentChecksumFlag = contentChecksumEnabled; in basicTests()
270 prefs.frameInfo.contentChecksumFlag = noContentChecksum; in basicTests()
276 prefs.frameInfo.blockSizeID = max256KB; in basicTests()
277 prefs.frameInfo.contentChecksumFlag = contentChecksumEnabled; in basicTests()
317 prefs.frameInfo.contentChecksumFlag = noContentChecksum; in basicTests()
323 prefs.frameInfo.blockSizeID = max1MB; in basicTests()
324 prefs.frameInfo.contentChecksumFlag = contentChecksumEnabled; in basicTests()
330 prefs.frameInfo.contentChecksumFlag = noContentChecksum; in basicTests()
336 prefs.frameInfo.blockSizeID = max4MB; in basicTests()
[all …]
Dlz4io.c394 prefs.frameInfo.blockMode = blockIndependence; in LZ4IO_compressFilename()
395 prefs.frameInfo.blockSizeID = globalBlockSizeId; in LZ4IO_compressFilename()
396 prefs.frameInfo.contentChecksumFlag = streamChecksum; in LZ4IO_compressFilename()
538 LZ4F_frameInfo_t frameInfo; in decodeLZ4S() local
553 errorCode = LZ4F_getFrameInfo(ctx, &frameInfo, NULL, &inBuffSize); in decodeLZ4S()
557 outBuffSize = LZ4IO_setBlockSizeID(frameInfo.blockSizeID); in decodeLZ4S()
/external/aac/libSBRenc/src/
Dton_corr.cpp334 …const SBR_FRAME_INFO *frameInfo, /*!< Frame info struct, contains the time and frequency grid of t… in FDKsbrEnc_TonCorrParamExtr() argument
361 if(transientPos + hTonCorr->transientPosOffset >= frameInfo->borders[frameInfo->nEnvelopes]){ in FDKsbrEnc_TonCorrParamExtr()
368 if(transientPos + hTonCorr->transientPosOffset < frameInfo->borders[frameInfo->nEnvelopes]){ in FDKsbrEnc_TonCorrParamExtr()
401 frameInfo, in FDKsbrEnc_TonCorrParamExtr()
424 frameInfo, in FDKsbrEnc_TonCorrParamExtr()
Dton_corr.h164 …const SBR_FRAME_INFO *frameInfo, /*!< Frame info struct, contains the time and frequency grid o…