Searched refs:ss (Results 1 - 25 of 124) sorted by path

12345

/frameworks/av/drm/libmediadrm/
H A DICrypto.cpp373 CryptoPlugin::SubSample &ss = subSamples[i]; local
374 if (sumSubsampleSizes <= SIZE_MAX - ss.mNumBytesOfEncryptedData) {
375 sumSubsampleSizes += ss.mNumBytesOfEncryptedData;
379 if (sumSubsampleSizes <= SIZE_MAX - ss.mNumBytesOfClearData) {
380 sumSubsampleSizes += ss.mNumBytesOfClearData;
/frameworks/av/include/media/
H A DAudioTimestamp.h140 std::stringstream ss; local
142 ss << "BOOTTIME offset " << mTimebaseOffset[TIMEBASE_BOOTTIME] << "\n";
144 ss << "ExtendedTimestamp[" << i << "] position: "
147 return ss.str();
H A DInterpolator.h296 std::stringstream ss; local
297 ss << "Interpolator{mInterpolatorType=" << static_cast<int32_t>(mInterpolatorType);
298 ss << ", mFirstSlope=" << mFirstSlope;
299 ss << ", mLastSlope=" << mLastSlope;
300 ss << ", {";
305 ss << "{";
307 ss << ", {";
309 ss << pt.first << ", " << pt.second << "}";
311 ss << "}}";
312 return ss
[all...]
H A DVolumeShaper.h316 std::stringstream ss; local
317 ss << "VolumeShaper::Configuration{mType=" << static_cast<int32_t>(mType);
318 ss << ", mId=" << mId;
320 ss << ", mOptionFlags=" << static_cast<int32_t>(mOptionFlags);
321 ss << ", mDurationMs=" << mDurationMs;
322 ss << ", " << Interpolator<S, T>::toString().c_str();
324 ss << "}";
325 return ss.str();
440 std::stringstream ss; local
441 ss << "VolumeShape
499 std::stringstream ss; local
541 std::stringstream ss; local
661 std::stringstream ss; local
940 std::stringstream ss; local
[all...]
H A Dconvert.h127 std::stringstream ss(str);
133 ss >> std::hex >> result;
139 ss >> result;
142 return ss.eof() && !ss.fail() && !ss.bad();
319 * end of stream is not reached which makes the ss.eof() fails in the generic
/frameworks/av/include/media/stagefright/
H A DID3.h54 void getString(String8 *s, String8 *ss = NULL) const;
/frameworks/av/media/libaudioclient/include/media/
H A DAudioTimestamp.h140 std::stringstream ss; local
142 ss << "BOOTTIME offset " << mTimebaseOffset[TIMEBASE_BOOTTIME] << "\n";
144 ss << "ExtendedTimestamp[" << i << "] position: "
147 return ss.str();
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c982 char ss[256]; local
994 snprintf(ss, sizeof(ss), "%s UUID: %s\n", idt, s);
995 strlcat(str, ss, len);
998 snprintf(ss, sizeof(ss), "%s TYPE: %s\n", idt, s);
999 strlcat(str, ss, len);
/frameworks/av/media/libmedia/include/media/
H A Dconvert.h127 std::stringstream ss(str);
133 ss >> std::hex >> result;
139 ss >> result;
142 return ss.eof() && !ss.fail() && !ss.bad();
319 * end of stream is not reached which makes the ss.eof() fails in the generic
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2729 CryptoPlugin::SubSample ss; local
2734 ss.mNumBytesOfClearData = size;
2735 ss.mNumBytesOfEncryptedData = 0;
2737 subSamples = &ss;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant_inline.h455 register int32 ss = shift; local
464 "r"(ss));
572 register int32 ss = stepsize; local
590 "r"(ss),
H A Dsad_halfpel_inline.h85 register int32 ss = sad; local
94 : "r"(ss),
105 register int32 ss = sad; local
114 : "r"(ss),
H A Dsad_inline.h350 register int32 ss = sad; local
359 : "r"(ss),
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.cpp193 int32 ss; local
226 for (ss = 0 ; ss < used_freq_lines ; ss++)
228 if (ss == next_cb_boundary)
241 else if (ss < mp3_sfBandIndex[sfreq].l[mixstart])
253 if (ss < 2*FILTERBANK_BANDS)
270 } /* end-if ( ss == next_cb_boundary) */
273 if ((gr_info->mixed_block_flag == 0) || (gr_info->mixed_block_flag && (ss >= 2*FILTERBANK_BANDS)))
275 int32 temp2 = fxp_mul32_Q32((ss
[all...]
H A Dpvmp3_mpeg2_stereo_proc.cpp230 int32 ss; local
269 ss = 17;
274 if (xl[(i*FILTERBANK_BANDS) + ss])
276 sb = (i << 4) + (i << 1) + ss;
281 ss--;
282 if (ss < 0)
285 ss = 17;
570 ss = 17;
575 if (xl[(i*FILTERBANK_BANDS) + ss])
577 sb = (i << 4) + (i << 1) + ss;
[all...]
H A Dpvmp3_stereo_proc.cpp262 int32 ss; local
294 ss = 17;
298 if (xl[(i*FILTERBANK_BANDS) + ss])
300 sb = (i << 4) + (i << 1) + ss;
305 ss--;
306 if (ss < 0)
309 ss = 17;
550 ss = 17;
555 if (xl[(i*FILTERBANK_BANDS) + ss] != 0)
557 sb = (i << 4) + (i << 1) + ss;
[all...]
/frameworks/av/media/libstagefright/foundation/include/
H A DID3.h54 void getString(String8 *s, String8 *ss = NULL) const;
/frameworks/av/media/libstagefright/include/
H A DID3.h54 void getString(String8 *s, String8 *ss = NULL) const;
/frameworks/av/media/mtp/tests/
H A DAsyncIO_test.cpp159 std::stringstream ss; local
161 ss << dummyDataStr;
163 EXPECT_STREQ(buf, ss.str().c_str());
185 std::stringstream ss; local
187 ss << dummyDataStr;
189 EXPECT_STREQ(buf, ss.str().c_str());
H A DMtpFfsHandle_test.cpp107 std::stringstream ss; local
116 ss << dummyDataStr;
118 EXPECT_EQ(write(bulk_out, ss.str().c_str(), size), size);
123 EXPECT_STREQ(buf, ss.str().c_str());
127 std::stringstream ss; local
136 ss << dummyDataStr;
138 EXPECT_EQ(write(bulk_out, ss.str().c_str(), size), size);
143 EXPECT_STREQ(buf, ss.str().c_str());
147 std::stringstream ss; local
159 ss << dummyDataSt
176 std::stringstream ss; local
205 std::stringstream ss; local
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java2129 Spanned ss = (Spanned) charSequence;
2130 Object[] spans = ss.getSpans(0, ss.length(), Object.class);
2131 SpannableStringBuilder builder = new SpannableStringBuilder(ss.toString());
2151 builder.setSpan(resultSpan, ss.getSpanStart(span), ss.getSpanEnd(span),
2152 ss.getSpanFlags(span));
4605 Spanned ss = (Spanned) charSequence;
4606 Object[] spans = ss.getSpans(0, ss
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java3668 final BatteryStats.Uid.Pkg.Serv ss = serviceStats.valueAt(isvc);
3669 final long startTime = ss.getStartTime(batteryUptime, which);
3670 final int starts = ss.getStarts(which);
3671 final int launches = ss.getLaunches(which);
3844 pw.println(DateFormat.format("yyyy-MM-dd-HH-mm-ss", getStartClockTime()).toString());
5199 final BatteryStats.Uid.Pkg.Serv ss = serviceStats.valueAt(isvc);
5200 final long startTime = ss.getStartTime(batteryUptime, which);
5201 final int starts = ss.getStarts(which);
5202 final int launches = ss.getLaunches(which);
5341 pw.println(DateFormat.format("yyyy-MM-dd-HH-mm-ss",
[all...]
/frameworks/base/core/java/android/text/
H A DLayout.java2200 SpannableString ss = new SpannableString(new String(s));
2201 TextUtils.copySpansFrom(mSpanned, start, end, Object.class, ss, 0);
2202 return ss;
H A DTextUtils.java1200 SpannableString ss = new SpannableString(s);
1201 copySpansFrom(sp, 0, len, Object.class, ss, 0);
1202 return ss;
/frameworks/base/core/java/android/widget/
H A DAbsListView.java1801 SavedState ss = new SavedState(superState);
1805 ss.selectedId = mPendingSync.selectedId;
1806 ss.firstId = mPendingSync.firstId;
1807 ss.viewTop = mPendingSync.viewTop;
1808 ss.position = mPendingSync.position;
1809 ss.height = mPendingSync.height;
1810 ss.filter = mPendingSync.filter;
1811 ss.inActionMode = mPendingSync.inActionMode;
1812 ss.checkedItemCount = mPendingSync.checkedItemCount;
1813 ss
[all...]

Completed in 3717 milliseconds

12345