HomeSort by relevance Sort by last modified time
    Searched full:minidx (Results 1 - 14 of 14) sorted by null

  /external/opencore/codecs_v2/video/avc_h264/common/src/
dpb.cpp 462 int MinIdx;
488 MinIdx = -1;
496 MinIdx = ii;
500 if (MinIdx < 0) /* something wrong, impossible */
506 dpb->fs[MinIdx]->IsReference = 0;
507 dpb->fs[MinIdx]->IsLongTerm = 0;
508 dpb->fs[MinIdx]->frame.isReference = FALSE;
509 dpb->fs[MinIdx]->frame.isLongTerm = FALSE;
510 dpb->fs[MinIdx]->IsOutputted |= 0x02;
512 if (dpb->fs[MinIdx]->IsOutputted == 3
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
dpb.cpp 462 int MinIdx;
488 MinIdx = -1;
496 MinIdx = ii;
500 if (MinIdx < 0) /* something wrong, impossible */
506 dpb->fs[MinIdx]->IsReference = 0;
507 dpb->fs[MinIdx]->IsLongTerm = 0;
508 dpb->fs[MinIdx]->frame.isReference = FALSE;
509 dpb->fs[MinIdx]->frame.isLongTerm = FALSE;
510 dpb->fs[MinIdx]->IsOutputted |= 0x02;
512 if (dpb->fs[MinIdx]->IsOutputted == 3
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
avcdec_api.cpp 835 int MinIdx = 0;
845 MinIdx = i;
850 dpb->fs[MinIdx]->IsReference = 0;
851 dpb->fs[MinIdx]->IsLongTerm = 0;
852 dpb->fs[MinIdx]->frame.isReference = FALSE;
853 dpb->fs[MinIdx]->frame.isLongTerm = FALSE;
854 dpb->fs[MinIdx]->IsOutputted |= 0x02;
856 if (dpb->fs[MinIdx]->IsOutputted == 3)
858 avcHandle->CBAVC_FrameUnbind(avcHandle->userData, MinIdx);
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_api.cpp 835 int MinIdx = 0;
845 MinIdx = i;
850 dpb->fs[MinIdx]->IsReference = 0;
851 dpb->fs[MinIdx]->IsLongTerm = 0;
852 dpb->fs[MinIdx]->frame.isReference = FALSE;
853 dpb->fs[MinIdx]->frame.isLongTerm = FALSE;
854 dpb->fs[MinIdx]->IsOutputted |= 0x02;
856 if (dpb->fs[MinIdx]->IsOutputted == 3)
858 avcHandle->CBAVC_FrameUnbind(avcHandle->userData, MinIdx);
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
ps_decode_bs_utils.cpp 156 Int32 minIdx,
168 *(ptr_aIndex) = limitMinMax(*ptr_aIndex, minIdx, maxIdx);
173 *(ptr_aIndex) = limitMinMax(aIndex[i-1] + *ptr_aIndex, minIdx, maxIdx);
183 *(ptr_aIndex) = limitMinMax(aPrevFrameIndex[i] + *ptr_aIndex, minIdx, maxIdx);
191 *(ptr_aIndex) = limitMinMax(aPrevFrameIndex[(i<<1)] + *ptr_aIndex, minIdx, maxIdx);
ps_decode_bs_utils.h 94 Int32 minIdx,
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_decode_bs_utils.cpp 156 Int32 minIdx,
168 *(ptr_aIndex) = limitMinMax(*ptr_aIndex, minIdx, maxIdx);
173 *(ptr_aIndex) = limitMinMax(aIndex[i-1] + *ptr_aIndex, minIdx, maxIdx);
183 *(ptr_aIndex) = limitMinMax(aPrevFrameIndex[i] + *ptr_aIndex, minIdx, maxIdx);
191 *(ptr_aIndex) = limitMinMax(aPrevFrameIndex[(i<<1)] + *ptr_aIndex, minIdx, maxIdx);
ps_decode_bs_utils.h 94 Int32 minIdx,
  /system/extras/tests/sdcard/
stopwatch.cpp 130 SNPRINTF_OR_RETURN(*str, *size, "# Name Iterations Duration Min MinIdx Max MaxIdx SizeKbytes\n");
  /external/icu4c/tools/tzcode/
tz2icu.cpp 365 int32_t minidx = -1; local
368 if (minidx == -1 || transitionTimes[i] > transitionTimes[minidx]) {
370 minidx = i;
382 if (minidx != -1) {
386 info.transitions.insert(itr, Transition(LOWEST_TIME32, transitionTypes[minidx]));
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 1077 int minidx = -1; local
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 348 ssize_t minIdx = block.indexOfAttribute(NULL, "min");
349 if (minIdx >= 0) {
350 String16 val = String16(block.getAttributeStringValue(minIdx, &len));
382 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) {
    [all...]
  /prebuilt/sdk/tools/linux/
aapt 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 3799 milliseconds