Searched refs:ul (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixerState.cpp77 unsigned long ul = strtoul(value, &endptr, 0); local
78 if (*endptr == '\0' && kMinFastTracks <= ul && ul <= kMaxFastTracks) {
79 sMaxFastTracks = (unsigned) ul;
H A DThreads.cpp215 unsigned long ul = strtoul(value, &endptr, 0); local
216 if (*endptr == '\0' && kFastTrackMultiplierMin <= ul && ul <= kFastTrackMultiplierMax) {
217 sFastTrackMultiplier = (int) ul;
2623 unsigned long ul = strtoul(value, &endptr, 0); local
2624 if (*endptr == '\0' && ul != 0) {
8354 unsigned long ul = strtoul(value, &endptr, 0); local
8355 if (*endptr == '\0' && ul != 0) {
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp175 mConfigs[i][j].profile = (1ul << PROFILE_CBP);
176 mConfigs[i][j].level = (1ul << LEVEL_31);
210 mResolutionEnabled[type] |= (1ul << index);
211 mConfigs[type][index].profile = (1ul << PROFILE_CBP);
212 mConfigs[type][index].level = (1ul << LEVEL_31);
214 mResolutionEnabled[type] &= ~(1ul << index);
226 mConfigs[type][index].profile = (1ul << profile);
227 mConfigs[type][index].level = (1ul << level);
239 if (mConfigs[type][index].profile & (1ul << i)) {
245 if (mConfigs[type][index].level & (1ul <<
[all...]
/frameworks/rs/script_api/
H A Drs_allocation_data.spec22 <ul>
28 </ul>
H A Drs_io.spec20 These functions are used to:<ul>
23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
H A Drs_value_types.spec41 Single entries can be accessed by following the variable name with a dot and:<ul>
44 <li>The letter s or S, followed by a zero based index.</li></ul>
H A Drs_vector_math.spec28 functions. Functions with a name starting with<ul>
34 </ul>
H A Drs_math.spec42 functions. Functions with a name starting with<ul>
48 </ul>
/frameworks/minikin/libs/minikin/
H A DFontLanguage.h49 : mScript(0ul),
53 mSubScriptBits(0ul),
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.c189 ((h264bsdShowBits32(pStrmData)>>(32-bits)) != (1ul << (bits-1))) )
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp332 if (info.mTypes & (1ul << value)) {
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp542 uint32_t streamTypeMask = 0ul;

Completed in 255 milliseconds